ACF User Role Field Setting
开发者 |
Hube2
|
更新时间 |
2023年3月1日 21:19 |
PHP版本: |
4.0 及以上 |
WordPress版本: |
5.5 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Warning: Support for Sub Fields Removed as of Version 4.0.0
This is an add on plugin for Advanced Custom Fields (ACF) Version 5.
This plugin will not provide any functionality if ACF5 is not installed.
This plugin adds a field setting to all field types so that user roles allowed to edit the field can
be selected. Only those roles selected for the field will be able to edit the field.
安装:
Install like any other plugin
更新日志:
4.0.2
- Fixed but caused by last change
4.0.1
- Validate exlcuded field types from filter is an array to prevent errors do to user filter rerurning invalid value.
4.0.0
- Removed support for repeater sub fields
- Various bug fixes
3.0.2
- Changed super admin test permission from "update_core" to "manage_network"
3.0.1
- Corrected issue with getting property of non object
- Corrected issues with fields that have array values
- Re-enabled repeaters
3.0.0
- removed support for ACF < Version 5.5.0
- removed user role setting from repeater, group and flexibe content fields (these can be re-enabled using available filter, however doing so may not be safe)
- corrected issue with repeater sub field reordering
- no longer filtering $_POST to corect repeater reordering issue
2.1.15
- added composer support
- removed donation nag
2.1.14
- resolving version # issue with WP SVN
2.1.13
- corrected issue w/deleting repeater rows when sub fields is removed
- Correct issue w/ACF 5.7.0
2.1.12
- minor code reorganiztion in prepare_field filter
- other code cleanup
- reverted to acf/save_post for $_POST filtering (corrected in ACF)
- corrected an issue with repeater sub fields when reordered
- PLEASE NOTE THAT VERSION 3 WILL REMOVE SUPPORT FOR ACF < 5.5.0
2.1.11
- corrected issue - field values not saved when fields set for specifice user roles
2.1.10
- corrected warning call_user_func_array() expects parameter 1 to be a valid callback
2.1.9
- changed plugins_loaded funtion to run on after_setup_theme to ensure that if ACF is loaded as part\
or the theme that it is loaded before running
- changed when $_POST filtering runs to deal with changes in ACF >= 5.6;
2.1.8
- corrected bug w/ACF version >= 5.6.0
2.1.7
- correct call to undefined function acf_get_setting()
2.1.6
- corrects issue with setting not appearing during js field initialization cause by 2.1.5 update
2.1.5
- altered field setting initialization to deal with non-standard ACF add on field types that do not initialize their fields when they are supposed on the correct ACF hooks
2.1.4
- removed github updater support
2.1.3
- initial release as a WordPress Plugin