Skip to content

Commit

Permalink
Updated version and added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
duracelltomi committed Jan 3, 2022
1 parent c3b64ca commit 2acd59e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions duracelltomi-google-tag-manager-for-wordpress.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Google Tag Manager for Wordpress
Version: 1.14.1
Version: 1.14.2
Plugin URI: https://gtm4wp.com/
Description: The first Google Tag Manager plugin for WordPress with business goals in mind
Author: Thomas Geiger
Expand All @@ -13,7 +13,7 @@
WC tested up to: 5.9.0
*/

define( 'GTM4WP_VERSION', '1.14.1' );
define( 'GTM4WP_VERSION', '1.14.2' );
define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) );

global $gtp4wp_plugin_url, $gtp4wp_plugin_basename;
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: google tag manager, tag manager, gtm, google, adwords, google adwords, goo
Requires at least: 3.4.0
Requires PHP: 5.6
Tested up to: 5.8.2
Stable tag: 1.14.1
Stable tag: 1.14.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl.html

Expand Down Expand Up @@ -233,6 +233,13 @@ https://gtm4wp.com/how-to-articles/how-to-exclude-admin-users-from-being-tracked

== Changelog ==

= 1.14.2 =

* Fixed: undefined google_business_vertical
* Fixed: missing product price in product impression data
* Fixed: better compatibility with cache plugins and lazy load functionalities
* Fixed: Added optional chaining operator to form move tracker code

= 1.14.1 =

* Bugfixes
Expand Down

0 comments on commit 2acd59e

Please sign in to comment.