Changeset 3269759
- Timestamp:
- 04/09/2025 02:22:04 PM (12 months ago)
- Location:
- integrate-sharpspring-and-gravity-forms
- Files:
-
- 3 edited
-
tags/1.0.5/readme.txt (modified) (1 diff)
-
trunk/integrate-sharpspring-and-gravity-forms.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integrate-sharpspring-and-gravity-forms/tags/1.0.5/readme.txt
r3269754 r3269759 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Seamlessly integrate Gravity Forms with SharpSpring ( Constact Contact ). Easily connect all forms on your website, collect lead information into your CRM and power up your email and marketing automation.11 Seamlessly integrate Gravity Forms with SharpSpring. Easily connect all forms on your website, collect lead information into your CRM and power up your email and marketing automation. 12 12 13 13 == Description == -
integrate-sharpspring-and-gravity-forms/trunk/integrate-sharpspring-and-gravity-forms.php
r2827978 r3269759 2 2 /* 3 3 Plugin Name: Integrate SharpSpring and Gravity Forms 4 Description: Integrates Gravity Forms with SharpSpring , allowing form submissions to be automatically sent to your SharpSpring account.5 Version: 1.0. 44 Description: Integrates Gravity Forms with SharpSpring ( Constant Contact ), allowing form submissions to be automatically sent to your SharpSpring account. 5 Version: 1.0.5 6 6 Author: Oyova 7 7 Author URI: https://www.oyova.com 8 8 */ 9 9 10 define('INTEGRATE_SHARPSPRING_AND_GRAVITY_FORMS', '1.0. 4');10 define('INTEGRATE_SHARPSPRING_AND_GRAVITY_FORMS', '1.0.5'); 11 11 12 12 add_action('gform_loaded', array('ISGF_GF_Simple_Feed_AddOn_Bootstrap', 'load'), 5); -
integrate-sharpspring-and-gravity-forms/trunk/readme.txt
r2827978 r3269759 2 2 Contributors: Oyova 3 3 Donate link: https://www.oyova.com 4 Tags: Gravity Forms, CRM, SharpSpring 4 Tags: Gravity Forms, CRM, SharpSpring, Constact Contact 5 5 Requires at least: 5.4 6 Tested up to: 6. 17 Stable tag: 1.0. 46 Tested up to: 6.7.2 7 Stable tag: 1.0.5 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 39 39 == Changelog == 40 40 41 = 1.0.5 = 42 *Release Date - 9 April 2025* 43 44 * Dev - Increment tested value: 6.7.2. 45 41 46 = 1.0.4 = 42 47 *Release Date - 2 December 2022*
Note: See TracChangeset
for help on using the changeset viewer.