Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Releases: daronspence/acf-widgets

Hotfix for 1.12.1

11 Feb 20:36
Compare
Choose a tag to compare

Well this is embarrassing. I forgot to update the version number so 1.12.1 turns into an infinite update loop. Fixed.

Version 1.12.1 Hotfix for ACF 5.7.11

11 Feb 20:17
Compare
Choose a tag to compare

Hotfix for ACF 5.7.11 which removed a core API function ACFW relied on.

Version 1.12

29 Jun 09:44
Compare
Choose a tag to compare

First release in a long time. Luckily ACF and ACFW have been stable for a while. A recent change in ACF version 5.6.6 caused a display issue with user created widgets. That bug has been fixed.

As Gutenberg approaches merge in to core, I'll be looking closely at compatibility and we'll see how long it makes sense to keep supporting ACF Widgets. Potentially, blocks may end up taking the place of widgets if that functionality is ever built into sidebars. Until then, I'll be doing my best to maintain compatibility.

I've added a new action and filter to the widget factory for ACFW. If another plugin is throwing an error when registering a widget, it may be doing something custom behind the scenes that ACFW does not support in it's implementation. You can use these hooks to modify which widgets are registered by the ACFW Widget Factory.

The fixes for this release:

  • ACF Pro v5.6.6 compatibility
  • New action and filter for the widget factory. See includes/ACFW_Widget_Factory.php:19

Thank you for your continued patience and for supporting an indie developer!

Version 1.11

02 Feb 07:48
Compare
Choose a tag to compare

A few things to note about this version. You must be using an updated version of ACF Pro to get Customizer support. I did not do a major version bump because this is not a breaking change for this plugin. However, if you are using an outdated version of ACF Pro, do not expect the customizer functionality to work as intended. All other functionality should perform as expected.

  • Customizer Support Fixed
  • Composer Support Added
  • WordPress 4.7 Compatibility Tested

Apologies for the late release! Personal life has been hectic. I appreciate your continued support!

If you want to contribute, head over to the GitHub repo and open a pull request.

Version 1.10

23 Jul 07:39
Compare
Choose a tag to compare
  • Fix Global Scope error (props @funkjedi)
  • Ensure theme inclusion compatibility
  • Update store URL to https://acfwidgets.com/ (HTTPS)
  • Author URL now links to ACFW website

If you want to contribute, head over to the GitHub repo and open a pull request.

Version 1.9

17 May 04:20
Compare
Choose a tag to compare

Adds new widget title filters

Version 1.7

04 Mar 03:36
Compare
Choose a tag to compare
  • Fix PHP error when using WP-CLI on sites with ACFW
  • Updated EDD Plugin Updater Script

Version 1.6.2

30 Jan 02:03
Compare
Choose a tag to compare

Accidentally pushed release tag without updating the code and the internet was not helpful in regards to fixing it soo...

  • Version number updated to 1.6.2

Version 1.6.1

29 Jan 22:33
Compare
Choose a tag to compare
  • Fixed PHP Notice for non admin users when logging in related to checking for updates.

Version 1.6

17 Dec 05:47
Compare
Choose a tag to compare

Bugfix: Multisite settings page link for expired license notice.
Enhancement: Simplified expired message
Code Cleanup: Moved support metaboxes to /includes/views folder
Bugfix: Show message if all activations are used
Enhancement: 4.4 admin screen headings HTML adjustment
Enhancement: Show license key as input type=password after it's activated.