WordPress Online Booking and Scheduling Plugin – Bookly - Version 11.3.1

Version Description

  • Fixed issue with displaying appointments in back-end calendar in Bookly Lite
Download this release

Release Info

Developer Ladela
Plugin Icon 128x128 WordPress Online Booking and Scheduling Plugin – Bookly
Version 11.3.1
Comparing to
See all releases

Code changes from version 11.3 to 11.3.1

backend/modules/calendar/Controller.php CHANGED
@@ -82,7 +82,7 @@ class Controller extends Lib\Base\Controller
82
 
83
  if ( Lib\Utils\Common::isCurrentUserAdmin() ) {
84
  $staff_members = Lib\Entities\Staff::query()
85
- ->whereIn( 'id', 1 )
86
  ->find();
87
  } else {
88
  $staff_members[] = Lib\Entities\Staff::query()
82
 
83
  if ( Lib\Utils\Common::isCurrentUserAdmin() ) {
84
  $staff_members = Lib\Entities\Staff::query()
85
+ ->where( 'id', 1 )
86
  ->find();
87
  } else {
88
  $staff_members[] = Lib\Entities\Staff::query()
main.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Bookly Lite
4
  Plugin URI: http://booking-wp-plugin.com
5
  Description: Bookly Plugin – is a great easy-to-use and easy-to-manage booking tool for service providers who think about their customers. The plugin supports a wide range of services provided by business and individuals who offer reservations through websites. Set up any reservation quickly, pleasantly and easily with Bookly!
6
- Version: 11.3
7
  Author: Ladela Interactive
8
  Author URI: http://www.ladela.com
9
  Text Domain: bookly
3
  Plugin Name: Bookly Lite
4
  Plugin URI: http://booking-wp-plugin.com
5
  Description: Bookly Plugin – is a great easy-to-use and easy-to-manage booking tool for service providers who think about their customers. The plugin supports a wide range of services provided by business and individuals who offer reservations through websites. Set up any reservation quickly, pleasantly and easily with Bookly!
6
+ Version: 11.3.1
7
  Author: Ladela Interactive
8
  Author URI: http://www.ladela.com
9
  Text Domain: bookly
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://booking-wp-plugin.com/
5
  Tags: 2checkout, appointment, authorize.net, booking, calendar, cart, google calendar, paypal, payson, reservation, responsive, stripe, woocommerce, wordpress, wpml
6
  Requires at least: 3.7
7
  Tested up to: 4.6.1
8
- Stable tag: 11.3
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -129,6 +129,9 @@ Upon the completion of these steps, customers can book appointments. In the Cale
129
 
130
  == Changelog ==
131
 
 
 
 
132
  = 11.3 =
133
  * Fixed issue with daylight saving time and Google Calendar
134
  * Fixed formatting for {next_day_agenda}
5
  Tags: 2checkout, appointment, authorize.net, booking, calendar, cart, google calendar, paypal, payson, reservation, responsive, stripe, woocommerce, wordpress, wpml
6
  Requires at least: 3.7
7
  Tested up to: 4.6.1
8
+ Stable tag: 11.3.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
129
 
130
  == Changelog ==
131
 
132
+ = 11.3.1 =
133
+ * Fixed issue with displaying appointments in back-end calendar in Bookly Lite
134
+
135
  = 11.3 =
136
  * Fixed issue with daylight saving time and Google Calendar
137
  * Fixed formatting for {next_day_agenda}