WordPress Online Booking and Scheduling Plugin – Bookly - Version 13.2

Version Description

Download this release

Release Info

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

Code changes from version 13.1 to 13.2

backend/modules/appointments/Controller.php CHANGED
@@ -70,7 +70,7 @@ class Controller extends Lib\Base\Controller
70
  'edit' => __( 'Edit', 'bookly' ),
71
  'cf_columns' => array_map( function ( $custom_field ) { return $custom_field->id; }, $custom_fields ),
72
  'filter' => (array) get_user_meta( get_current_user_id(), 'bookly_filter_appointments_list', true ),
73
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
74
  ) );
75
 
76
  // Filters data
70
  'edit' => __( 'Edit', 'bookly' ),
71
  'cf_columns' => array_map( function ( $custom_field ) { return $custom_field->id; }, $custom_fields ),
72
  'filter' => (array) get_user_meta( get_current_user_id(), 'bookly_filter_appointments_list', true ),
73
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
74
  ) );
75
 
76
  // Filters data
backend/modules/coupons/Controller.php CHANGED
@@ -44,7 +44,7 @@ class Controller extends Lib\Base\Controller
44
  'nothing_selected' => __( 'No service selected', 'bookly' ),
45
  'collection' => array(),
46
  ),
47
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
48
  ) );
49
 
50
  $this->render( 'index' );
44
  'nothing_selected' => __( 'No service selected', 'bookly' ),
45
  'collection' => array(),
46
  ),
47
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
48
  ) );
49
 
50
  $this->render( 'index' );
backend/modules/custom_fields/Controller.php CHANGED
@@ -40,7 +40,7 @@ class Controller extends Lib\Base\Controller
40
  'all_selected' => __( 'All services', 'bookly' ),
41
  'nothing_selected' => __( 'No service selected', 'bookly' ),
42
  ),
43
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
44
  ) );
45
 
46
  $services = $this->render( '_services', array( 'services' => Lib\Entities\Service::query()->select( 'id, title' )->where( 'type', Lib\Entities\Service::TYPE_SIMPLE )->fetchArray() ), false );
40
  'all_selected' => __( 'All services', 'bookly' ),
41
  'nothing_selected' => __( 'No service selected', 'bookly' ),
42
  ),
43
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
44
  ) );
45
 
46
  $services = $this->render( '_services', array( 'services' => Lib\Entities\Service::query()->select( 'id, title' )->where( 'type', Lib\Entities\Service::TYPE_SIMPLE )->fetchArray() ), false );
backend/modules/customers/Controller.php CHANGED
@@ -55,7 +55,7 @@ class Controller extends Lib\Base\Controller
55
  'create_customer' => __( 'Create customer', 'bookly' ),
56
  'save' => __( 'Save', 'bookly' ),
57
  'search' => __( 'Quick search customer', 'bookly' ),
58
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
59
  ) );
60
 
61
  $this->render( 'index' );
55
  'create_customer' => __( 'Create customer', 'bookly' ),
56
  'save' => __( 'Save', 'bookly' ),
57
  'search' => __( 'Quick search customer', 'bookly' ),
58
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
59
  ) );
60
 
61
  $this->render( 'index' );
backend/modules/notifications/Controller.php CHANGED
@@ -55,7 +55,7 @@ class Controller extends Lib\Base\Controller
55
  wp_localize_script( 'bookly-alert.js', 'BooklyL10n', array(
56
  'alert' => $alert,
57
  'sent_successfully' => __( 'Sent successfully.', 'bookly' ),
58
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
59
  ) );
60
  $this->render( 'index', compact( 'form', 'cron_path', 'cron_reminder' ) );
61
  }
55
  wp_localize_script( 'bookly-alert.js', 'BooklyL10n', array(
56
  'alert' => $alert,
57
  'sent_successfully' => __( 'Sent successfully.', 'bookly' ),
58
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
59
  ) );
60
  $this->render( 'index', compact( 'form', 'cron_path', 'cron_reminder' ) );
61
  }
backend/modules/services/Controller.php CHANGED
@@ -42,7 +42,7 @@ class Controller extends Lib\Base\Controller
42
  'are_you_sure' => __( 'Are you sure?', 'bookly' ),
43
  'saved' => __( 'Settings saved.', 'bookly' ),
44
  'selector' => array( 'nothing_selected' => __( 'No staff selected', 'bookly' ), ),
45
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
46
  ) );
47
 
48
  // Allow add-ons to enqueue their assets.
42
  'are_you_sure' => __( 'Are you sure?', 'bookly' ),
43
  'saved' => __( 'Settings saved.', 'bookly' ),
44
  'selector' => array( 'nothing_selected' => __( 'No staff selected', 'bookly' ), ),
45
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
46
  ) );
47
 
48
  // Allow add-ons to enqueue their assets.
backend/modules/settings/Controller.php CHANGED
@@ -158,7 +158,7 @@ class Controller extends Lib\Base\Controller
158
  'repeat' => __( 'Repeat every year', 'bookly' ),
159
  'we_are_not_working' => __( 'We are not working on this day', 'bookly' ),
160
  'default_country' => get_option( 'bookly_cst_phone_default_country' ),
161
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
162
  ) );
163
  $values = array(
164
  'bookly_gc_limit_events' => array( array( '0', __( 'Disabled', 'bookly' ) ), array( 25, 25 ), array( 50, 50 ), array( 100, 100 ), array( 250, 250 ), array( 500, 500 ), array( 1000, 1000), array( 2500, 2500 ) ),
158
  'repeat' => __( 'Repeat every year', 'bookly' ),
159
  'we_are_not_working' => __( 'We are not working on this day', 'bookly' ),
160
  'default_country' => get_option( 'bookly_cst_phone_default_country' ),
161
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
162
  ) );
163
  $values = array(
164
  'bookly_gc_limit_events' => array( array( '0', __( 'Disabled', 'bookly' ) ), array( 25, 25 ), array( 50, 50 ), array( 100, 100 ), array( 250, 250 ), array( 500, 500 ), array( 1000, 1000), array( 2500, 2500 ) ),
backend/modules/staff/Controller.php CHANGED
@@ -66,7 +66,7 @@ class Controller extends Lib\Base\Controller
66
  'country' => get_option( 'bookly_cst_phone_default_country' ),
67
  ),
68
  'we_are_not_working' => __( 'We are not working on this day', 'bookly' ),
69
- 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>If you find the plugin useful for your business please consider buying a licence for the full version.<br>It costs just $59 and for this money you will get many useful functions, lifetime free updates and excellent support!<br>More information can be found here', 'bookly' ) . ': <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
70
  ) );
71
 
72
  // Allow add-ons to enqueue their assets.
66
  'country' => get_option( 'bookly_cst_phone_default_country' ),
67
  ),
68
  'we_are_not_working' => __( 'We are not working on this day', 'bookly' ),
69
+ 'limitations' => __( '<b class="h4">This function is disabled in the Lite version of Bookly.</b><br><br>To get access to all Bookly features, lifetime free updates and 24/7 support, please upgrade to the Standard version of Bookly.<br>For more information visit', 'bookly' ) . ' <a href="http://booking-wp-plugin.com" target="_blank" class="alert-link">http://booking-wp-plugin.com</a>',
70
  ) );
71
 
72
  // Allow add-ons to enqueue their assets.
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: 13.1
7
  Author: Ladela Interactive
8
  Author URI: http://booking-wp-plugin.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: 13.2
7
  Author: Ladela Interactive
8
  Author URI: http://booking-wp-plugin.com
9
  Text Domain: bookly
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Bookly #1 WordPress Booking Plugin (Lite Version) ===
2
  Contributors: Ladela
3
  Tags: 2checkout, appointment plugin, authorize.net, booking plugin, calendar, cart, google calendar, paypal, payson, reservation, responsive, stripe, woocommerce, wordpress, wpm
4
- Donate link: http://booking-wp-plugin.com/
5
  Requires at least: 3.7
6
- Tested up to: 4.8.2
7
  Requires PHP: 5.3.7
8
- Stable tag: 13.1
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
@@ -16,9 +16,9 @@ Bookly Lite is a WordPress plugin that lets you automate booking and online sche
16
  Bookly Lite is a **WordPress plugin** that lets you automate **booking and online scheduling** of your services, save time and money, *manage your appointments* and client base - all in one place.
17
  Join almost 16000 businesses all around the world that have already *automated their booking* process!
18
 
19
- [Bookly Homepage](https://1.envato.market/c/291148/275988/4415?subId1=wordpress.org&subId2=description+&u=https%3A%2F%2Fcodecanyon.net%2Fitem%2Fbookly-booking-plugin-responsive-appointment-booking-and-scheduling%2F7226091) | [Features](http://booking-wp-plugin.com/features/) (full version) | [Bookly Help Center](https://support.booking-wp-plugin.com/hc/en-us) | [Demo](http://demo.booking-wp-plugin.com/)
20
 
21
- Disclaimer: *Please note that email notifications, payments, custom fields and unlimited number of staff members* are NOT AVAILABLE in the **lite version**. All Bookly functions are available for review in our demo <http://demo.booking-wp-plugin.com>.
22
 
23
  ## 1. Benefits for the customers
24
 
@@ -108,7 +108,7 @@ Bookly Lite for WordPress is designed to be used by local businesses or individu
108
 
109
  = Where can I try the standard version of Bookly? =
110
 
111
- To check out the standard version with all of its features, please visit <http://demo.booking-wp-plugin.com/>.
112
 
113
  = How to upgrade to standard version of Bookly? =
114
 
@@ -116,7 +116,7 @@ The standard version of Bookly is available for purchase and download [here](htt
116
 
117
  = How much does it cost? =
118
 
119
- Bookly Lite is a free version of Bookly which can be used for the unlimited period and contains most of the basic features. The standard version of Bookly costs $59 and includes six months of customer support and lifetime free updates of the plugin.
120
 
121
  = I’ve installed Bookly Lite. How do I get it running? =
122
 
@@ -361,7 +361,7 @@ Upon the completion of these steps, customers can book appointments. In the Cale
361
  * Added ability to hide particular staff members and services in booking form
362
  * Added internal note for appointments
363
  * Updated Authorize.Net to support Akamai network
364
- * For users of <a href="http://codecanyon.net/item/bookly-service-extras-addon/15552320?ref=ladela">Service Extras (Add-on)</a>: Please also update the add-on to version 1.1
365
 
366
  = 9.2 =
367
  * Added ability to make staff selection required in the first step of booking
1
  === Bookly #1 WordPress Booking Plugin (Lite Version) ===
2
  Contributors: Ladela
3
  Tags: 2checkout, appointment plugin, authorize.net, booking plugin, calendar, cart, google calendar, paypal, payson, reservation, responsive, stripe, woocommerce, wordpress, wpm
4
+ Donate link: https://www.booking-wp-plugin.com/
5
  Requires at least: 3.7
6
+ Tested up to: 4.8.3
7
  Requires PHP: 5.3.7
8
+ Stable tag: 13.2
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
16
  Bookly Lite is a **WordPress plugin** that lets you automate **booking and online scheduling** of your services, save time and money, *manage your appointments* and client base - all in one place.
17
  Join almost 16000 businesses all around the world that have already *automated their booking* process!
18
 
19
+ [Bookly Homepage](https://www.booking-wp-plugin.com) | [Features](https://www.booking-wp-plugin.com/features/) (full version) | [Bookly Help Center](https://support.booking-wp-plugin.com/hc/en-us) | [Demo](https://www.booking-wp-plugin.com/demo-list/)
20
 
21
+ Disclaimer: *Please note that email notifications, payments, custom fields and unlimited number of staff members* are NOT AVAILABLE in the **lite version**. All Bookly functions are available for review in our demo <https://www.booking-wp-plugin.com/demo-list/>.
22
 
23
  ## 1. Benefits for the customers
24
 
108
 
109
  = Where can I try the standard version of Bookly? =
110
 
111
+ To check out the standard version with all of its features, please visit <https://www.booking-wp-plugin.com/demo-list/>.
112
 
113
  = How to upgrade to standard version of Bookly? =
114
 
116
 
117
  = How much does it cost? =
118
 
119
+ Bookly Lite is a free version of Bookly which can be used for the unlimited period and contains most of the basic features. The standard version of Bookly costs $89 and includes six months of customer support and lifetime free updates of the plugin.
120
 
121
  = I’ve installed Bookly Lite. How do I get it running? =
122
 
361
  * Added ability to hide particular staff members and services in booking form
362
  * Added internal note for appointments
363
  * Updated Authorize.Net to support Akamai network
364
+ * For users of <a href="https://codecanyon.net/item/bookly-service-extras-addon/15552320?ref=ladela">Service Extras (Add-on)</a>: Please also update the add-on to version 1.1
365
 
366
  = 9.2 =
367
  * Added ability to make staff selection required in the first step of booking