Changeset 3227721
- Timestamp:
- 01/23/2025 08:32:45 PM (12 months ago)
- Location:
- gf-tools
- Files:
-
- 55 added
- 3 edited
-
tags/1.0.4.4 (added)
-
tags/1.0.4.4/gf-tools.php (added)
-
tags/1.0.4.4/img (added)
-
tags/1.0.4.4/img/tools-icon.svg (added)
-
tags/1.0.4.4/includes (added)
-
tags/1.0.4.4/includes/_class-TEMPLATE.php (added)
-
tags/1.0.4.4/includes/class-confirmations.php (added)
-
tags/1.0.4.4/includes/class-customize-gf.php (added)
-
tags/1.0.4.4/includes/class-dashboard.php (added)
-
tags/1.0.4.4/includes/class-developers.php (added)
-
tags/1.0.4.4/includes/class-entries.php (added)
-
tags/1.0.4.4/includes/class-form-display.php (added)
-
tags/1.0.4.4/includes/class-form-editor.php (added)
-
tags/1.0.4.4/includes/class-forms-table.php (added)
-
tags/1.0.4.4/includes/class-gf-tools.php (added)
-
tags/1.0.4.4/includes/class-helpers.php (added)
-
tags/1.0.4.4/includes/class-import-export.php (added)
-
tags/1.0.4.4/includes/class-mark-resolved.php (added)
-
tags/1.0.4.4/includes/class-merge-tags.php (added)
-
tags/1.0.4.4/includes/class-notifications.php (added)
-
tags/1.0.4.4/includes/class-populate-fields.php (added)
-
tags/1.0.4.4/includes/class-reports.php (added)
-
tags/1.0.4.4/includes/class-shortcodes.php (added)
-
tags/1.0.4.4/includes/class-spam.php (added)
-
tags/1.0.4.4/includes/class-wp-list-table.php (added)
-
tags/1.0.4.4/includes/css (added)
-
tags/1.0.4.4/includes/css/dashboard.css (added)
-
tags/1.0.4.4/includes/css/debugging.css (added)
-
tags/1.0.4.4/includes/css/form-display.css (added)
-
tags/1.0.4.4/includes/css/form-editor.css (added)
-
tags/1.0.4.4/includes/css/import-export.css (added)
-
tags/1.0.4.4/includes/css/mark-resolved.css (added)
-
tags/1.0.4.4/includes/css/reports-back.css (added)
-
tags/1.0.4.4/includes/css/reports.css (added)
-
tags/1.0.4.4/includes/css/settings.css (added)
-
tags/1.0.4.4/includes/css/shortcode-generator.css (added)
-
tags/1.0.4.4/includes/css/shortcodes.css (added)
-
tags/1.0.4.4/includes/img (added)
-
tags/1.0.4.4/includes/img/discord.png (added)
-
tags/1.0.4.4/includes/img/import_spam_list.png (added)
-
tags/1.0.4.4/includes/img/pre-populate-fields.png (added)
-
tags/1.0.4.4/includes/img/tooltip.png (added)
-
tags/1.0.4.4/includes/js (added)
-
tags/1.0.4.4/includes/js/dashboard.js (added)
-
tags/1.0.4.4/includes/js/debugging.js (added)
-
tags/1.0.4.4/includes/js/form-editor.js (added)
-
tags/1.0.4.4/includes/js/forms-table.js (added)
-
tags/1.0.4.4/includes/js/mark-resolved.js (added)
-
tags/1.0.4.4/includes/js/remove-qs.js (added)
-
tags/1.0.4.4/includes/js/reports-back.js (added)
-
tags/1.0.4.4/includes/js/settings.js (added)
-
tags/1.0.4.4/includes/js/shortcode-generator.js (added)
-
tags/1.0.4.4/includes/js/shortcodes.js (added)
-
tags/1.0.4.4/index.php (added)
-
tags/1.0.4.4/readme.txt (added)
-
trunk/gf-tools.php (modified) (2 diffs)
-
trunk/includes/class-spam.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gf-tools/trunk/gf-tools.php
r3226931 r3227721 4 4 * Plugin URI: https://apos37.com/wordpress-advanced-tools-for-gravity-forms/ 5 5 * Description: Unlock advanced tools to supercharge your Gravity Forms experience with enhanced features and streamlined management. 6 * Version: 1.0.4. 36 * Version: 1.0.4.4 7 7 * Requires at least: 5.9.0 8 8 * Tested up to: 6.7.1 … … 26 26 define( 'GFADVTOOLS_TEXTDOMAIN', 'gf-tools' ); 27 27 define( 'GFADVTOOLS_DISCORD_SUPPORT_URL', 'https://discord.gg/3HnzNEJVnR' ); 28 define( 'GFADVTOOLS_VERSION', '1.0.4. 3' );28 define( 'GFADVTOOLS_VERSION', '1.0.4.4' ); 29 29 define( 'GFADVTOOLS_ADMIN_INCLUDES_URL', trailingslashit( ABSPATH.str_replace( site_url(), '', admin_url( 'includes/' ) ) ) ); // /abspath/.../public_html/wp-admin/includes/ 30 30 define( 'GFADVTOOLS_PLUGIN_ROOT', plugin_dir_path( __FILE__ ) ); // /home/.../public_html/wp-content/plugins/gf-tools/ -
gf-tools/trunk/includes/class-spam.php
r3226931 r3227721 1341 1341 1342 1342 // If the field is of type email, text, or textarea 1343 if ( in_array( $field->type, [ ' name', 'email', 'text', 'textarea' ] ) ) {1343 if ( in_array( $field->type, [ 'email', 'text', 'textarea' ] ) ) { 1344 1344 1345 1345 // $field_id = $field->id; … … 1385 1385 1386 1386 if ( preg_match( $pattern, $value ) && !$allowed ) { 1387 $result[ 'is_valid'] = false;1388 $result[ 'message'] = "Keyword '{$keyword}' is not allowed.";1387 $result[ 'is_valid' ] = false; 1388 $result[ 'message' ] = "Keyword '{$keyword}' is not allowed."; 1389 1389 return $result; 1390 1390 } … … 1498 1498 1499 1499 // Process each field 1500 $field_types_to_filter = [ ' name', 'email', 'text', 'textarea' ];1500 $field_types_to_filter = [ 'email', 'text', 'textarea' ]; 1501 1501 foreach ( $form[ 'fields' ] as $field ) { 1502 1502 -
gf-tools/trunk/readme.txt
r3226931 r3227721 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.7.1 7 Stable tag: 1.0.4. 37 Stable tag: 1.0.4.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 106 106 107 107 == Changelog == 108 = 1.0.4.4 = 109 * Fix: Spam list causing issues on name fields 110 108 111 = 1.0.4.3 = 109 112 * Update: Added plugin option to disable word boundaries in spam filtering
Note: See TracChangeset
for help on using the changeset viewer.