Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Levdbas committed Nov 11, 2024
1 parent 127bb2e commit 99800a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ $fields->addField('my_icon', 'svg_icon_picker', [
## Changelog
[See releases for the full changelog](https://github.com/smithfield-studio/acf-svg-icon-picker/releases)

* 4.0.1:
* Fix version numbers in constant.
* chore: Add files to export ignore


* 4.0.0:
* Remove/deprecate legacy filters, refactor and simplify icon path filters by [@Levdbas](https://github.com/Levdbas) in [#25](https://github.com/smithfield-studio/acf-svg-icon-picker/pull/25)
* add unit tests, phpstan and return types by [@Levdbas](https://github.com/Levdbas) in [#25](https://github.com/smithfield-studio/acf-svg-icon-picker/pull/25)
Expand Down
4 changes: 2 additions & 2 deletions acf-svg-icon-picker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Advanced Custom Fields: SVG Icon Picker
* Plugin URI: https://github.com/smithfield-studio/acf-svg-icon-picker
* Description: Allows you to pick an icon from a predefined list
* Version: 4.0.0
* Version: 4.0.1
* Author: Smithfield & Studio Lemon
* Author URI: https://github.com/smithfield-studio/acf-svg-icon-picker/
* Text Domain: acf-svg-icon-picker
Expand All @@ -25,7 +25,7 @@
* Change this version number and the version in the
* docblock above when releasing a new version of this plugin.
*/
define('ACF_SVG_ICON_PICKER_VERSION', '3.1.4');
define('ACF_SVG_ICON_PICKER_VERSION', '4.0.1');

define('ACF_SVG_ICON_PICKER_URL', plugin_dir_url(__FILE__));
define('ACF_SVG_ICON_PICKER_PATH', plugin_dir_path(__FILE__));
Expand Down

0 comments on commit 99800a0

Please sign in to comment.