Skip to content

Commit

Permalink
Version bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Olaru committed Oct 8, 2019
1 parent fd451ea commit 55af97e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
* 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
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.2.0' );
return Backstage_Plugin::getInstance( __FILE__, '1.3.0' );
}

Backstage_Plugin();
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 55af97e

Please sign in to comment.