Restaurant Reservations - Version 1.4.5

Version Description

This update fixes a non-critical issue with the display of the loading spinner in the upcoming 4.2 version of WordPress.

Download this release

Release Info

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

Code changes from version 1.4.4 to 1.4.5

assets/addons-backup.json CHANGED
@@ -7,5 +7,14 @@
7
  "img":"https:\/\/themeofthecrop.com\/promo\/plugins\/mailchimp-for-rtb.png",
8
  "status":"released",
9
  "description":"Subscribe emails from new restaurant reservations to your MailChimp mailing list."
 
 
 
 
 
 
 
 
 
10
  }
11
  ]
7
  "img":"https:\/\/themeofthecrop.com\/promo\/plugins\/mailchimp-for-rtb.png",
8
  "status":"released",
9
  "description":"Subscribe emails from new restaurant reservations to your MailChimp mailing list."
10
+ },
11
+ {
12
+ "id":"export-bookings-for-rtb",
13
+ "title":"Export Bookings for Restaurant Reservations",
14
+ "url":"http:\/\/themeofthecrop.com\/plugin\/export-bookings-for-restaurant-reservations\/",
15
+ "price":"$20",
16
+ "img":"https:\/\/themeofthecrop.com\/promo\/plugins\/export-bookings-for-rtb.png",
17
+ "status":"released",
18
+ "description":"Export your restaurant reservations to PDF and Excel/CSV files."
19
  }
20
  ]
assets/css/admin.css CHANGED
@@ -117,6 +117,7 @@
117
  }
118
 
119
  #rtb-bookings-table .column-date .status .spinner {
 
120
  display: inline-block;
121
  float: left;
122
  margin: 4px 4px 0 0;
@@ -284,6 +285,7 @@
284
  }
285
 
286
  .rtb-admin-modal .action-status > .spinner {
 
287
  display: block;
288
  }
289
 
@@ -375,6 +377,7 @@
375
 
376
  #rtb-addons .rtb-loading .spinner {
377
  float: none;
 
378
  display: inline-block;
379
  }
380
 
117
  }
118
 
119
  #rtb-bookings-table .column-date .status .spinner {
120
+ visibility: visible;
121
  display: inline-block;
122
  float: left;
123
  margin: 4px 4px 0 0;
285
  }
286
 
287
  .rtb-admin-modal .action-status > .spinner {
288
+ visibility: visible;
289
  display: block;
290
  }
291
 
377
 
378
  #rtb-addons .rtb-loading .spinner {
379
  float: none;
380
+ visibility: visible;
381
  display: inline-block;
382
  }
383
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
5
  Requires at Least: 3.8
6
  Tested Up To: 4.2
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
- Stable tag: 1.4.4
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
@@ -34,6 +34,8 @@ This plugin is part of a group of plugins for restaurants. Check out the [Food a
34
  There is a short guide to using the plugin in the /docs/ folder. It can be accessed by following the Help link listed under the plugin on the Plugins page in your WordPress admin area. Not sure where that is? The last [screenshot](http://wordpress.org/plugins/restaurant-reservations/screenshots/) for this plugin will show you where to find it.
35
 
36
  = Addons =
 
 
37
  [MailChimp for Restaurant Reservations](http://themeofthecrop.com/plugin/mailchimp-restaurant-reservations/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) - Subscribe emails from new restaurant reservations to your MailChimp mailing list.
38
 
39
  = Developers =
@@ -102,6 +104,10 @@ I'm working on an addon that will allow you to customize the booking form and ad
102
 
103
  == Changelog ==
104
 
 
 
 
 
105
  = 1.4.4 (2015-04-20) =
106
  * Fix: low-risk XSS security vulnerability with escaped URLs on admin bookings page
107
 
@@ -207,6 +213,9 @@ I'm working on an addon that will allow you to customize the booking form and ad
207
 
208
  == Upgrade Notice ==
209
 
 
 
 
210
  = 1.4.4 =
211
  This update fixes a low-risk XSS security vulnerability. It is low-risk because in order to exploit this vulnerability a user would need to have access to the bookings management panel in the admin area, which only trusted users should have.
212
 
5
  Requires at Least: 3.8
6
  Tested Up To: 4.2
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
+ Stable tag: 1.4.5
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
34
  There is a short guide to using the plugin in the /docs/ folder. It can be accessed by following the Help link listed under the plugin on the Plugins page in your WordPress admin area. Not sure where that is? The last [screenshot](http://wordpress.org/plugins/restaurant-reservations/screenshots/) for this plugin will show you where to find it.
35
 
36
  = Addons =
37
+ [Export Bookings for Restaurant Reservations](http://themeofthecrop.com/plugin/export-bookings-for-restaurant-reservations/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) - Export your restaurant reservations to PDF and Excel/CSV files.
38
+
39
  [MailChimp for Restaurant Reservations](http://themeofthecrop.com/plugin/mailchimp-restaurant-reservations/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) - Subscribe emails from new restaurant reservations to your MailChimp mailing list.
40
 
41
  = Developers =
104
 
105
  == Changelog ==
106
 
107
+ = 1.4.5 (2015-04-23) =
108
+ * Fix: Loading spinner not visible due to 4.2 changes
109
+ * Add: new addon Export Bookings released
110
+
111
  = 1.4.4 (2015-04-20) =
112
  * Fix: low-risk XSS security vulnerability with escaped URLs on admin bookings page
113
 
213
 
214
  == Upgrade Notice ==
215
 
216
+ = 1.4.5 =
217
+ This update fixes a non-critical issue with the display of the loading spinner in the upcoming 4.2 version of WordPress.
218
+
219
  = 1.4.4 =
220
  This update fixes a low-risk XSS security vulnerability. It is low-risk because in order to exploit this vulnerability a user would need to have access to the bookings management panel in the admin area, which only trusted users should have.
221
 
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.4.4
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.4.5
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later