Version Description
(2020-07-08) = - Corrects an email template issue for the new admin notification for auto-confirmed bookings
Download this release
Release Info
Developer | Rustaurius |
Plugin | Restaurant Reservations |
Version | 2.1.15 |
Comparing to | |
See all releases |
Code changes from version 2.1.14 to 2.1.15
- includes/load-notifications.php +1 -0
- readme.txt +3 -0
- restaurant-reservations.php +1 -1
includes/load-notifications.php
CHANGED
@@ -36,6 +36,7 @@ function etfrtb_notification_email_template( $notification ) {
|
|
36 |
case 'rtb_confirmed_booking' :
|
37 |
$designer->setup( 'booking-admin', $notification );
|
38 |
$notification->message = $designer->render();
|
|
|
39 |
|
40 |
case 'pending_to_confirmed' :
|
41 |
$designer->setup( 'confirmed-user', $notification );
|
36 |
case 'rtb_confirmed_booking' :
|
37 |
$designer->setup( 'booking-admin', $notification );
|
38 |
$notification->message = $designer->render();
|
39 |
+
break;
|
40 |
|
41 |
case 'pending_to_confirmed' :
|
42 |
$designer->setup( 'confirmed-user', $notification );
|
readme.txt
CHANGED
@@ -196,6 +196,9 @@ Find answers to even more questions in the [FAQ](http://doc.fivestarplugins.com/
|
|
196 |
|
197 |
== Changelog ==
|
198 |
|
|
|
|
|
|
|
199 |
= 2.1.14 (2020-07-06) =
|
200 |
- Adds in a new option to write a separate admin notification subject and email for automatically-confirmed bookings.
|
201 |
- Applies the "Admin Notification Email" template to the admin notification email for automatically-confirmed bookings.
|
196 |
|
197 |
== Changelog ==
|
198 |
|
199 |
+
= 2.1.15 (2020-07-08) =
|
200 |
+
- Corrects an email template issue for the new admin notification for auto-confirmed bookings
|
201 |
+
|
202 |
= 2.1.14 (2020-07-06) =
|
203 |
- Adds in a new option to write a separate admin notification subject and email for automatically-confirmed bookings.
|
204 |
- Applies the "Admin Notification Email" template to the admin notification email for automatically-confirmed bookings.
|
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.1.
|
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.1.15
|
7 |
* Author: FiveStarPlugins
|
8 |
* Author URI: https://profiles.wordpress.org/fivestarplugins/
|
9 |
* Text Domain: restaurant-reservations
|