Skip to content

Commit

Permalink
Bump FSE to 0.16.2 (#38192)
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolosw authored Dec 5, 2019
1 parent fc915b8 commit c015617
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.16.1
* Version: 0.16.2
* Author: Automattic
* Author URI: https://automattic.com/wordpress-plugins/
* License: GPLv2 or later
Expand All @@ -20,7 +20,7 @@
*
* @var string
*/
define( 'PLUGIN_VERSION', '0.16.1' );
define( 'PLUGIN_VERSION', '0.16.2' );

/**
* Load Full Site Editing.
Expand Down
6 changes: 5 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.3
Stable tag: 0.16.1
Stable tag: 0.16.2
Requires PHP: 5.6.20
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -42,6 +42,10 @@ This plugin is experimental, so we don't provide any support for it outside of w

== Changelog ==

= 0.16.2 =

* Fix for Global Styles. Logged out users weren't getting the fonts properly.

= 0.16.1 =
* Improve style of the template part preview.
* Consistent back button styles.
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": "0.16.1",
"version": "0.16.2",
"description": "Plugin for full site editing with the block editor.",
"sideEffects": true,
"repository": {
Expand Down

0 comments on commit c015617

Please sign in to comment.