Skip to content

Commit

Permalink
Fixing conditional error
Browse files Browse the repository at this point in the history
  • Loading branch information
thallysondias committed Mar 12, 2020
1 parent 669c620 commit 2817ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions booking-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin name: Booking Engine
Plugin uri: widgets.omnibees.com/manual
Description: Easy Booking Engine Omnibees for Wordpress
Version: 1.1.4
Version: 1.1.5
Author: Omnibees
Author uri: www.omnibees.com
License: GPlv2 or Later
Expand Down Expand Up @@ -43,7 +43,7 @@ function show_widget() {
include_once ('views/'. get_option('omnibees_template') .'/booking-widget.php');
}
function load_scripts(){
if(get_option('omnibees_idioma') === "pt-PT") || get_option('omnibees_idioma') === "pt-BR") : $local = "pt" ; endif;
if(get_option('omnibees_idioma') === "pt-PT" || get_option('omnibees_idioma') === "pt-BR") : $local = "pt" ; endif;
if(get_option('omnibees_idioma') === "es-ES") : $local = "es" ; endif;
if(get_option('omnibees_idioma') === "en-US") : $local = "en" ; endif;

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Requires at least: 5.0.0
Tested up to: 5.3.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.1.4
Version: 1.1.5


== Description ==
Expand Down Expand Up @@ -62,7 +62,7 @@ BE Footer -> http://widgets.omnibees.com/wordpress/print-rodape.JPG
Control Panel -> http://widgets.omnibees.com/wordpress/print-painel.JPG

== Changelog ==
= 1.1.4 =
= 1.1.5 =
* Fix Headers error
* Has possible use color in calendar icon

Expand Down

0 comments on commit 2817ca8

Please sign in to comment.