File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,34 @@ This plugin builds upon and is a fork of the previous work done by the contribut
51
51
52
52
53
53
== Changelog ==
54
+ = 6.5.0 =
55
+ *Release Date 23 Jun 2025*
56
+
57
+ *Enhancements & Features*
58
+
59
+ - Added Command Palette support.
60
+ - Added editor preview to acf-field source.
61
+ - Added an endpoint to retrieve the custom fields of a post type.
62
+ - Added nav menu as field type.
63
+ - Added compatibility with Woo HPOS for order fields and subscriptions. ( Ported from ACF )
64
+ - Create new options when editing a fields value on Selector. ( Ported from ACF )
65
+ - The “Escaped HTML” warning notice is now disabled by default. ( Ported from ACF )
66
+ - Added new `acf/fields/icon_picker/{tab_name}/icons` filter ( Ported from ACF )
67
+
68
+ *Bug Fixes*
69
+
70
+ - Update initialization of the acfL10n object to ensure it's available globally.
71
+ - SCF Blocks are now forced into preview mode when editing a synced pattern. ( Ported from ACF )
72
+ - SCF no longer causes an infinite loop in bbPress when editing replies. ( Ported from ACF )
73
+ - Changing a field type no longer enables the “Allow Access to Value in Editor UI” setting. ( Ported from ACF )
74
+ - Blocks registered via acf_register_block_type() with a `parent` value of `null` no longer fail to register. ( Ported from ACF )
75
+ - Fix AJAX repeater pagination. ( Ported from ACF )
76
+ - Paginated Repeater fields no longer save duplicate values when saving to a WooCommerce Order with HPOS disabled ( Ported from ACF )
77
+
78
+ *Testing*
79
+
80
+ - Added an initial batch of e2e tests.
81
+
54
82
= 6.4.2 =
55
83
*Release Date 14 Apr 2025*
56
84
You can’t perform that action at this time.
0 commit comments