Changeset 2617241
- Timestamp:
- 10/20/2021 01:43:41 PM (4 years ago)
- Location:
- gatorleads
- Files:
-
- 13 added
- 3 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/admin.php (added)
-
tags/1.0.6/gatorleads.php (added)
-
tags/1.0.6/includes (added)
-
tags/1.0.6/includes/admin.inc.php (added)
-
tags/1.0.6/includes/ajax_functions.php (added)
-
tags/1.0.6/includes/restclient.php (added)
-
tags/1.0.6/includes/trackingcode.php (added)
-
tags/1.0.6/install.php (added)
-
tags/1.0.6/js (added)
-
tags/1.0.6/js/gatorleads_admin.js (added)
-
tags/1.0.6/readme.txt (added)
-
tags/1.0.6/uninstall.php (added)
-
trunk/gatorleads.php (modified) (2 diffs)
-
trunk/includes/trackingcode.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gatorleads/trunk/gatorleads.php
r2617095 r2617241 4 4 Plugin URI: http://wordpress.org/extend/plugins/GatorLeads/ 5 5 Description: Inserts the GatorLeads tracker into the footer of Wordpress pages 6 Version: 1.0. 56 Version: 1.0.6 7 7 Author: GatorLeads 8 8 Author URI: https://www.gatorleads.co.uk … … 21 21 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 22 22 */ 23 define('GATORLEADS_VERSION', '1.0. 5');23 define('GATORLEADS_VERSION', '1.0.6'); 24 24 25 25 require_once(dirname(__FILE__).'/includes/trackingcode.php'); -
gatorleads/trunk/includes/trackingcode.php
r2617095 r2617241 90 90 91 91 <?php 92 if($cookiebot_consent){?> 93 _wow.push(['disableUserTracking']); 94 <?php } 95 ?> 96 97 <?php 92 98 if($cookiebot_consent && !$trackuser_bool){?> 93 99 _wow.push(['trackPageView']); -
gatorleads/trunk/readme.txt
r2617095 r2617241 4 4 Requires at least: 4.0 5 5 Tested up to: 5.8.1 6 Stable tag: 1.0. 56 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.0.6 = 51 Updated Cookiebot consent to correctly disable cookie tracking if enabled and contact tracking is enabled. 52 50 53 = 1.0.5 = 51 54 Updated Cookiebot consent support to handle if the Cookiebot consent is not intialised.
Note: See TracChangeset
for help on using the changeset viewer.