Skip to content

Commit

Permalink
Prepare 1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Aug 9, 2018
1 parent 1217f18 commit 623c11c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](icon.svg)

# GCF <small>1.5.3</small>
# GCF <small>1.5.4</small>

> WordPress Custom Fields, the Gutenberg way.
Expand Down
2 changes: 1 addition & 1 deletion gutenberg-custom-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Gutenberg Custom Fields
* Plugin URI: https://github.com/youknowriad/gcf
* Description: Custom Fields, The Gutenberg way
* Version: 1.5.3
* Version: 1.5.4
* Text Domain: gutenberg-custom-fields
* Domain Path: /languages
* Author: Riad Benguella
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-custom-fields",
"version": "1.5.3",
"version": "1.5.4",
"private": true,
"dependencies": {
"classnames": "^2.2.6",
Expand Down Expand Up @@ -41,7 +41,5 @@
"webpack": "^4.8.3",
"webpack-cli": "^3.1.0"
},
"browserslist": [
"extends @wordpress/browserslist-config"
]
"browserslist": ["extends @wordpress/browserslist-config"]
}
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: youknowriad
Requires at least: 4.8
Tested up to: 4.9.6
Stable tag: 1.5.3
Stable tag: 1.5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gutenberg
Expand Down Expand Up @@ -37,6 +37,11 @@ Documentation can be found [here](https://youknowriad.github.io/gcf/). If you do

== Changelog ==

= 1.5.4 =
* Compatibility with Gutenberg 3.5
* Update npm dependencies
* Fix lodash conflict

= 1.5.3 =
* Allow mixing a locked template with an unlocked HTML area
* Fix adding the Free HTML Area field
Expand Down

0 comments on commit 623c11c

Please sign in to comment.