Skip to content

Commit

Permalink
Merge pull request #28 from BeAPI/release/2.1.0
Browse files Browse the repository at this point in the history
docs (README): update changelog
  • Loading branch information
firestar300 authored Nov 29, 2022
2 parents af097c8 + 05c031e commit 4c7a9ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ If you gonna change some JS or CSS, we use GULP in order to uglify and minify as

## Changelog ##

### 2.1.0 - 29 Nov 2021
* FEATURE : return sprite name if multiple SVG sprites are registered
* FIX : Replace `gulp-uglify` with `gulp-uglify-es`
* CHORE : set required Node version in package.json

### 2.0.4 - 28 Oct 2019
* FEATURE : add filter `acf_svg_icon_parsed_svg` to filter the icons list
* FIX : fix PHP fatal error with SVG inclusion
Expand Down
4 changes: 2 additions & 2 deletions acf-svg-icon.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Advanced Custom Fields: SVG Icon
Version: 2.0.4
Version: 2.1.0
Plugin URI: http://www.beapi.fr
Description: Add an ACF SVG icon selector.
Author: BE API Technical team
Expand Down Expand Up @@ -32,7 +32,7 @@
die();
}

define( 'ACF_SVG_ICON_VER', '2.0.4' );
define( 'ACF_SVG_ICON_VER', '2.1.0' );
define( 'ACF_SVG_ICON_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_SVG_ICON_DIR', plugin_dir_path( __FILE__ ) );

Expand Down

0 comments on commit 4c7a9ff

Please sign in to comment.