Version Description
This update is a maintenance release that fixes a couple minor issues, adds French and Italian translations, and includes some under-the-hood changes to support upcoming extensions. 1.4.1-1.4.2 fixes a rare but vital performance issue in the admin.
Download this release
Release Info
Developer | NateWr |
Plugin | Restaurant Reservations |
Version | 1.4.2 |
Comparing to | |
See all releases |
Code changes from version 1.4.1 to 1.4.2
- lib/EDD_SL_Plugin_Updater.class.php +1 -1
- readme.txt +7 -1
- restaurant-reservations.php +1 -1
lib/EDD_SL_Plugin_Updater.class.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
|
3 |
// uncomment this line for testing
|
4 |
-
set_site_transient( 'update_plugins', null );
|
5 |
|
6 |
/**
|
7 |
* Allows plugins to use their own update API.
|
1 |
<?php
|
2 |
|
3 |
// uncomment this line for testing
|
4 |
+
//set_site_transient( 'update_plugins', null );
|
5 |
|
6 |
/**
|
7 |
* Allows plugins to use their own update API.
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
|
|
5 |
Requires at Least: 3.8
|
6 |
Tested Up To: 4.1
|
7 |
Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
|
8 |
-
Stable tag: 1.4.
|
9 |
License: GPLv2 or later
|
10 |
Donate link: http://themeofthecrop.com
|
11 |
|
@@ -98,6 +98,9 @@ I'm working on an addon that will allow you to customize the booking form and ad
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
101 |
= 1.4.1 (2015-03-31) =
|
102 |
* Add: rtbQuery class for fetching bookings
|
103 |
* Add: Centralized system for handling extension licenses
|
@@ -188,6 +191,9 @@ I'm working on an addon that will allow you to customize the booking form and ad
|
|
188 |
|
189 |
== Upgrade Notice ==
|
190 |
|
|
|
|
|
|
|
191 |
= 1.4.1 =
|
192 |
This update is a maintenance release that fixes a couple minor issues, adds French and Italian translations, and includes some under-the-hood changes to support upcoming extensions.
|
193 |
|
5 |
Requires at Least: 3.8
|
6 |
Tested Up To: 4.1
|
7 |
Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
|
8 |
+
Stable tag: 1.4.2
|
9 |
License: GPLv2 or later
|
10 |
Donate link: http://themeofthecrop.com
|
11 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 1.4.2 (2015-03-31) =
|
102 |
+
* Fix: Speed issue if licensed addon active
|
103 |
+
|
104 |
= 1.4.1 (2015-03-31) =
|
105 |
* Add: rtbQuery class for fetching bookings
|
106 |
* Add: Centralized system for handling extension licenses
|
191 |
|
192 |
== Upgrade Notice ==
|
193 |
|
194 |
+
= 1.4.2 =
|
195 |
+
This update is a maintenance release that fixes a couple minor issues, adds French and Italian translations, and includes some under-the-hood changes to support upcoming extensions. 1.4.1-1.4.2 fixes a rare but vital performance issue in the admin.
|
196 |
+
|
197 |
= 1.4.1 =
|
198 |
This update is a maintenance release that fixes a couple minor issues, adds French and Italian translations, and includes some under-the-hood changes to support upcoming extensions.
|
199 |
|
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.
|
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.2
|
7 |
* Author: Theme of the Crop
|
8 |
* Author URI: http://themeofthecrop.com
|
9 |
* License: GNU General Public License v2.0 or later
|