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

Version 1.12

Compare
Choose a tag to compare
@daronspence daronspence released this 29 Jun 09:44
· 3 commits to master since this release

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!