Plugin Directory

Changeset 2664066


Ignore:
Timestamp:
01/25/2022 01:38:32 AM (4 years ago)
Author:
simpleform
Message:

Fix: number version

Location:
simpleform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simpleform/tags/2.1.1/simpleform.php

    r2664061 r2664066  
    66 * Plugin URI:        https://wpsform.com
    77 * Description:       Create a basic contact form for your website. Lightweight and very simple to manage, SimpleForm is immediately ready to use.
    8  * Version:           2.1
     8 * Version:           2.1.1
    99 * Requires at least: 5.2
    1010 * Requires PHP:      5.6
     
    2626 
    2727define( 'SIMPLEFORM_NAME', 'SimpleForm' );
    28 define( 'SIMPLEFORM_VERSION', '2.1' );
    29 define( 'SIMPLEFORM_DB_VERSION', '2.1' );
     28define( 'SIMPLEFORM_VERSION', '2.1.1' );
     29define( 'SIMPLEFORM_DB_VERSION', '2.1.1' );
    3030define( 'SIMPLEFORM_PATH', plugin_dir_path( __FILE__ ) );
    3131define( 'SIMPLEFORM_URL', plugin_dir_url( __FILE__ ) );
  • simpleform/trunk/simpleform.php

    r2664049 r2664066  
    66 * Plugin URI:        https://wpsform.com
    77 * Description:       Create a basic contact form for your website. Lightweight and very simple to manage, SimpleForm is immediately ready to use.
    8  * Version:           2.1
     8 * Version:           2.1.1
    99 * Requires at least: 5.2
    1010 * Requires PHP:      5.6
     
    2626 
    2727define( 'SIMPLEFORM_NAME', 'SimpleForm' );
    28 define( 'SIMPLEFORM_VERSION', '2.1' );
    29 define( 'SIMPLEFORM_DB_VERSION', '2.1' );
     28define( 'SIMPLEFORM_VERSION', '2.1.1' );
     29define( 'SIMPLEFORM_DB_VERSION', '2.1.1' );
    3030define( 'SIMPLEFORM_PATH', plugin_dir_path( __FILE__ ) );
    3131define( 'SIMPLEFORM_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.