Changeset 3296626
- Timestamp:
- 05/19/2025 03:54:34 PM (10 months ago)
- Location:
- fresh-forms-for-gravity/trunk
- Files:
-
- 2 edited
-
fresh-forms-for-gravity.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fresh-forms-for-gravity/trunk/fresh-forms-for-gravity.php
r3226134 r3296626 4 4 * Description: Prevent supported caching and JS optimization plugins breaking Gravity Forms. 5 5 * Author: Samuel Aguilera 6 * Version: 1.5. 36 * Version: 1.5.4 7 7 * Author URI: https://www.samuelaguilera.com 8 8 * Text Domain: fresh-forms-for-gravity … … 27 27 */ 28 28 29 define( 'FRESH_FORMS_FOR_GRAVITY_VERSION', '1.5. 3' );29 define( 'FRESH_FORMS_FOR_GRAVITY_VERSION', '1.5.4' ); 30 30 31 31 // Scripts handlers for plugins using them for exclusion filters (e.g. SG Optimizer or Hummingbird). - Defined here to allow WordPress functions to access them. … … 74 74 'gform_preview', // Preview window. Just in case... 75 75 '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 76 82 ) 77 83 ); … … 90 96 'zxcvbn.min.js', // Password strength. 91 97 'recaptcha', 98 'turnstile', 92 99 ) 93 100 ); -
fresh-forms-for-gravity/trunk/readme.txt
r3226134 r3296626 3 3 Tags: Gravity Forms, gravityforms, cache, caching 4 4 Requires at least: 4.9 5 Tested up to: 6. 7.16 Stable tag: 1.5. 35 Tested up to: 6.8.1 6 Stable tag: 1.5.4 7 7 Requires PHP: 7.0 8 8 License: GPLv3 … … 165 165 == Changelog == 166 166 167 = 1.5.4 = 168 169 * Added JS handlers for Turnstile add-on. 170 167 171 = 1.5.3 = 168 172
Note: See TracChangeset
for help on using the changeset viewer.