plugin updates

This commit is contained in:
Tony Volpe
2024-07-16 13:57:46 +00:00
parent 41f50eacc4
commit 8f93917880
1529 changed files with 259452 additions and 25451 deletions

View File

@@ -4,7 +4,7 @@ Tags: acf, fields, custom fields, meta, repeater
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 6.3.1.2
Stable tag: 6.3.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -16,6 +16,8 @@ Advanced Custom Fields (ACF) turns WordPress sites into a fully-fledged content
Use the ACF plugin to take full control of your WordPress edit screens, custom field data, and more.
https://www.youtube.com/watch?v=9C6_roqghZQ&rel=0
**Add fields on demand.**
The ACF field builder allows you to quickly and easily add fields to WP edit screens with only the click of a few buttons! Whether it's something simple like adding an “author” field to a book review post, or something more complex like the structured data needs of an ecommerce site or marketplace, ACF makes adding fields to your content model easy.
@@ -92,14 +94,40 @@ From your WordPress dashboard
== Changelog ==
= 6.3.3 =
*Release Date 27th June 2024*
* Enhancement - All dashicons are now available to the icon picker field type
* Fix - The True/False field now correctly shows its description message beside the switch when using the Stylized UI setting
* Fix - Conditional logic values now correctly load options when loaded over AJAX
* Fix - ACF PRO will no longer trigger license validation calls when loading a front-end page
* i18n - Fixed an untranslatable string on Option Page previews
= 6.3.2.1 =
*Release Date 24th June 2024*
*PRO Only Release*
* Fix - ACF Blocks no longer trigger a JavaScript error when fetched via AJAX
= 6.3.2 =
*Release Date 24th June 2024*
* Security Fix - ACF now generates different nonces for each AJAX-enabled field, preventing subscribers or front-end form users from querying other field results
* Security Fix - ACF now correctly verifies permissions for certain editor only actions, preventing subscribers performing those actions
* Security Fix - Deprecated a legacy private internal field type (output) to prevent it being able to output unsafe HTML
* Security Fix - Improved handling of some SQL filters and other internal functions to ensure output is always correctly escaped
* Security Fix - ACF now includes blank index.php files in all folders to prevent directory listing of ACF plugin folders for incorrectly configured web servers
= 6.3.1.2 =
*Release Date 6th June 2024*
*PRO Only Release*
* Fix - ACF Blocks in widget areas no longer cause a fatal error when no context is available
* Fix - ACF Blocks with no fields assigned no longer show a gap in the sidebar where the form would render
= 6.3.1.1 =
*Release Date 6th June 2024*
*PRO Only Release*
* Fix - Repeater and Flexible Content fields no longer error when duplicating or removing rows containing Icon Picker subfields
* Fix - ACF Blocks containing Flexible Content fields now correctly load their edit form
@@ -637,6 +665,4 @@ From your WordPress dashboard
[View the full changelog](https://www.advancedcustomfields.com/changelog/)
== Upgrade Notice ==
= 6.2.5 =
From ACF 6.2.5, the shortcode will now escape unsafe HTML automatically. This may be a breaking change. Please view [our release blog](https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/) for more information.
== Upgrade Notice ==