Restaurant Reservations - Version 2.0.3

Version Description

(2019-10-28) = - Fixing a class conflict with the email designer

Download this release

Release Info

Developer Rustaurius
Plugin Icon 128x128 Restaurant Reservations
Version 2.0.3
Comparing to
See all releases

Code changes from version 2.0.2 to 2.0.3

includes/class-designer.php CHANGED
@@ -1,4 +1,6 @@
1
  <?php defined( 'ABSPATH' ) || exit;
 
 
2
  /**
3
  * Class to deliver data to the templates
4
  *
@@ -285,3 +287,4 @@ class etfrtbDesigner {
285
  return $output;
286
  }
287
  }
 
1
  <?php defined( 'ABSPATH' ) || exit;
2
+
3
+ if ( !class_exists( 'etfrtbDesigner' ) ) {
4
  /**
5
  * Class to deliver data to the templates
6
  *
287
  return $output;
288
  }
289
  }
290
+ } // end if
readme.txt CHANGED
@@ -175,6 +175,9 @@ Find answers to even more questions in the [FAQ](http://doc.fivestarplugins.com/
175
 
176
  == Changelog ==
177
 
 
 
 
178
  = 2.0.2 (2019-10-28) =
179
  - Additional fix related to the email templates conflict
180
 
175
 
176
  == Changelog ==
177
 
178
+ = 2.0.3 (2019-10-28) =
179
+ - Fixing a class conflict with the email designer
180
+
181
  = 2.0.2 (2019-10-28) =
182
  - Additional fix related to the email templates conflict
183
 
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.0.2
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.0.3
7
  * Author: FiveStarPlugins
8
  * Author URI: https://profiles.wordpress.org/fivestarplugins/
9
  * Text Domain: restaurant-reservations