You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
> [!IMPORTANT]
16
16
>
17
-
> Upon activation, the plugin will display a message that it has not been registered. To resolve this, go to "ACF" → "Updates" and enter **any random text** into the field and press "Activate License".
17
+
> Upon activation, the plugin will display a message that it has not been registered. To resolve this, go to "ACF" → "Updates" and enter **any random text** into the field and press "Activate License," or use the following license code.
18
18
19
19
### License Code
20
20
@@ -30,23 +30,23 @@ This is the **fully activated premium version** of the plugin, provided by [word
30
30
>
31
31
> ## Donate
32
32
>
33
-
> If [WordPress Premium](https://www.wordpress-premium.net/?utm_source=acf) helps you access premium plugins safely, consider supporting us via a donation in any of the available [cryptocurrencies](https://www.wordpress-premium.net/wallets/) to keep the service running.
33
+
> If [WordPress Premium](https://www.wordpress-premium.net/?utm_source=acf) helps you access premium plugins safely, consider supporting us via [a donation through PayPal](https://www.paypal.com/paypalme/thaikolja) or in any of the available [cryptocurrencies](https://www.wordpress-premium.net/wallets/) to keep the service running.
34
34
35
35
## Changelog
36
36
37
37
### v6.6.2
38
38
39
39
**Release Date:** 29th October 2025
40
40
41
-
*Enhancement - Added a new `convert_field_name_to_lowercase` JS filter to allow uppercase letters in ACF field names
42
-
* Enhancement - The form for V3 Blocks can now be optionally hidden from the sidebar via a new `hideFieldsInSidebar` setting in block.json
43
-
* Enhancement - V3 Blocks now display an "Open Expanded Editor" button in the sidebar for easier access to the full edit form
44
-
* Fix - The buttons to reorder ACF metaboxes are no longer hidden for metaboxes in the block editor sidebar
45
-
* Fix - V3 Blocks now display a fallback message when the block preview can't be rendered due to invalid HTML being used in field values
46
-
* Fix - V3 Blocks no longer show a loading spinner when preloaded
47
-
* Fix - V3 Blocks now save default field values even if the block wasn't interacted with before saving
48
-
* Fix - Pressing CMD/CTRL + Z no longer causes the fields to disappear in V3 Blocks
49
-
* Fix - The form for V3 Blocks now opens on the left side in RTL languages
41
+
***feat(filters):** add `convert_field_name_to_lowercase` JS filter for uppercase ACF field names
42
+
-**feat(blocks):** add `hideFieldsInSidebar` option to hide V3 Block forms from sidebar
43
+
-**feat(blocks):** add "Open Expanded Editor" button in sidebar for V3 Blocks
44
+
-**fix(metaboxes):** prevent reorder buttons from being hidden in block editor sidebar
45
+
-**fix(blocks):**display fallback message when V3 Block preview fails due to invalid HTML
46
+
-**fix(blocks):** remove loading spinner from preloaded V3 Blocks
47
+
-**fix(blocks):**save default field values in V3 Blocks without user interaction
48
+
-**fix(blocks):** prevent field disappearance on CMD/CTRL + Z in V3 Blocks
49
+
-**fix(blocks):** open V3 Block form on left side for RTL languages
0 commit comments