Plugin Directory

Changeset 3095049

Timestamp:
05/30/2024 09:26:23 AM (2 months ago)
Author:
devsabbirahmed
Message:

Update to version 2.11.6 from GitHub

Location:
simple-form
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simple-form/tags/2.11.6/readme.txt

    r3095047 r3095049  
    55Tested up to: 6.5
    66Requires PHP: 5.6
    7 Stable Tag: 2.11.5
     7Stable Tag: 2.11.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148== Changelog ==
    149149
    150 = 2.11.5 – 30 May 2024 =
     150= 2.11. – 30 May 2024 =
    151151* Enhancement: Regular maintenance release with minor bug fixing
     152
     153
     154
    152155
    153156= 2.11.4 – 26 Apr 2024 =
  • simple-form/tags/2.11.6/simple-form.php

    r3081518 r3095049  
    1212 * Plugin URI: https://github.com/sabbirsam/Simple-Form/tree/free
    1313 * Description: It's a simple contact form with a drag-and-drop feature that allows you to quickly design and build forms. It's also free to collect leads and deliver them directly to Social site.
    14  * Version:           2.11.4
     14 * Version:           2.11.
    1515 * Requires at least: 5.9 or higher
    1616 * Requires PHP:      5.4 or higher
     
    6666defined( 'ABSPATH' ) || exit;
    6767
    68 define( 'SIMPLEFORM_VERSION', '2.11.4' );
     68define( 'SIMPLEFORM_VERSION', '2.11.' );
    6969define( 'SIMPLEFORM_BASE_PATH', plugin_dir_path( __FILE__ ) );
    7070define( 'SIMPLEFORM_BASE_URL', plugin_dir_url( __FILE__ ) );
  • simple-form/trunk/readme.txt

    r3095047 r3095049  
    55Tested up to: 6.5
    66Requires PHP: 5.6
    7 Stable Tag: 2.11.5
     7Stable Tag: 2.11.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    148148== Changelog ==
    149149
    150 = 2.11.5 – 30 May 2024 =
     150= 2.11. – 30 May 2024 =
    151151* Enhancement: Regular maintenance release with minor bug fixing
     152
     153
     154
    152155
    153156= 2.11.4 – 26 Apr 2024 =
  • simple-form/trunk/simple-form.php

    r3081518 r3095049  
    1212 * Plugin URI: https://github.com/sabbirsam/Simple-Form/tree/free
    1313 * Description: It's a simple contact form with a drag-and-drop feature that allows you to quickly design and build forms. It's also free to collect leads and deliver them directly to Social site.
    14  * Version:           2.11.4
     14 * Version:           2.11.
    1515 * Requires at least: 5.9 or higher
    1616 * Requires PHP:      5.4 or higher
     
    6666defined( 'ABSPATH' ) || exit;
    6767
    68 define( 'SIMPLEFORM_VERSION', '2.11.4' );
     68define( 'SIMPLEFORM_VERSION', '2.11.' );
    6969define( 'SIMPLEFORM_BASE_PATH', plugin_dir_path( __FILE__ ) );
    7070define( 'SIMPLEFORM_BASE_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.