Changeset 2398536
- Timestamp:
- 10/13/2020 08:57:15 AM (5 years ago)
- Location:
- tave-integration-using-gravity-forms/tags/1.0.6
- Files:
-
- 2 edited
- 6 copied
-
. (copied) (copied from tave-integration-using-gravity-forms/trunk)
-
README.txt (modified) (2 diffs)
-
tave_gf.php (modified) (3 diffs)
-
trunk (copied) (copied from tave-integration-using-gravity-forms/trunk)
-
trunk/LICENSE.txt (copied) (copied from tave-integration-using-gravity-forms/trunk/LICENSE.txt)
-
trunk/README.txt (copied) (copied from tave-integration-using-gravity-forms/trunk/README.txt)
-
trunk/tave_gf.php (copied) (copied from tave-integration-using-gravity-forms/trunk/tave_gf.php)
-
trunk/tave_gf_addon.php (copied) (copied from tave-integration-using-gravity-forms/trunk/tave_gf_addon.php)
Legend:
- Unmodified
- Added
- Removed
-
tave-integration-using-gravity-forms/tags/1.0.6/README.txt
r2203706 r2398536 3 3 Tags: forms, gravity forms, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 5. 36 Stable tag: 1.0. 55 Tested up to: 5.5 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 = 1.0.6 = 48 * Tested with Wordpress 5.5 49 47 50 = 1.0.5 = 48 51 * Tested with Wordpress 5.3 -
tave-integration-using-gravity-forms/tags/1.0.6/tave_gf.php
r2203706 r2398536 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2019 8 * @version 1.0. 58 * @version 1.0.6 9 9 * @since 1.0.0 10 10 * @package Tave_GF … … 14 14 * Plugin URI: http://help.tave.com/getting-started/contact-forms/using-gravity-forms 15 15 * Description: Integrate Gravity Forms with Táve Studio Manager 16 * Version: 1.0. 516 * Version: 1.0.6 17 17 * Author: Táve 18 18 * Author URI: https://tave.com … … 26 26 } 27 27 28 define('TAVE_GF_ADDON_VERSION', '1.0. 5');28 define('TAVE_GF_ADDON_VERSION', '1.0.6'); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.