From baf41e8c6365f267cde42c60ca06e1cb3a94c584 Mon Sep 17 00:00:00 2001 From: daomapsieucap Date: Fri, 22 Apr 2022 15:34:20 +0700 Subject: [PATCH] :rocket: release v4.0.1 --- CHANGELOG.md | 5 +---- acf-icomoon.php | 4 ++-- changelog.txt | 5 +++++ readme.txt | 8 ++++---- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6c9b6..5f77668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,11 @@ All notable changes to this project will be documented in this file. ### v4.0.1 - 2022-04-22 -- Fix: wrong output on ACF field +- Fixed: wrong output on ACF field. ### v4.0.0 - 2022-04-21 - New: Mass upgrade with VueJS and a brand-new layout. - -### v4.0.0 - 2021-12-06 - - Changed: Refactor HTML, CSS, JS - New: Search icons inside popup diff --git a/acf-icomoon.php b/acf-icomoon.php index fee1ef0..03af631 100644 --- a/acf-icomoon.php +++ b/acf-icomoon.php @@ -3,7 +3,7 @@ * Plugin Name: Support For Icomoon with Advanced Custom Fields * Plugin URI: https://wordpress.org/plugins/acf-icomoon/ * Description: 🔩 Add a field to select icons from a selection.json file generated by IcoMoon - * Version: 4.0.0 + * Version: 4.0.1 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: ViiVue @@ -25,7 +25,7 @@ * Definitions */ -const ACFICOMOON_VERSION = '4.0.0'; +const ACFICOMOON_VERSION = '4.0.1'; define("ACFICOMOON_DIR", plugin_dir_path(__FILE__)); define("ACFICOMOON_ASSETS_URL", plugin_dir_url(__FILE__) . 'assets/'); define("ACFICOMOON_STYLESHEET_DIR", get_stylesheet_directory()); diff --git a/changelog.txt b/changelog.txt index f73db29..a8d7adb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ == Changelog == += 4.0.1 = +*Release Date - 22 April 2022* + +- Fixed: wrong output on ACF field. + = 4.0.0 = *Release Date - 21 April 2022* diff --git a/readme.txt b/readme.txt index 60f0597..f157e28 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: Advanced Custom Fields, ACF, Icomoon Requires at least: 4.7 Tested up to: 5.9.3 Requires PHP: 7.0 -Stable tag: 4.0.0 +Stable tag: 4.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -30,7 +30,7 @@ This ACF field type is compatible with: == Changelog == -= 4.0.0 = -*Release Date - 21 April 2022* += 4.0.1 = +*Release Date - 22 April 2022* -- New: Mass upgrade with VueJS and a brand-new layout. \ No newline at end of file +- Fixed: wrong output on ACF field. \ No newline at end of file