Changeset 2577786
- Timestamp:
- 08/04/2021 09:00:04 AM (5 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
r2530350 r2577786 3 3 Tags: forms, gravity forms, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 5. 76 Stable tag: 1.0. 95 Tested up to: 5.8 6 Stable tag: 1.0.10 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.10 = 48 * Tested with Wordpress 5.8 49 47 50 = 1.0.9 = 48 51 * Updated settings form to display link correctly. -
tave-integration-using-gravity-forms/trunk/tave_gf.php
r2530350 r2577786 6 6 * @author Jason Pirkey <jason@tave.com> 7 7 * @copyright Táve 2019 8 * @version 1.0. 98 * @version 1.0.10 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. 916 * Version: 1.0.10 17 17 * Author: Táve 18 18 * Author URI: https://tave.com … … 26 26 } 27 27 28 define('TAVE_GF_ADDON_VERSION', '1.0. 9');28 define('TAVE_GF_ADDON_VERSION', '1.0.10'); 29 29 30 30 /**
Note: See TracChangeset
for help on using the changeset viewer.