Version Description
(2021-08-25) = - Fix for an issue sometimes causing the Max Reservations, Max People, Automatically Confirm Below Seats Number and Automatically Confirm Below Reservation Number settings to not save correctly.
Download this release
Release Info
Developer | Rustaurius |
Plugin | Restaurant Reservations |
Version | 2.3.3 |
Comparing to | |
See all releases |
Code changes from version 2.3.2 to 2.3.3
- lib/simple-admin-pages/js/count.js +1 -6
- readme.txt +4 -1
- restaurant-reservations.php +1 -1
lib/simple-admin-pages/js/count.js
CHANGED
@@ -5,11 +5,6 @@ jQuery(document).ready(function() {
|
|
5 |
var count = jQuery('#' + id + '_count').val();
|
6 |
var unit = jQuery('#' + id + '_unit').val();
|
7 |
|
8 |
-
|
9 |
-
jQuery('#' + id).val(count + '_' + unit);
|
10 |
-
}
|
11 |
-
else {
|
12 |
-
jQuery('#' + id).val('');
|
13 |
-
}
|
14 |
});
|
15 |
});
|
5 |
var count = jQuery('#' + id + '_count').val();
|
6 |
var unit = jQuery('#' + id + '_unit').val();
|
7 |
|
8 |
+
jQuery('#' + id).val(count + '_' + unit);
|
|
|
|
|
|
|
|
|
|
|
9 |
});
|
10 |
});
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: FiveStarPlugins
|
|
3 |
Requires at Least: 4.4
|
4 |
Tested Up To: 5.8
|
5 |
Tags: reservation, reservations, restaurant reservations, reservation form, restaurant booking, restaurant reservation form, restaurant booking form, restaurant booking system, reservation system, online reservations, online restaurant booking, dinner reservations, restaurant form, gutenberg reservations, gutenberg restaurant reservations, gutenberg restaurant booking, mobile reservations, responsive reservations, table reservations, open table, book table, reserve table, easy reservations, simple reservations, quick restaurant reservations, custom reservation form, custom restaurant reservations
|
6 |
-
Stable tag: 2.3.
|
7 |
License: GPLv3
|
8 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
Donate Link: https://www.etoilewebdesign.com/plugin-donations/
|
@@ -197,6 +197,9 @@ Find answers to even more questions in the [FAQ](http://doc.fivestarplugins.com/
|
|
197 |
|
198 |
== Changelog ==
|
199 |
|
|
|
|
|
|
|
200 |
= 2.3.2 (2021-08-25) =
|
201 |
- Fix to stop warnings that were occurring with automatic updates to version 2.3.
|
202 |
|
3 |
Requires at Least: 4.4
|
4 |
Tested Up To: 5.8
|
5 |
Tags: reservation, reservations, restaurant reservations, reservation form, restaurant booking, restaurant reservation form, restaurant booking form, restaurant booking system, reservation system, online reservations, online restaurant booking, dinner reservations, restaurant form, gutenberg reservations, gutenberg restaurant reservations, gutenberg restaurant booking, mobile reservations, responsive reservations, table reservations, open table, book table, reserve table, easy reservations, simple reservations, quick restaurant reservations, custom reservation form, custom restaurant reservations
|
6 |
+
Stable tag: 2.3.3
|
7 |
License: GPLv3
|
8 |
License URI:http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
Donate Link: https://www.etoilewebdesign.com/plugin-donations/
|
197 |
|
198 |
== Changelog ==
|
199 |
|
200 |
+
= 2.3.3 (2021-08-25) =
|
201 |
+
- Fix for an issue sometimes causing the Max Reservations, Max People, Automatically Confirm Below Seats Number and Automatically Confirm Below Reservation Number settings to not save correctly.
|
202 |
+
|
203 |
= 2.3.2 (2021-08-25) =
|
204 |
- Fix to stop warnings that were occurring with automatic updates to version 2.3.
|
205 |
|
restaurant-reservations.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Five Star Restaurant Reservations - WordPress Booking Plugin
|
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.3.
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|
3 |
* Plugin Name: Five Star Restaurant Reservations - WordPress Booking Plugin
|
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.3.3
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|