Skip to content

Commit

Permalink
Full Site Editing: bump plugin version to 0.4
Browse files Browse the repository at this point in the history
Updates the version to 0.4 to prepare for the next release.
  • Loading branch information
vindl committed Jul 22, 2019
1 parent 4250bc3 commit d1c0c05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Full Site Editing
* Description: Enhances your page creation workflow within the Block Editor.
* Version: 0.3
* Version: 0.4
* Author: Automattic
* Author URI: https://automattic.com/wordpress-plugins/
* License: GPLv2 or later
Expand All @@ -18,7 +18,7 @@
*
* @var string
*/
define( 'A8C_FSE_VERSION', '0.3' );
define( 'A8C_FSE_VERSION', '0.4' );

/**
* Load Full Site Editing.
Expand Down
5 changes: 4 additions & 1 deletion apps/full-site-editing/full-site-editing-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alexislloyd, allancole, automattic, codebykat, copons, dmsnell, ge
Tags: block, blocks, editor, gutenberg, page
Requires at least: 5.0
Tested up to: 5.2
Stable tag: 0.3
Stable tag: 0.4
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -40,6 +40,9 @@ This plugin is experimental, so we don't provide any support for it outside of w

== Changelog ==

= 0.4 =
* Move template data initialization out of the plugin and delegate it to themes.

= 0.3 =
* Update modal UI.

Expand Down

0 comments on commit d1c0c05

Please sign in to comment.