Changeset 3488091
- Timestamp:
- 03/22/2026 07:43:14 AM (7 days ago)
- Location:
- acf-frontend-form-element/trunk
- Files:
-
- 4 edited
-
acf-frontend.php (modified) (1 diff)
-
main/frontend/module.php (modified) (1 diff)
-
main/plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-frontend-form-element/trunk/acf-frontend.php
r3486785 r3488091 4 4 * Plugin URI: https://www.dynamiapps.com/frontend-admin/ 5 5 * Description: This awesome plugin allows you to easily display admin forms to the frontend of your site so your clients can easily edit content on their own from the frontend. 6 * Version: 3.28.3 16 * Version: 3.28.32 7 7 * Author: Shabti Kaplan 8 8 * Author URI: https://www.dynamiapps.com/ -
acf-frontend-form-element/trunk/main/frontend/module.php
r3486785 r3488091 580 580 ); 581 581 582 if( function_exists( 'acf_get_field_groups' ) ){583 $field_types['general'][] = 'fields-select';584 }585 586 582 $field_types = apply_filters( 'frontend_admin/field_types', $field_types ); 587 583 -
acf-frontend-form-element/trunk/main/plugin.php
r3486785 r3488091 103 103 define( 'FEA_DIR', $data['plugin_dir'] ); 104 104 define( 'FEA_PLUGIN', $data['plugin'] ); 105 define( 'FEA_VERSION', '3.28.3 1' );105 define( 'FEA_VERSION', '3.28.32' ); 106 106 do_action( 'front_end_admin_loaded' ); 107 107 -
acf-frontend-form-element/trunk/readme.txt
r3486785 r3488091 4 4 Requires at least: 4.6 5 5 Tested up to: 6.8.1 6 Stable tag: 3.28.3 16 Stable tag: 3.28.32 7 7 Donate link: https://paypal.me/KaplanWebDev 8 8 Requires PHP: 5.6.0 … … 183 183 184 184 == Changelog == 185 = 3.28.32 - 22-03-2026 = 186 * Fixed "fields select" error 187 185 188 = 3.28.31 - 19-03-2026 = 186 189 * Fixed admin form loading settings
Note: See TracChangeset
for help on using the changeset viewer.