Changeset 3337966
- Timestamp:
- 08/01/2025 06:08:33 PM (8 months ago)
- Location:
- tave-integration-using-gravity-forms/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
tave_gf.php (modified) (3 diffs)
-
tave_gf_addon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tave-integration-using-gravity-forms/trunk/README.txt
r2920325 r3337966 3 3 Tags: forms, gravity forms, tave studio manager, táve, tave 4 4 Requires at least: 4.1 5 Tested up to: 6. 26 Stable tag: 1.0.1 15 Tested up to: 6.8 6 Stable tag: 1.0.12 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.12 = 48 * Tested with Wordpress 6.8 49 * Updated endpoint URL. 50 47 51 = 1.0.11 = 48 52 * Tested with Wordpress 6.2 -
tave-integration-using-gravity-forms/trunk/tave_gf.php
r2920325 r3337966 1 1 <?php 2 2 3 /** 3 4 * Táve Integration using Gravity Forms … … 6 7 * @author Jason Pirkey <jason@tave.com> 7 8 * @copyright Táve 2019 8 * @version 1.0.1 19 * @version 1.0.12 9 10 * @since 1.0.0 10 11 * @package Tave_GF … … 14 15 * Plugin URI: http://help.tave.com/getting-started/contact-forms/using-gravity-forms 15 16 * Description: Integrate Gravity Forms with Táve Studio Manager 16 * Version: 1.0.1 117 * Version: 1.0.12 17 18 * Author: Táve 18 19 * Author URI: https://tave.com -
tave-integration-using-gravity-forms/trunk/tave_gf_addon.php
r2920325 r3337966 98 98 // check the curl version to determine the domain 99 99 $curl_version_info = curl_version(); 100 $domain = version_compare($curl_version_info['version'], '7.18.1', '>=') ? /* SNI supported */ 'tave.com' : /* SNI NOT supported */ 'legacy-ssl.tave.com';101 $url = $debug && !empty($debugUrl) ? $debugUrl : "https://$domain/ app/webservice/create-lead";100 $domain = 'workspace.vsco.co'; 101 $url = $debug && !empty($debugUrl) ? $debugUrl : "https://$domain/webservice/create-lead"; 102 102 $url = add_query_arg(array( 103 103 'X-Tave-PHP' => phpversion(),
Note: See TracChangeset
for help on using the changeset viewer.