From 55af97e88e88cd2541d7268894cd0255695373a9 Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Tue, 8 Oct 2019 13:58:59 +0300 Subject: [PATCH] Version bump to 1.3.0 --- backstage.php | 4 ++-- readme.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/backstage.php b/backstage.php index f3ea12f..58f87c3 100755 --- a/backstage.php +++ b/backstage.php @@ -4,7 +4,7 @@ * Plugin Name: Backstage * Plugin URI: https://wordpress.org/plugins/customizer-guest-demo-access * Description: Customizer Demo Access for Everyone - * Version: 1.2.0 + * Version: 1.3.0 * Author: Pixelgrade * Author URI: https://pixelgrade.com * Author Email: contact@pixelgrade.com @@ -35,7 +35,7 @@ function Backstage_Plugin() { require_once( plugin_dir_path( __FILE__ ) . 'includes/class-Backstage_Plugin.php' ); - return Backstage_Plugin::getInstance( __FILE__, '1.2.0' ); + return Backstage_Plugin::getInstance( __FILE__, '1.3.0' ); } Backstage_Plugin(); diff --git a/readme.txt b/readme.txt index f999c73..3a3a8d8 100644 --- a/readme.txt +++ b/readme.txt @@ -110,6 +110,10 @@ The plugin provides *actions and filters* in all the right places allowing you t == Changelog == += 1.3 = +* 2019-10-08 +* Added new settings and logic for enabling a REST API endpoint to fetch the secure customizer access link. + = 1.2 = * 2019-10-07 * Improved behaviour when working within multisite settings and the plugin is activated on a per site basis.