File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -40,5 +40,12 @@ function bea_svg_icon_filepath( $filepath ) {
40
40
41
41
## Changelog ##
42
42
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
+
43
50
### 1.0.1 - 11 May 2017
44
51
* Initial
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/*
3
3
Plugin Name: Advanced Custom Fields: SVG Icon
4
- Version: 1.0.1
4
+ Version: 1.2.0
5
5
Plugin URI: http://www.beapi.fr
6
6
Description: Add an ACF SVG icon selector.
7
7
Author: BE API Technical team
32
32
die ();
33
33
}
34
34
35
- define ( 'ACF_SVG_ICON_VER ' , '1.0.1 ' );
35
+ define ( 'ACF_SVG_ICON_VER ' , '1.2.0 ' );
36
36
define ( 'ACF_SVG_ICON_URL ' , plugin_dir_url ( __FILE__ ) );
37
37
define ( 'ACF_SVG_ICON_DIR ' , plugin_dir_path ( __FILE__ ) );
38
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " acf-svg-icon" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " ACF SVG icon field." ,
5
5
"author" : " Be API" ,
6
6
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments