Changeset 2203706
- Timestamp:
- 11/30/2019 02:35:32 AM (6 years ago)
- Location:
- tave-integration-using-gravity-forms/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
tave_gf.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tave-integration-using-gravity-forms/trunk/README.txt
r2127424 r2203706 3 3 Tags: forms, gravity forms, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 5. 26 Stable tag: 1.0. 45 Tested up to: 5.3 6 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 45 45 == Changelog == 46 47 = 1.0.5 = 48 * Tested with Wordpress 5.3 49 46 50 = 1.0.4 = 47 51 * Tested with Wordpress 5.2 -
tave-integration-using-gravity-forms/trunk/tave_gf.php
r2127424 r2203706 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2019 8 * @version 1.0. 48 * @version 1.0.5 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. 416 * Version: 1.0.5 17 17 * Author: Táve 18 18 * Author URI: https://tave.com … … 26 26 } 27 27 28 define('TAVE_GF_ADDON_VERSION', '1.0. 4');28 define('TAVE_GF_ADDON_VERSION', '1.0.5'); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.