Skip to content

Commit 09db6ab

Browse files
Maintenance: Update branch 6.5 with backports. (#215)
* Add zip creation script (#202) * Update trunk with 6.5.5 releae. (#203) * update readme * Build assets, documentation, and translations * Update version to 6.5.5 * Revert "Build assets, documentation, and translations" This reverts commit 8f79f54. * Fix folder moved (#204) * Update trunk branch with 6.5 (#205) * update readme * Build assets, documentation, and translations * Update version to 6.5.5 * Revert "Build assets, documentation, and translations" This reverts commit 8f79f54. * Update stable tag to 6.5.5 * REST API: Add `source` parameter for types endpoint (#128) Co-authored-by: Carlos Bravo <[email protected]> * Backport: Update SCF to include all 6.4.3 fixes. (#207) * Land the PHP stuff * Backport field-group and input * Added dompurify * Update acf.min.js * Update pro js * Fix more PHP backports * Fix indent * Use a better composer approach * Remove not needed utf function * First batch of changes * Backport acf-input.min.js * Finish main min file * Update 90% of flexible content * Finish all JS * Update all PHP files and acf min * Update latest version * Rename issue --------- Co-authored-by: Héctor <[email protected]>
1 parent 2c8d768 commit 09db6ab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"ACF\\Blocks\\": "includes/Blocks/",
3232
"SCF\\Fields\\FlexibleContent\\": "includes/fields/FlexibleContent/",
3333
"SCF\\Forms\\": "includes/forms/",
34-
"SCF\\Meta\\": "includes/Meta/"
34+
"SCF\\Meta\\": "includes/Meta/",
35+
"SCF\\Fields\\FlexibleContent\\": "includes/fields/FlexibleContent/"
3536
}
3637
},
3738
"config": {
@@ -45,7 +46,9 @@
4546
"optimize-autoloader": true,
4647
"platform": {
4748
"php": "7.4"
48-
}
49+
},
50+
"optimize-autoloader": true,
51+
"classmap-authoritative": true
4952
},
5053
"scripts": {
5154
"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ This plugin builds upon and is a fork of the previous work done by the contribut
5252

5353
== Changelog ==
5454

55+
=======
5556
= 6.5.7 =
5657
*Release Date 28 Aug 2025*
5758

0 commit comments

Comments
 (0)