Plugin Directory

Changeset 3296626


Ignore:
Timestamp:
05/19/2025 03:54:34 PM (10 months ago)
Author:
samuelaguilera
Message:

1.5.4 release

Location:
fresh-forms-for-gravity/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fresh-forms-for-gravity/trunk/fresh-forms-for-gravity.php

    r3226134 r3296626  
    44 * Description: Prevent supported caching and JS optimization plugins breaking Gravity Forms.
    55 * Author: Samuel Aguilera
    6  * Version: 1.5.3
     6 * Version: 1.5.4
    77 * Author URI: https://www.samuelaguilera.com
    88 * Text Domain: fresh-forms-for-gravity
     
    2727*/
    2828
    29 define( 'FRESH_FORMS_FOR_GRAVITY_VERSION', '1.5.3' );
     29define( 'FRESH_FORMS_FOR_GRAVITY_VERSION', '1.5.4' );
    3030
    3131// Scripts handlers for plugins using them for exclusion filters (e.g. SG Optimizer or Hummingbird). - Defined here to allow WordPress functions to access them.
     
    7474        'gform_preview', // Preview window. Just in case...
    7575        'gform_gravityforms_utils', // 2.7+.
     76        'gform_turnstile_vendor_script', // Turnstile add-on.
     77        'gform_turnstile_vendor_admin',
     78        'gform_turnstile_admin',
     79        'gform_turnstile_vendor_theme',
     80        'gform_turnstile_theme',
     81
    7682    )
    7783);
     
    9096        'zxcvbn.min.js', // Password strength.
    9197        'recaptcha',
     98        'turnstile',
    9299    )
    93100);
  • fresh-forms-for-gravity/trunk/readme.txt

    r3226134 r3296626  
    33Tags: Gravity Forms, gravityforms, cache, caching
    44Requires at least: 4.9
    5 Tested up to: 6.7.1
    6 Stable tag: 1.5.3
     5Tested up to: 6.8.1
     6Stable tag: 1.5.4
    77Requires PHP: 7.0
    88License: GPLv3
     
    165165== Changelog ==
    166166
     167= 1.5.4 =
     168
     169* Added JS handlers for Turnstile add-on.
     170
    167171= 1.5.3 =
    168172
Note: See TracChangeset for help on using the changeset viewer.