From 6070dd5df7d53c12926d5ce4f3017a492d34065a Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Sun, 11 Sep 2022 21:57:27 +0200 Subject: [PATCH] Prepare release --- gtm-kit.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 16 ++++++++++++++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/gtm-kit.php b/gtm-kit.php index a4a80d7..3389f4f 100644 --- a/gtm-kit.php +++ b/gtm-kit.php @@ -3,7 +3,7 @@ * Google Tag Manager Kit. * * Plugin Name: GTM Kit - * Version: 1.0 + * Version: 1.1 * Plugin URI: https://gtmkit.com/ * Description: Google Tag Manager implementation focusing on flexibility and pagespeed. * Author: TLA Media @@ -27,7 +27,7 @@ exit(); } -define( 'GTMKIT_VERSION', '1.0' ); +define( 'GTMKIT_VERSION', '1.1' ); if ( ! defined( 'GTMKIT_FILE' ) ) { define( 'GTMKIT_FILE', __FILE__ ); diff --git a/package-lock.json b/package-lock.json index 3a5946d..681899d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gtm-kit", - "version": "1.0", + "version": "1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gtm-kit", - "version": "1.0", + "version": "1.1", "dependencies": { "node-sass": "^7.0.1", "node-wp-i18n": "^1.2.6" diff --git a/package.json b/package.json index e1cc77a..5a63ad9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gtm-kit", "description": "Development files for the GTM Kit", "author": "TLA Media", - "version": "1.0", + "version": "1.1", "plugin": { "textdomain": "gtmkit" }, diff --git a/readme.txt b/readme.txt index 1817d4f..6513539 100644 --- a/readme.txt +++ b/readme.txt @@ -82,6 +82,22 @@ Yes! Pagespeed is one of our main focus points and we strive to make the plugin == Changelog == += 1.1 = + +Enhancements: + +* Option to include the permalink structure of the product base, category base, tag base and attribute base in the datalayer. +* Option to include the path of cart, checkout, order received adn my account page in the datalayer. + +Bugfixes: + +* Fixes a bug where an aggressive wp_kses filter prevents add to cart tracking on product catagory pages. + +Other: + +* Disable WooCommerce settings if WooCommerce is not active +* Update logo. + = 1.0 = * First public release