Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
7studio committed Sep 7, 2018
1 parent b45a5cd commit 919270d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,10 @@ If you use SVGO and allowed to add a custom task, you can copy/paste the code be

## Changelog

### 1.0.1 (September 7, 2018)
* Add compatibility for ACF Pro 5.7.x
* Introduce SVGO custom task `stripComments`
* Fix mistakes in README

### 1.0.0 (May 31, 2018)
* Initial Release.
4 changes: 2 additions & 2 deletions acf-svg-icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Advanced Custom Fields: SVG Icon
Plugin URI: https://github.com/7studio/acf-svg-icon
Description: Add a new ACF field type: "SVG Icon" which allows you to select icon(s) from a SVG sprite.
Version: 1.0.0
Version: 1.0.1
Author: Xavier Zalawa
Author URI: http://www.7studio.fr
License: GPLv2 or later
Expand All @@ -21,7 +21,7 @@



define( 'SWP_ACF_SVG_ICON_VERSION', '1.0.0' );
define( 'SWP_ACF_SVG_ICON_VERSION', '1.0.1' );
define( 'SWP_ACF_SVG_ICON_FILE', __FILE__ );
define( 'SWP_ACF_SVG_ICON_URL', plugin_dir_url( SWP_ACF_SVG_ICON_FILE ) );
define( 'SWP_ACF_SVG_ICON_DIR', plugin_dir_path( SWP_ACF_SVG_ICON_FILE ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-svg-icon-field",
"version": "1.0.0",
"version": "1.0.1",
"description": "ACF SVG Icon Field",
"author": "Xavier Zalawa",
"babel": {
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@ This ACF field type is compatible with:

== Changelog ==

= 1.0.1 =
* Add compatibility for ACF Pro 5.7.x
* Introduce SVGO custom task `stripComments`
* Fix mistakes in README

= 1.0.0 =
* Initial Release.

0 comments on commit 919270d

Please sign in to comment.