Changeset 1970669
- Timestamp:
- 11/08/2018 02:49:25 AM (7 years ago)
- Location:
- gravityforms-hubspot
- Files:
-
- 6 edited
-
branches/dev/readme.txt (modified) (1 diff)
-
tags/4.1.1/readme.txt (modified) (1 diff)
-
trunk (modified) (1 prop)
-
trunk/gravityforms-hubspot.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/src/Base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gravityforms-hubspot/branches/dev/readme.txt
r1970668 r1970669 70 70 71 71 = 4.1.1 = 72 * [FIX] Modification of str ok, via adammichaelroach72 * [FIX] Modification of strtok, via adammichaelroach 73 73 74 74 = 4.1 = -
gravityforms-hubspot/tags/4.1.1/readme.txt
r1970668 r1970669 70 70 71 71 = 4.1.1 = 72 * [FIX] Modification of str ok, via adammichaelroach72 * [FIX] Modification of strtok, via adammichaelroach 73 73 74 74 = 4.1 = -
gravityforms-hubspot/trunk
- Property svn:mergeinfo changed
/gravityforms-hubspot/branches/dev merged: 1970668
- Property svn:mergeinfo changed
-
gravityforms-hubspot/trunk/gravityforms-hubspot.php
r1931984 r1970669 4 4 Plugin URI: http://bigsea.co/ 5 5 Description: Easily integrate your Gravity Forms with HubSpot forms! Match up field-for-field so you can harness the power of HubSpot. 6 Version: 4.1 6 Version: 4.1.1 7 7 Author: Big Sea 8 8 Author URI: http://bigsea.co … … 12 12 define('GF_HUBSPOT_BASENAME', plugin_basename(__FILE__)); 13 13 define('GF_HUBSPOT_PATH', WP_PLUGIN_DIR . "/" . basename(dirname(__FILE__)) . "/"); 14 define('GF_HUBSPOT_VERSION', '4.1 ');14 define('GF_HUBSPOT_VERSION', '4.1.1'); 15 15 if ( !defined('GF_HUBSPOT_DEBUG') ) define('GF_HUBSPOT_DEBUG', false); 16 16 -
gravityforms-hubspot/trunk/readme.txt
r1931978 r1970669 1 1 === HubSpot for Gravity Forms === 2 Contributors: Big Sea, Soben , bloqhead2 Contributors: Big Sea, Soben 3 3 Donate link: http://bigsea.co/ 4 4 Tags: hubspot, gravity, forms, submit, submission, lead, api, gravity forms 5 5 Requires at least: 3.5 6 6 Tested up to: 4.9.6 7 Stable tag: 4.1 7 Stable tag: 4.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 69 69 == Changelog == 70 71 = 4.1.1 = 72 * [FIX] Modification of strtok, via adammichaelroach 70 73 71 74 = 4.1 = -
gravityforms-hubspot/trunk/src/Base.php
r1931978 r1970669 207 207 'hutk' => $hubspotutk, 208 208 'ipAddress' => $ip_addr, 209 'pageUrl' => apply_filters( 'gf_hubspot_context_url', site_url(strtok($_SERVER['REQUEST_URI'] )) ),209 'pageUrl' => apply_filters( 'gf_hubspot_context_url', site_url(strtok($_SERVER['REQUEST_URI'], '?')) ), 210 210 'pageName' => apply_filters( 'gf_hubspot_context_name', $this->getValue($form, 'title') ), 211 211 );
Note: See TracChangeset
for help on using the changeset viewer.