== Changelog ==

= 4.0.16 =
*Release Date - 20 August 2025*

- Fixed: _load_textdomain_just_in_time was called incorrectly from WordPress 6.8.1
- Fixed: Remove PHP deprecated notices for PHP 8.3.

= 4.0.15 =
*Release Date - 20 June 2025*

- Fixed: Fix wrong icon path in WPBakery Page Builder param.

= 4.0.14 =
*Release Date - 30 May 2025*

- Fixed: Fix wrong relative path for selection.json.

= 4.0.13 =
*Release Date - 25 May 2025*

- Changed: Improve & validate selection JSON path.
- Changed: Add default callback JSON from plugin.

= 4.0.12 =
*Release Date - 11 March 2025*

- Fixed: Fix wrong function prefix.

= 4.0.11 =
*Release Date - 11 March 2025*

- Fixed: _load_textdomain_just_in_time was called incorrectly from WordPress 6.7.1
- Changed: Improve JSON path configuration.

= 4.0.10 =
*Release Date - 11 Oct 2024*

- Changed: Use Vue production js file.

= 4.0.9 =
*Release Date - 25 May 2023*

- Changed: Improve release plugin workflow.

= 4.0.8 =
*Release Date - 14 October 2022*

- Fixed: Fix setting json path is not working.

= 4.0.7 =
*Release Date - 07 September 2022*

- Fixed: Fix conflict class names.
- Fixed: Remove PHP warning notices.

= 4.0.6 =
*Release Date - 25 August 2022*

- Fixed: Fix issue return wrong SVG path.

= 4.0.5 =
*Release Date - 24 August 2022*

- Fixed: Check icon multicolor before output SVG.

= 4.0.4 =
*Release Date - 23 August 2022*

- Fixed: Fix issue Uncaught TypeError: Cannot access offset of type string on string in acf-icomoon/includes/fields/acf-field-icomoon.php:146.

= 4.0.3 =
*Release Date - 23 August 2022*

- New: Return SVG: Support multiColor.
- New: Return multiple types: icon class, SVG, Array, HTML.

= 4.0.2 =
*Release Date - 10 May 2022*

- Fixed: compatible with Gutenberg blocks.

= 4.0.1 =
*Release Date - 22 April 2022*

- Fixed: wrong output on ACF field.

= 4.0.0 =
*Release Date - 21 April 2022*

- New: Mass upgrade with VueJS and a brand-new layout.

= 3.4.0 =
*Release Date - 06 December 2021*

- Changed: Refactor HTML, CSS, JS
- New: Search icons inside popup

= 3.3 =
*Release Date - 11 September 2021*

- Fixed: Error when activate plugin without WPBakery Page Builder installed
- Added: Notice when Advanced Custom Fields is not activated

= 3.2 =
*Release Date - 03 September 2021*

- Revise and cleanup code to publish plugin
- Fixed: Custom selection.json path is not working
- New: Add WPBakery Page Builder Icomoon Param Type for developers

= 3.1 =
*Release Date - 24 August 2021*

* Add selected icon using PHP instead of JS.

= 3.0 =
*Release Date - 03 August 2021*

- Fix bug: not re-init script on dynamic elements (after duplicating or in ACF tabs)
- Refactor js

= 2.2 =
*Release Date - 08 June 2021*

- Update CSS for VC Param
- Exit function when element is not visible

= 2.0.1 =
*Release Date - 28 January 2021*

- Fix popup not show when add more item in ACF repeater (due to ACF always has a pre-appended clone item)

= 2.0.0 =
*Release Date - 11 January 2021*

- Re-build the whole plugin to use the same structure with VC Param Icomoon
- Check popup position left/right
- Update UI

= 1.0.5 =
*Release Date - 31 December 2020*

- Update UI

= 1.0.4 =
*Release Date - 25 December 2020*

- Check array key exists to prevent PHP Warning

= 1.0.3 =
*Release Date - 12 August 2020*

- Replace get_stylesheet_directory_uri with get_stylesheet_directory to get the file path
- Add conditional logic file_exists in $path variable

= 1.0.2 =
*Release Date - 05 August 2020*

- Check file exists before get file content.
- Replace get_template_directory_uri with get_stylesheet_directory_uri.

= 1.0.1 =
*Release Date - 04 June 2020*

- Auto get selection.json path if value is empty

= 1.0.0 =
*Release Date - 20 May 2020*

- Remove all fields that have not worked yet.
- Add option to return icon class.
- Auto get selection.json path.
- Fix error when using with ACF repeater.