Skip to content

Commit

Permalink
bump version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian de Bhal authored and fullofcaffeine committed Jul 13, 2020
1 parent c7e1b7a commit 196d628
Show file tree
Hide file tree
Showing 3 changed files with 8 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: 1.12
* Version: 1.13
* Author: Automattic
* Author URI: https://automattic.com/wordpress-plugins/
* License: GPLv2 or later
Expand Down Expand Up @@ -35,7 +35,7 @@
*
* @var string
*/
define( 'PLUGIN_VERSION', '1.12' );
define( 'PLUGIN_VERSION', '1.13' );

// Always include these helper files for dotcom FSE.
require_once __DIR__ . '/dotcom-fse/helpers.php';
Expand Down
5 changes: 5 additions & 0 deletions apps/full-site-editing/full-site-editing-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ This plugin is experimental, so we don't provide any support for it outside of w

== Changelog ==

= 1.13 =
* Change the category of FSE blocks from legacy to the updated ones (https://github.com/Automattic/wp-calypso/issues/43198).
* Add a helper function that can be used to assign categories with older fallbacks.
* Add support for TypeScript tests.

= 1.12 =
* Experimental navigation sidebar in block editor, can be enabled in config or with a hook.
* Default content included in the donation block can be edited.
Expand Down
2 changes: 1 addition & 1 deletion apps/full-site-editing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/full-site-editing",
"version": "1.12.0",
"version": "1.13.0",
"description": "Plugin for full site editing with the block editor.",
"sideEffects": true,
"repository": {
Expand Down

0 comments on commit 196d628

Please sign in to comment.