Skip to content

Commit

Permalink
Version bump to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Nov 7, 2019
1 parent 6b546df commit fbb4df8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions backstage.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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();
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit fbb4df8

Please sign in to comment.