Plugin Directory

Changeset 3412454


Ignore:
Timestamp:
12/05/2025 05:02:29 PM (4 months ago)
Author:
wpazleen
Message:

3.7.3

Location:
simple-form
Files:
470 added
2 edited

Legend:

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

    r3409060 r3412454  
    1 === Simple Form - Ultimate Form Builder with Quiz, Poll, Multi Step Forms, Conditional Logic, Form Analytics & Advanced Integrations ===
     1=== Simple Forms — Drag and Drop Form Builder with Quizzes, Polls & Integrations ===
    22Contributors: wpazleen
    33Tags: forms, quiz builder, poll creator, form analytics, google sheets
     
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable Tag: 3.7.2
     7Stable Tag: 3.7.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    329329== Changelog ==
    330330
     331= 3.7.3 =
     332- 🐛 Performance optimizations and code cleanup
     333
    331334= 3.7.2 =
    332335- **Enhancement:** WP 6.9 compatibility
  • simple-form/trunk/simple-form.php

    r3409060 r3412454  
    99 *
    1010 * @wordpress-plugin
    11  * Plugin Name: Simple Form
     11 * Plugin Name: Simple Forms
    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.2
     14 * Version:           3.7.3
    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.2' );
     67define( 'SIMPLEFORM_VERSION', '3.7.3' );
    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.