WordPress高级自定义字段插件Advanced Custom Fields Pro v6.0.7


WordPress高级自定义字段插件Advanced Custom Fields Pro

WordPress高级自定义字段插件Advanced Custom Fields Pro是任何需要更灵活数据的 WordPress 站点的理想解决方案,例如其他内容管理系统。

这WordPress高级自定义字段插件Advanced Custom Fields Pro插件包含额外的自定义字段:、重复字段、集合字段、动态内容和页面参数。 这 ACF 专业版 plugin 是自定义字段的 GUI 类,但它不是一个出色的一键式插件。

这个插件可以让你轻松保存消息数据,但不会神奇地显示它们,因为需要一点编码知识。 为此,您需要编辑主题并创建所需的布局。 这WordPress高级自定义字段插件Advanced Custom Fields Pro插件是轻量级的,但功能强大的插件。

您可以创建 UI 表单、页面变体,甚至为分类保存用户字段数据

演示: https://www.advancedcustomfields.com/pro/

特点 ACF

WordPress高级自定义字段插件Advanced Custom Fields Pro特点 

  • 拥有免费版的所有功能
  • 中继器字段:允许您创建一组可以一次又一次重复的子字段。
  • ACF 块:发现用于开发自定义块类型的强大的基于 PHP 的框架。
  • 灵活的内容领域:灵活的内容字段是一个完整的内容布局管理器!
  • 选项页面:选项页面提供了一组功能来添加额外的管理页面来编辑 ACF 字段!
  • 画廊场:图库字段提供了用于管理图像收藏的简单直观的界面。
  • 克隆领域:克隆字段允许您根据需要重用现有字段和字段组!
  • 更多 AJAX、本地 JSON、轻松导入/导出、新表单位置、更多自定义、新 UI、新 oEmbed 字段、新设置、更好的前端表单、更好的验证、更好的关系字段、移动字段,… 还有很多

推荐:WordPress Woocommerce电子商务主题Marketo 

Changelog:WordPress高级自定义字段插件Advanced Custom Fields Pro 

v5.12.3 = *Release Date 14th July 2022*
* Security Fix - Inputs for basic file uploads are now nonced to prevent an issue which could allow arbitrary file uploads to forms with ACF fields (Thanks to James Golovich from Pritect, Inc.)

5.12.2
Release Date 6th April 2022
Fix - Cloned fields in custom named options pages now behave correctly
Fix - Default values and the acf/load_value filter are now applied if a field value load fails security validation
Fix - The ACF field is no longer present in REST responses if the ACF REST API setting is disabled
Fix - Duplicating a flexible content layout or repeater row now also replaces the field ID in for attributes

= v5.12.1 = Release Date 23rd March 2022
* New - REST API now supports the comment route for displaying ACF fields.
* Fix - ACF now validates access to option page field values when accessing via field keys the same way as field names. [View More](https://www.advancedcustomfields.com/resources/acf-field-functions/#non-acf-data)
* Fix - REST API now correctly validates fields for POST update requests
* Fix - Fixed an issue where invalid field types caused an error during REST API requests
* Fix - Fixed a PHP warning when duplicating an empty field group
* Fix - Fixed a bug preventing block duplication detection changing an ACF Block’s ID if it was nested deeper than one level inside another block
* Fix - Fixed a bug where the `acf-block-preview` wrapper might not appear around a block if it was saved in edit mode
* i18n - Updated several translations from user contributions

= 5.12 =
*Release Date 23rd February 2022*
* [View Release Post](https://www.advancedcustomfields.com/blog/acf-5-12-released/)
* New - ACF blocks now support the new Full Site Editor included in WordPress 5.9
* New - ACF blocks now support the WordPress Query Loop block
* New - Added block caching system to reduce the number of AJAX calls in the block editor
* Enhancement - Block preloading can now be disabled by using "acf_update_setting( 'preload_blocks', false );" in the "acf/init" action hook
* Enhancement - ACF and ACF PRO will now detect if each other are active and deactivate the other plugin on plugin activation
* Fix - Fixed an issue with the media library not working correctly in ACF Blocks in WordPress 5.9.1
* Fix - Fixed an issue where anchors weren't working correctly in WordPress 5.9
* Fix - Fixed an issue where the "unfiltered_html" capability wasn't being used by ACF blocks
* Fix - Fixed an issue where it was impossible to update an ACF block inside the widget block editor
* Fix - Fixed an issue where ACF fields might not appear in REST API calls made via internal WordPress functions
* Fix - Warnings and PHP 8.1 deprecation notices in REST API
* Fix - Better support for double byte characters in "acf_get_truncated()" (props @cabradb)
* i18n - Broken link in the Croatian translation
* i18n - Automated building of acf.pot for translators in each release

= v5.11.4 = Release Date - 2nd December 2021
* Fix - Fixed several Select2.js conflicts with other plugins
* Fix - Fixed an issue where block name sanitization could change valid block names containing double hyphens
* Fix - Fixed an issue where blocks with integer IDs could fail to load example field data

5.11.3
Release Date - 24th November 2021
Fix - Fixed a bug when accessing field values for options pages registered with a custom post_id

5.11.2
Release Date - 24th November 2021
Fix - Previously implemented data access changes for get_field() and the_field() are now limited to the ACF shortcode only. Learn more
Fix - get_field() and the_field() functions can once again access meta values regardless of being registered with ACF, restoring functionality that existed before 5.11
Fix - get_field() and the_field() functions now are only able to access site options which are ACF fields
Fix - UI issues for select boxes related to Yoast and WooCommerce’s select2 versions by upgrading our select2 version, and updating our CSS to support older versions
Fix - User fields failed to load values when using the legacy select2 v3 option
Fix - acf_slugify() now correctly supports special characters which solves issues with block names or field group names (during imports) containing those characters
Fix - PHP Notice generated while processing a field group’s postbox classes

= v5.11.1 = Release Date - 18 November 2021
* Enhancement - Added "acf/admin/license_key_constant_message" filter to allow changing of the "Your license key is defined in wp-config.php" message
* Fix - Added warning for when get_field() or similar functions are called before ACF has initialized. [Learn more](https://www.advancedcustomfields.com/resources/acf-field-functions/)
* Fix - Fixed fields not appearing on user REST API endpoints if their field group location was set to a user form other than "all"
* Fix - Fixed warning in REST API if a custom field type did not have the "show_in_rest" property
* Fix - Fixed an error that could occur if value of WYSIWYG field was not a string

= v5.11 = Release Date - 10 November 2021
* New - Fields can now be viewed and updated with the WordPress REST API (props @mishterk)
* New - License key can now be defined in code with the "ACF_PRO_LICENSE" constant
* Enhancement - Improved error handling for expired or deactivated licenses
* Enhancement - Improved support for various block editor features, such as block styles and padding/spacing
* Enhancement - Added support for using WordPress "Screen Options" to hide field groups in Classic Editor
* Enhancement - Support filters adding custom classes on date and time field inputs
* Enhancement - Support filtering ACF shortcode attributes (with the "shortcode_atts_acf" filter)
* Fix - Removed usages of PHP "extract()" function
* Fix - Fixed a security issue with user field
* Fix - Fixed a security issue with "acf_get_value()"
* Fix - Correctly set ".acf-block-preview" wrapper when previewing a block in auto mode
* Fix - Resolved an issue with select2 rendering for nav menu fields
* Fix - Fixed an issue with file validation that occurred when removing a file that failed validation
* Fix - Fixed a notice in "acf_prepare_field()"
* Fix - Prevented an issue where setting an empty string for the return format of date and time fields would cause JS errors
* Fix - Fix issues with conditional logic for multi-select fields (props @bhujagendra-ishaya)
* Fix - Added support for Google Maps schema change which prevented Google Maps fields from correctly saving the city for some areas
* Fix - Fixed an issue where removing the collapsed property of a repeater prevents viewing previously collapsed rows
* i18n - Updated Polish Translations (props @webnatural)
* Dev - Formatted JavaScript to WordPress code standards

Addons ACF Pro – 高级自定义字段 Pro 插件

  1. Elementor Page Builder v2.0.1 的 ACF 前端表单
  2. 高级自定义字段:Theme Code Pro 2.5.2
  3. 高级自定义字段:子类别选择器字段 1.0.0
  4. 高级自定义字段多语言 – ACFML v1.10.3
  5. 高级自定义字段:扩展 PRO v0.8.8.7

⭐查看更多:免费保费 WordPress插件 编译,每日更新

下载WordPress自定义字段插件Advanced Custom Fields Pro v6.0.7

Addons ACF Pro 插件

如果有人收到消息说需要激活才能完成设置,只需单击下一步,然后在免费增值选项上选择跳过。

笔记: 也许你需要在安装插件之前解压缩。 如果任何主题/插件包含病毒,我们不提供任何保证。 在 localhost 上使用之前,请检查 Virustotal。

发表评论