Version Description
Download this release
Release Info
Developer | Ladela |
Plugin | WordPress Online Booking and Scheduling Plugin – Bookly |
Version | 19.9.1 |
Comparing to | |
See all releases |
Code changes from version 19.9 to 19.9.1
- lib/Validator.php +1 -1
- main.php +1 -1
- readme.txt +1 -1
lib/Validator.php
CHANGED
@@ -302,7 +302,7 @@ class Validator
|
|
302 |
|
303 |
// Verify customer details
|
304 |
if ( $verify_customer_details === 'always' && $data['verification_code'] != $userData->getVerificationCode() ) {
|
305 |
-
$this->errors['verify'] = $customer->isLoaded() ? $this->errors['verify'] : ( Config::phoneRequired() ? 'phone' : 'email' );
|
306 |
}
|
307 |
|
308 |
// Send message with verification code
|
302 |
|
303 |
// Verify customer details
|
304 |
if ( $verify_customer_details === 'always' && $data['verification_code'] != $userData->getVerificationCode() ) {
|
305 |
+
$this->errors['verify'] = $customer->isLoaded() && $this->errors['verify'] !== null ? $this->errors['verify'] : ( Config::phoneRequired() ? 'phone' : 'email' );
|
306 |
}
|
307 |
|
308 |
// Send message with verification code
|
main.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Bookly
|
4 |
Plugin URI: https://www.booking-wp-plugin.com/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page
|
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: 19.9
|
7 |
Author: Bookly
|
8 |
Author URI: https://www.booking-wp-plugin.com/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page
|
9 |
Text Domain: bookly
|
3 |
Plugin Name: Bookly
|
4 |
Plugin URI: https://www.booking-wp-plugin.com/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page
|
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: 19.9.1
|
7 |
Author: Bookly
|
8 |
Author URI: https://www.booking-wp-plugin.com/?utm_source=bookly_admin&utm_medium=plugins_page&utm_campaign=plugins_page
|
9 |
Text Domain: bookly
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.booking-wp-plugin.com/
|
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 5.7.2
|
7 |
Requires PHP: 5.3.7
|
8 |
-
Stable tag: 19.9
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
5 |
Requires at least: 3.7
|
6 |
Tested up to: 5.7.2
|
7 |
Requires PHP: 5.3.7
|
8 |
+
Stable tag: 19.9.1
|
9 |
License: GPLv3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|