Plugin Directory

Changeset 3409060


Ignore:
Timestamp:
12/03/2025 08:45:41 AM (4 months ago)
Author:
wpazleen
Message:

WP 6.9 compatibility

Location:
simple-form
Files:
470 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-form/trunk/readme.txt

    r3401064 r3409060  
    33Tags: forms, quiz builder, poll creator, form analytics, google sheets
    44Requires at least: 5.0 or higher
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable Tag: 3.7.1
     7Stable Tag: 3.7.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    329329== Changelog ==
    330330
     331= 3.7.2 =
     332- **Enhancement:** WP 6.9 compatibility
     333
    331334= 3.7.1 =
    332335- ⚡ **IMPROVED:** Performance optimizations and code cleanup
  • simple-form/trunk/simple-form.php

    r3401064 r3409060  
    1212 * Plugin URI: https://wordpress.org/plugins/simple-form/
    1313 * Description: Create stunning contact forms, quizzes, polls, login forms, and registration forms in seconds with advanced integrations, analytics, and lead management
    14  * Version:           3.7.1
     14 * Version:           3.7.2
    1515 * Requires at least: 5.9 or higher
    1616 * Requires PHP:      5.4 or higher
     
    6565defined( 'ABSPATH' ) || exit;
    6666
    67 define( 'SIMPLEFORM_VERSION', '3.7.1' );
     67define( 'SIMPLEFORM_VERSION', '3.7.2' );
    6868define( 'SIMPLEFORM_BASE_PATH', plugin_dir_path( __FILE__ ) );
    6969define( 'SIMPLEFORM_BASE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.