=== Advanced Custom Fields: Extended === Contributors: hwk-fr Donate link: https://hwk.fr/ Tags: acf, custom fields, meta, admin, fields, form, repeater, content Requires at least: 4.9 Tested up to: 5.1.1 Requires PHP: 5.6 Stable tag: 0.5.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enhancement Suite which improves Advanced Custom Fields administration == Description == **Advanced Custom Fields: Extended requires at least ACF Pro 5.7.10** == Features: Field Groups == **Auto Sync PHP** Automatically synchronize field groups with local PHP files upon field group updates. This feature will create, include and update a local PHP file for each field group (just like the native Json sync feature). Default folder: `/wp-content/themes/my-theme/acfe-php/` **Auto Sync Json** Control which field groups you want to synchronize with local Json files. Display warnings if the Json file has been manually deleted. Manually synchronize Json from field group screen. **Categories** Spice up your field groups with a custom taxonomy and filter field groups by terms. **Permissions** Add permission layer in field groups. Choose which roles can view & edit field groups in the post edition screen. **Alternative Title** Display an alternative field group title in post edition screen. **Note** Add a personal note in the field group administration. Only visible to administrators **Custom meta data** Add custom metas (key/value) in the field group administration **View raw data** Display raw field group data in a modal to check your configuration & settings **Custom key** Set custom field group key. ie: `group_custom_name` == Features: Field Groups List == **Column: Category** Display and filter field groups categories **Column: Locations** Quick view of field groups locations informations using icons & popover **Column: Load** Quick view of field groups load engine (DB or PHP. See Sync PHP) **Column: Sync PHP / Json** Quick view of field groups synchronization status with warnings **Row action: Export PHP / Json** One-click export for each field groups **Row action: Field group key** Quick view of field groups keys == Features: Fields == **Avanced validation** A more sophisticated validation conditions (AND/OR) with custom error messages in the post edition screen. **Advanced update filter** Add specific PHP filters right before the value is saved in the database. **Permissions** Add permission layer in fields. Choose which roles can view & edit fields in the post edition screen. (can be combinated with field groups permissions) **View raw data** Display raw field data in a modal to check your configuration & settings == Features: Settings == **Settings page** Display all ACF settings in one page == Installation == = Wordpress Install = 1. Install Advanced Custom Fields: Pro 2. Upload the plugin files to the `/wp-content/plugins/advanced-custom-fields-extended` directory, or install the plugin through the WordPress plugins screen directly. 3. Activate the plugin through the 'Plugins' screen in WordPress. 4. Everything is ready! == Frequently Asked Questions == = How to activate Auto Sync PHP? = Create a folder `/acfe-php/` in your theme. Go to your field group administration, check to 'Sync PHP' option in the sidebar and save the field group. == Screenshots == 1. Field Groups List 2. Field Groups List (Labeled) 3. Field Group 4. Field Group (Labeled) 5. Field Group: Raw Data (Modal) 6. Field 7. Field: Raw Data (Modal) 8. ACF Settings == Changelog == = 0.5.1 = * Plugin: Added screenshots * Field Group: Moved Auto Sync Warnings below Auto Sync instructions * Field: Added filters variation to `acfe/validate` & `acfe/update` = 0.5 = * Initial release == Upgrade Notice == None