From aa24927a07bcb619f634fd17b5b8e97834d35750 Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Mon, 25 Sep 2023 10:26:01 +0200 Subject: [PATCH] Version 1.13.2 --- gtm-kit.php | 4 ++-- package.json | 2 +- readme.txt | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gtm-kit.php b/gtm-kit.php index f6ee4b9..671560b 100644 --- a/gtm-kit.php +++ b/gtm-kit.php @@ -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 @@ -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__ ); diff --git a/package.json b/package.json index 2c6ae5c..e46678d 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.13.1", + "version": "1.13.2", "plugin": { "textdomain": "gtmkit" }, diff --git a/readme.txt b/readme.txt index a456e5f..44b33ce 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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: