From fbb4df8508bba5b89cc23f31c4e41649c7dfb49f Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Thu, 7 Nov 2019 13:03:16 +0200 Subject: [PATCH] Version bump to 1.4.1 --- README.md | 4 ++++ backstage.php | 4 ++-- readme.txt | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e1f9c4..4ff9570 100755 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ The plugin provides actions and filters in all the right places allowing you int ## Changelog +## 1.4.1 +_2019-11-07_ +* Allow POST method also for REST API endpoint. + ### 1.4.0 _2019-11-06_ * Added support for injecting custom CSS and JS in the Customizer. diff --git a/backstage.php b/backstage.php index 328cc4d..796da44 100755 --- a/backstage.php +++ b/backstage.php @@ -4,7 +4,7 @@ * Plugin Name: Backstage – Customizer Demo Access * Plugin URI: https://wordpress.org/plugins/backstage/ * Description: Customizer Demo Access for Everyone - * Version: 1.4.0 + * Version: 1.4.1 * 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.4.0' ); + return Backstage_Plugin::getInstance( __FILE__, '1.4.1' ); } Backstage_Plugin(); diff --git a/readme.txt b/readme.txt index 25efb10..59e18e6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: customizer, demo, guest access, theme preview, site customization, sandbox Requires at least: 4.9.0 Tested up to: 5.3.0 Requires PHP: 5.4.0 -Stable tag: 1.4.0 +Stable tag: 1.4.1 License: GPL v2.0 (or later) License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -110,6 +110,10 @@ The plugin provides *actions and filters* in all the right places allowing you t == Changelog == += 1.4.1 = +* 2019-11-07 +* Allow POST method also for REST API endpoint. + = 1.4 = * 2019-11-06 * Added support for injecting custom CSS and JS in the Customizer.