Skip to content

Commit

Permalink
🚀 release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daomapsieucap committed Apr 22, 2022
1 parent 913d12e commit baf41e8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions acf-icomoon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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());
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
- Fixed: wrong output on ACF field.

0 comments on commit baf41e8

Please sign in to comment.