Plugin Directory

Changeset 3238585


Ignore:
Timestamp:
02/11/2025 12:59:23 PM (14 months ago)
Author:
Wow Analytics
Message:

Updated version number to 1.1.1

Location:
gatormail-smart-forms
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gatormail-smart-forms/branches/1.1.1/gatormailsmartforms.php

    r3237894 r3238585  
    44Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/
    55Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: GatorMail
    88Author URI: https://www.communigator.co.uk
     
    2222*/
    2323
    24 define('GATORMAILSMARTFORMS_VERSION', '1.1');
     24define('GATORMAILSMARTFORMS_VERSION', '1.1.1');
    2525
    2626require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php');
  • gatormail-smart-forms/tags/1.1.1/gatormailsmartforms.php

    r3237894 r3238585  
    44Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/
    55Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: GatorMail
    88Author URI: https://www.communigator.co.uk
     
    2222*/
    2323
    24 define('GATORMAILSMARTFORMS_VERSION', '1.1');
     24define('GATORMAILSMARTFORMS_VERSION', '1.1.1');
    2525
    2626require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php');
  • gatormail-smart-forms/trunk/gatormailsmartforms.php

    r3237894 r3238585  
    44Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/
    55Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users
    6 Version: 1.1.0
     6Version: 1.1.1
    77Author: GatorMail
    88Author URI: https://www.communigator.co.uk
     
    2222*/
    2323
    24 define('GATORMAILSMARTFORMS_VERSION', '1.1');
     24define('GATORMAILSMARTFORMS_VERSION', '1.1.1');
    2525
    2626require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php');
Note: See TracChangeset for help on using the changeset viewer.