Plugin Directory

Changeset 3031948


Ignore:
Timestamp:
02/06/2024 05:12:27 AM (2 years ago)
Author:
svenl77
Message:

Release 1.3.16

Location:
buddyforms-acf
Files:
62 added
2 edited

Legend:

Unmodified
Added
Removed
  • buddyforms-acf/trunk/loader.php

    r2998554 r3031948  
    88 * Plugin URI: http://buddyforms.com/downloads/buddyforms-advanced-custom-fields/
    99 * Description: Integrates the populare ACF Plugin with BuddyForms. Use all ACF Fields in your form like native BuddyForms Form Elements
    10  * Version: 1.3.15
     10 * Version: 1.3.16
    1111 * Author: ThemeKraft
    1212 * Author URI: https://themekraft.com/buddyforms/
     
    3838     * @var string
    3939     */
    40     public static  $version = '1.3.15' ;
     40    public static  $version = '1.3.16' ;
    4141    /**
    4242     * Initiate the class
     
    188188            if ( isset( $acf ) ) {
    189189               
    190                 if ( function_exists( 'acf_get_url' ) ) {
     190                if ( function_exists( 'acf_get_url' ) && function_exists( 'acf_is_pro' ) && acf_is_pro() ) {
    191191                    $version = acf_get_setting( 'version' );
    192192                    $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min' );
  • buddyforms-acf/trunk/readme.txt

    r2998554 r3031948  
    33Tags: advanced custom fields, acf form, acf registration, acf post form, acf frontend
    44Requires at least: 4.0
    5 Tested up to: 6.4.1
    6 Stable tag: 1.3.15
     5Tested up to: 6.4.3
     6Stable tag: 1.3.16
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103
    104104== Changelog ==
     105= 1.3.16 - 06 Feb 2024 =
     106* Fixed issue with JS dependencies of ACF pro fields.
     107* Updated Freemius SDK
     108* Tested up to WordPress 6.4.3
     109
    105110= 1.3.15 - 19 Nov 2023 =
    106111* Updated Freemius SDK
Note: See TracChangeset for help on using the changeset viewer.