Version Description
(2020-04-09) = - Corrected an issue that was removing spaces and capital letters from the date and time format options
Download this release
Release Info
Developer | Rustaurius |
Plugin | Restaurant Reservations |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- includes/template-functions.php +1 -1
- readme.txt +3 -0
- restaurant-reservations.php +1 -1
includes/template-functions.php
CHANGED
@@ -1116,6 +1116,6 @@ if ( !function_exists( 'rtb_add_custom_styling' ) ) {
|
|
1116 |
if ( !function_exists('rtb_esc_js') ) {
|
1117 |
function rtb_esc_js( $value ) {
|
1118 |
|
1119 |
-
return preg_replace( '/[^a-
|
1120 |
}
|
1121 |
}
|
1116 |
if ( !function_exists('rtb_esc_js') ) {
|
1117 |
function rtb_esc_js( $value ) {
|
1118 |
|
1119 |
+
return preg_replace( '/[^a-zA-Z ,.-:\/]/', '', $value );
|
1120 |
}
|
1121 |
}
|
readme.txt
CHANGED
@@ -184,6 +184,9 @@ Find answers to even more questions in the [FAQ](http://doc.fivestarplugins.com/
|
|
184 |
|
185 |
== Changelog ==
|
186 |
|
|
|
|
|
|
|
187 |
= 2.1.1 (2020-04-08) =
|
188 |
- Updating a few input fields to correct for possible minor XSS issues
|
189 |
|
184 |
|
185 |
== Changelog ==
|
186 |
|
187 |
+
= 2.1.2 (2020-04-09) =
|
188 |
+
- Corrected an issue that was removing spaces and capital letters from the date and time format options
|
189 |
+
|
190 |
= 2.1.1 (2020-04-08) =
|
191 |
- Updating a few input fields to correct for possible minor XSS issues
|
192 |
|
restaurant-reservations.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Five Star Restaurant Reservations
|
4 |
* Plugin URI: http://www.fivestarplugins.com/plugins/five-star-restaurant-reservations/
|
5 |
* Description: Restaurant reservations made easy. Accept bookings online. Quickly confirm or reject reservations, send email notifications, set booking times and more.
|
6 |
-
* Version: 2.1.
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|
3 |
* Plugin Name: Five Star Restaurant Reservations
|
4 |
* Plugin URI: http://www.fivestarplugins.com/plugins/five-star-restaurant-reservations/
|
5 |
* Description: Restaurant reservations made easy. Accept bookings online. Quickly confirm or reject reservations, send email notifications, set booking times and more.
|
6 |
+
* Version: 2.1.2
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|