Skip to content

Commit

Permalink
Merge pull request #32 from BeAPI/ver/2.1.3
Browse files Browse the repository at this point in the history
chore: release 2.1.3
  • Loading branch information
ecorica authored Feb 1, 2024
2 parents 3ba6a59 + df73279 commit f8f5b9d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ If you gonna change some JS or CSS, we use GULP in order to uglify and minify as

## Changelog ##

### 2.1.3 - 17 Jul 2023
* FEATURE : Skip media type for displaying svgs as we use the URL

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

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.2
Version: 2.1.3
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.2' );
define( 'ACF_SVG_ICON_VER', '2.1.3' );
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": "2.1.2",
"version": "2.1.3",
"description": "ACF SVG icon field.",
"author": "Be API",
"devDependencies": {
Expand Down

0 comments on commit f8f5b9d

Please sign in to comment.