Skip to content

Commit 5a30312

Browse files
committed
Bump to 1.2.0 version
1 parent 4a3b6d2 commit 5a30312

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,12 @@ function bea_svg_icon_filepath( $filepath ) {
4040

4141
## Changelog ##
4242

43+
### 1.2.0 - 27 July 2017
44+
* Add compatibility for ACF 5.6.0 and more versions
45+
* Still keep compatibility for ACF 5.6.0 and lower versions
46+
* Add some custom CSS for a more beautiful admin UI
47+
* Now displaying the icon name, not anymore like a slug
48+
* Improve readme
49+
4350
### 1.0.1 - 11 May 2017
4451
* Initial

acf-svg-icon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Advanced Custom Fields: SVG Icon
4-
Version: 1.0.1
4+
Version: 1.2.0
55
Plugin URI: http://www.beapi.fr
66
Description: Add an ACF SVG icon selector.
77
Author: BE API Technical team
@@ -32,7 +32,7 @@
3232
die();
3333
}
3434

35-
define( 'ACF_SVG_ICON_VER', '1.0.1' );
35+
define( 'ACF_SVG_ICON_VER', '1.2.0' );
3636
define( 'ACF_SVG_ICON_URL', plugin_dir_url( __FILE__ ) );
3737
define( 'ACF_SVG_ICON_DIR', plugin_dir_path( __FILE__ ) );
3838

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acf-svg-icon",
3-
"version": "1.0.0",
3+
"version": "1.2.0",
44
"description": "ACF SVG icon field.",
55
"author": "Be API",
66
"devDependencies": {

0 commit comments

Comments
 (0)