Changeset 3238585
- Timestamp:
- 02/11/2025 12:59:23 PM (14 months ago)
- Location:
- gatormail-smart-forms
- Files:
-
- 3 edited
-
branches/1.1.1/gatormailsmartforms.php (modified) (2 diffs)
-
tags/1.1.1/gatormailsmartforms.php (modified) (2 diffs)
-
trunk/gatormailsmartforms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gatormail-smart-forms/branches/1.1.1/gatormailsmartforms.php
r3237894 r3238585 4 4 Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/ 5 5 Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: GatorMail 8 8 Author URI: https://www.communigator.co.uk … … 22 22 */ 23 23 24 define('GATORMAILSMARTFORMS_VERSION', '1.1 ');24 define('GATORMAILSMARTFORMS_VERSION', '1.1.1'); 25 25 26 26 require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php'); -
gatormail-smart-forms/tags/1.1.1/gatormailsmartforms.php
r3237894 r3238585 4 4 Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/ 5 5 Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: GatorMail 8 8 Author URI: https://www.communigator.co.uk … … 22 22 */ 23 23 24 define('GATORMAILSMARTFORMS_VERSION', '1.1 ');24 define('GATORMAILSMARTFORMS_VERSION', '1.1.1'); 25 25 26 26 require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php'); -
gatormail-smart-forms/trunk/gatormailsmartforms.php
r3237894 r3238585 4 4 Plugin URI: http://wordpress.org/extend/plugins/GatorMailSmartForms/ 5 5 Description: Inserts a script tag in the head to enable GatorMail Smart Forms to be accessed by wordpress users 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: GatorMail 8 8 Author URI: https://www.communigator.co.uk … … 22 22 */ 23 23 24 define('GATORMAILSMARTFORMS_VERSION', '1.1 ');24 define('GATORMAILSMARTFORMS_VERSION', '1.1.1'); 25 25 26 26 require_once(dirname(__FILE__).'/includes/outputsmartformsscript.php');
Note: See TracChangeset
for help on using the changeset viewer.