Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
petitphp committed Jul 17, 2023
1 parent 6b0f0a2 commit ab360c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ If you gonna change some JS or CSS, we use GULP in order to uglify and minify as

## Changelog ##

### 2.1.2 - 17 Jul 2023
* FIX : fix PHP fatal error in the REST API for ACF's values from the field

### 2.1.1 - 12 Apr 2023
* FEATURE : add french translation

### 2.1.0 - 29 Nov 2021
* FEATURE : return sprite name if multiple SVG sprites are registered
* FIX : Replace `gulp-uglify` with `gulp-uglify-es`
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.1.0
Version: 2.1.2
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.1.0' );
define( 'ACF_SVG_ICON_VER', '2.1.2' );
define( 'ACF_SVG_ICON_URL', plugin_dir_url( __FILE__ ) );
define( 'ACF_SVG_ICON_DIR', plugin_dir_path( __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",
"version": "1.2.0",
"version": "2.1.2",
"description": "ACF SVG icon field.",
"author": "Be API",
"devDependencies": {
Expand Down

0 comments on commit ab360c0

Please sign in to comment.