Skip to content

Releases: newcity/acf-icon-picker

v2.1.2

11 Dec 20:03
b227cc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1 - Bugfix

01 Oct 21:17
Compare
Choose a tag to compare

v2.1.0 - Formatting Options

01 Oct 21:02
Compare
Choose a tag to compare

Added nc_acf_icon_picker_format_type filter. For details, see the ReadMe under "Filters > Setting the Output Format"

v2.0.1 - Deprecation Notice

01 Oct 19:16
Compare
Choose a tag to compare

Changes

  • Added a deprecation notice for the old acf_icon_path_suffix filter hook. This hook was already deprecated, but the change was not documented and no warning was provided. Please update all references from acf_icon_path_suffix to nc_acf_icon_path_suffix.
  • When using the nc_acf_icon_path_suffix or nc_acf_icon_parent_path_suffix filters, the returned value will now work whether or not you include a slash at the end. Previously, the icons would fail to load if the suffix ended in a slash.

Version 2.0.0

30 Aug 18:53
4df1bef
Compare
Choose a tag to compare
Version 2.0.0 Pre-release
Pre-release

Version 2.0.0: Major update, possible breaking changes

Check the following for your site before updating.

  • Changed the field type name from icon-picker to nc-acf-icon-picker and updated its label from "Icon Picker" to "NC Icon Picker". Anywhere that you have set up an icon picker field using this plugin, you must change the field's type value to nc-acf-icon-picker. If a field group is stored in code as JSON or PHP, you can make this change by changing the type value directly. If you are managing the field group directly within the ACF settings in WordPress, you will need to change the type to "NC Icon Picker".

  • Changed the default path to icon files to images/svg-icons/. If you were using the old version of the plugin without modifying the path, you need to use the nc_acf_icon_path_suffix hook in your theme to change the path back to its old value (assets/img/acf/)

  • Introduced parent/child theme support. Consult the "Parent / Child Theme Icons" section of this ReadMe for details on how to use this new feature.