Plugin Directory

Changeset 3488091


Ignore:
Timestamp:
03/22/2026 07:43:14 AM (7 days ago)
Author:
shabti
Message:

fixed fields select field

Location:
acf-frontend-form-element/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • acf-frontend-form-element/trunk/acf-frontend.php

    r3486785 r3488091  
    44 * Plugin URI:  https://www.dynamiapps.com/frontend-admin/
    55 * 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.31
     6 * Version:     3.28.32
    77 * Author:      Shabti Kaplan
    88 * Author URI:  https://www.dynamiapps.com/
  • acf-frontend-form-element/trunk/main/frontend/module.php

    r3486785 r3488091  
    580580             );
    581581
    582              if(  function_exists( 'acf_get_field_groups' ) ){
    583                  $field_types['general'][] = 'fields-select';
    584              }
    585 
    586582            $field_types = apply_filters( 'frontend_admin/field_types', $field_types );
    587583
  • acf-frontend-form-element/trunk/main/plugin.php

    r3486785 r3488091  
    103103            define( 'FEA_DIR', $data['plugin_dir'] );
    104104            define( 'FEA_PLUGIN', $data['plugin'] );
    105             define( 'FEA_VERSION', '3.28.31' );
     105            define( 'FEA_VERSION', '3.28.32' );
    106106            do_action( 'front_end_admin_loaded' );
    107107
  • acf-frontend-form-element/trunk/readme.txt

    r3486785 r3488091  
    44Requires at least: 4.6
    55Tested up to: 6.8.1
    6 Stable tag: 3.28.31
     6Stable tag: 3.28.32
    77Donate link: https://paypal.me/KaplanWebDev
    88Requires PHP: 5.6.0
     
    183183
    184184== Changelog ==
     185= 3.28.32 - 22-03-2026 =
     186 * Fixed "fields select" error
     187
    185188= 3.28.31 - 19-03-2026 =
    186189 * Fixed admin form loading settings
Note: See TracChangeset for help on using the changeset viewer.