Skip to content

Commit 4c7a9ff

Browse files
authored
Merge pull request #28 from BeAPI/release/2.1.0
docs (README): update changelog
2 parents af097c8 + 05c031e commit 4c7a9ff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ If you gonna change some JS or CSS, we use GULP in order to uglify and minify as
5454

5555
## Changelog ##
5656

57+
### 2.1.0 - 29 Nov 2021
58+
* FEATURE : return sprite name if multiple SVG sprites are registered
59+
* FIX : Replace `gulp-uglify` with `gulp-uglify-es`
60+
* CHORE : set required Node version in package.json
61+
5762
### 2.0.4 - 28 Oct 2019
5863
* FEATURE : add filter `acf_svg_icon_parsed_svg` to filter the icons list
5964
* FIX : fix PHP fatal error with SVG inclusion

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: 2.0.4
4+
Version: 2.1.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', '2.0.4' );
35+
define( 'ACF_SVG_ICON_VER', '2.1.0' );
3636
define( 'ACF_SVG_ICON_URL', plugin_dir_url( __FILE__ ) );
3737
define( 'ACF_SVG_ICON_DIR', plugin_dir_path( __FILE__ ) );
3838

0 commit comments

Comments
 (0)