Skip to content

Commit

Permalink
Version 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Sep 25, 2023
1 parent 9920990 commit aa24927
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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 @@
* GTM Kit Plugin
*
* Plugin Name: GTM Kit
* Version: 1.13.1
* Version: 1.13.2
* 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();
}

const GTMKIT_VERSION = '1.13.1';
const GTMKIT_VERSION = '1.13.2';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
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.13.1",
"version": "1.13.2",
"plugin": {
"textdomain": "gtmkit"
},
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tlamedia, torbenlundsgaard
Donate link: https://github.com/tlamedia/gtm-kit
Tags: google tag manager, gtm, woocommerce, analytics, ga4, gtag, easy digital downloads
Tested up to: 6.3
Stable tag: 1.13.1
Stable tag: 1.13.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -99,6 +99,11 @@ Other:
* Require WooCommerce 7.6
* The admin is now more extendable

= 1.13.2 =

Bugfixes:
* Fixes a bug that prevented the option to import settings from other plugins on first install.

= 1.13.1 =

Bugfixes:
Expand Down

0 comments on commit aa24927

Please sign in to comment.