Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 11, 2022
1 parent afea225 commit 6070dd5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gtm-kit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,7 +27,7 @@
exit();
}

define( 'GTMKIT_VERSION', '1.0' );
define( 'GTMKIT_VERSION', '1.1' );

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
16 changes: 16 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6070dd5

Please sign in to comment.