Restaurant Reservations - Version 1.6.2

Version Description

This update fixes a critical error introduced in v1.6.1 which broke the time picker.

Download this release

Release Info

Developer NateWr
Plugin Icon 128x128 Restaurant Reservations
Version 1.6.2
Comparing to
See all releases

Code changes from version 1.6.1 to 1.6.2

assets/js/booking-form.js CHANGED
@@ -59,7 +59,7 @@ jQuery(document).ready(function ($) {
59
 
60
  // Declare timepicker
61
  var $time_input = $( '#rtb-time' );
62
- if ( $time_input.lenth ) {
63
  var time_input = $time_input.pickatime({
64
  format: rtb_pickadate.time_format,
65
  formatSubmit: 'h:i A',
59
 
60
  // Declare timepicker
61
  var $time_input = $( '#rtb-time' );
62
+ if ( $time_input.length ) {
63
  var time_input = $time_input.pickatime({
64
  format: rtb_pickadate.time_format,
65
  formatSubmit: 'h:i A',
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URL: https://themeofthecrop.com
5
  Requires at Least: 4.4
6
  Tested Up To: 4.6
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
- Stable tag: 1.6.1
9
  License: GPLv2 or later
10
  Donate link: https://themeofthecrop.com
11
 
@@ -26,9 +26,7 @@ Accept restaurant reservations and table bookings online. Quickly confirm or rej
26
  * Take bookings for [multiple locations](http://doc.themeofthecrop.com/plugins/restaurant-reservations/user/manage/locations)
27
  * Send customers an email about their booking from the admin panel
28
 
29
- Follow future developments at [Theme of the Crop](https://themeofthecrop.com/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) or read the Upgrade Notices when you see updates for this plugin in your WordPress admin panel.
30
-
31
- This plugin is part of a group of plugins for restaurants. Check out the [Food and Drink Menu](http://wordpress.org/plugins/food-and-drink-menu/), [Good Reviews for WordPress](http://wordpress.org/plugins/good-reviews-wp/) and [Business Profile](http://wordpress.org/plugins/business-profile/) plugins as well.
32
 
33
  = How to use =
34
 
@@ -112,10 +110,15 @@ Find answers to even more questions in the [FAQ](http://doc.themeofthecrop.com/p
112
  7. Customize the notification email sent to a user when they make a new booking request.
113
  8. Customize the notification email sent to a user when their booking is confirmed. You can also customize the email sent when a booking is rejected.
114
  9. Add and edit bookings from an admin panel.
115
- 10. Access a short guide from your Plugins list to help you get started quickly.
 
 
116
 
117
  == Changelog ==
118
 
 
 
 
119
  = 1.6.1 (2016-08-19) =
120
  * Fix: Support location post ids in booking form shortcode
121
  * Fix: JavaScript error if the time field is hidden
@@ -296,8 +299,10 @@ Find answers to even more questions in the [FAQ](http://doc.themeofthecrop.com/p
296
 
297
  == Upgrade Notice ==
298
 
299
- = 1.6.1 =
 
300
 
 
301
  This maintenance update adds a {location} tag for notifications, improves the location argument in the booking form shortcode and fixes a few minor bugs.
302
 
303
  = 1.6 =
5
  Requires at Least: 4.4
6
  Tested Up To: 4.6
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
+ Stable tag: 1.6.2
9
  License: GPLv2 or later
10
  Donate link: https://themeofthecrop.com
11
 
26
  * Take bookings for [multiple locations](http://doc.themeofthecrop.com/plugins/restaurant-reservations/user/manage/locations)
27
  * Send customers an email about their booking from the admin panel
28
 
29
+ [Theme of the Crop](https://themeofthecrop.com/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) builds the [best WordPress restaurant themes](https://themeofthecrop.com/themes/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) and plugins that help restaurants manage [responsive online menus](https://themeofthecrop.com/plugins/food-and-drink-menu/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) and [boost their SEO](https://themeofthecrop.com/restaurant-seo/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations).
 
 
30
 
31
  = How to use =
32
 
110
  7. Customize the notification email sent to a user when they make a new booking request.
111
  8. Customize the notification email sent to a user when their booking is confirmed. You can also customize the email sent when a booking is rejected.
112
  9. Add and edit bookings from an admin panel.
113
+ 10. Quickly find bookings before or after a date. You can also filter by status or view just Today's bookings.
114
+ 11. It also integrates with the Business Profile plugin to support booking for multiple locations.
115
+ 12. Access a short guide from your Plugins list to help you get started quickly.
116
 
117
  == Changelog ==
118
 
119
+ = 1.6.2 (2016-08-20) =
120
+ * Fix: Broken time picker introduced in 1.6.2
121
+
122
  = 1.6.1 (2016-08-19) =
123
  * Fix: Support location post ids in booking form shortcode
124
  * Fix: JavaScript error if the time field is hidden
299
 
300
  == Upgrade Notice ==
301
 
302
+ = 1.6.2 =
303
+ This update fixes a critical error introduced in v1.6.1 which broke the time picker.
304
 
305
+ = 1.6.1 =
306
  This maintenance update adds a {location} tag for notifications, improves the location argument in the booking form shortcode and fixes a few minor bugs.
307
 
308
  = 1.6 =
restaurant-reservations.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Restaurant Reservations
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Accept restaurant reservations and bookings online.
6
- * Version: 1.6.1
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
3
  * Plugin Name: Restaurant Reservations
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Accept restaurant reservations and bookings online.
6
+ * Version: 1.6.2
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later