Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Version 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Apr 27, 2018
1 parent 54fdf47 commit 0d29727
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "restaurant-reservations",
"description": "Accept restaurant reservations and bookings online.",
"version": "1.7.6",
"version": "1.7.7",
"author": {
"name": "Theme of the Crop",
"url": "https://themeofthecrop.com"
Expand Down
12 changes: 10 additions & 2 deletions readme.md
Expand Up @@ -3,9 +3,9 @@ Contributors: NateWr
Author URI: https://github.com/NateWr
Plugin URL: https://themeofthecrop.com
Requires at Least: 4.4
Tested Up To: 4.8
Tested Up To: 4.9.5
Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
Stable tag: 1.7.6
Stable tag: 1.7.7
License: GPLv2 or later
Donate link: https://themeofthecrop.com

Expand Down Expand Up @@ -119,6 +119,11 @@ Find answers to even more questions in the [FAQ](http://doc.themeofthecrop.com/p

## Changelog

#### 1.7.7 (2018-04-27)
* Add: #135 Option to collect consent to store data (GDPR)
* Add: #135 Ability to delete all bookings related to an email address (GDPR)
* Fix: Some data not updated in confirm/reject emails when changed

#### 1.7.6 (2017-05-15)
* Fix: Prevent IP address from being modified after initial submission
* Fix: Schema type for Bakery used when integrating with Business Profile
Expand Down Expand Up @@ -347,6 +352,9 @@ Find answers to even more questions in the [FAQ](http://doc.themeofthecrop.com/p

## Upgrade Notice

#### 1.7.8
This update adds two features to help you comply with GDPR privacy regulations in Europe: a confirmation field can be added to the booking form to collect a customer's consent to store their data. And you can delete all bookings related to an email address.

#### 1.7.5
This update adds an option to require a phone, email address validation and a notification bubble showing the number of upcoming pending bookings in the admin area.

Expand Down
4 changes: 2 additions & 2 deletions restaurant-reservations.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Restaurant Reservations
* Plugin URI: http://themeofthecrop.com
* Description: Accept restaurant reservations and bookings online.
* Version: 1.7.6
* Version: 1.7.7
* Author: Theme of the Crop
* Author URI: http://themeofthecrop.com
* License: GNU General Public License v2.0 or later
Expand Down Expand Up @@ -47,7 +47,7 @@ class rtbInit {
public function __construct() {

// Common strings
define( 'RTB_VERSION', '1.7.6' );
define( 'RTB_VERSION', '1.7.7' );
define( 'RTB_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
define( 'RTB_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'RTB_PLUGIN_FNAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 0d29727

Please sign in to comment.