From c4732d88c05a680362cae613641a3698b8be9fbd Mon Sep 17 00:00:00 2001 From: Torben Lundsgaard Date: Fri, 5 Jan 2024 15:49:59 +0100 Subject: [PATCH] Prepare release 1.18.1 --- composer.json | 4 ++-- composer.lock | 12 ++++++------ gtm-kit.php | 4 ++-- languages/gtm-kit.pot | 22 +++++++++++----------- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 12 +++++------- vendor/composer/installed.php | 4 ++-- 8 files changed, 31 insertions(+), 33 deletions(-) diff --git a/composer.json b/composer.json index 77d49e8..a376fa6 100644 --- a/composer.json +++ b/composer.json @@ -18,9 +18,9 @@ "php-stubs/woocommerce-stubs": "^8.4", "phpcompatibility/phpcompatibility-wp": "*", "phpstan/extension-installer": "^1.3.1", - "phpstan/phpstan": "^1.10.50", + "phpstan/phpstan": "^1.10.53", "phpstan/phpstan-deprecation-rules": "^1.1", - "szepeviktor/phpstan-wordpress": "^v1.3.0", + "szepeviktor/phpstan-wordpress": "^v1.3.2", "wp-coding-standards/wpcs": "^3.0" }, "minimum-stability": "dev", diff --git a/composer.lock b/composer.lock index 84e7e48..7cb7b4a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6d0f8b3f8847ad68c715a8431d113a63", + "content-hash": "bb1694b1ea057bca28c3407eb00cced4", "packages": [], "packages-dev": [ { @@ -562,16 +562,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.50", + "version": "1.10.53", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" + "reference": "0c48595cce15f67d6a7faf30e9d13c775e6e9875" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0c48595cce15f67d6a7faf30e9d13c775e6e9875", + "reference": "0c48595cce15f67d6a7faf30e9d13c775e6e9875", "shasum": "" }, "require": { @@ -620,7 +620,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T10:59:42+00:00" + "time": "2024-01-05T13:55:38+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", diff --git a/gtm-kit.php b/gtm-kit.php index 09d75d1..b51f712 100644 --- a/gtm-kit.php +++ b/gtm-kit.php @@ -3,7 +3,7 @@ * GTM Kit Plugin * * Plugin Name: GTM Kit - * Version: 1.18 + * Version: 1.18.1 * 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.18'; +const GTMKIT_VERSION = '1.18.1'; if ( ! defined( 'GTMKIT_FILE' ) ) { define( 'GTMKIT_FILE', __FILE__ ); diff --git a/languages/gtm-kit.pot b/languages/gtm-kit.pot index 4a1a7ee..4431105 100644 --- a/languages/gtm-kit.pot +++ b/languages/gtm-kit.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2023 TLA Media +# Copyright (C) 2024 TLA Media # This file is distributed under the GPLv3. msgid "" msgstr "" -"Project-Id-Version: GTM Kit 1.18\n" +"Project-Id-Version: GTM Kit 1.18.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-12-30T11:07:06+00:00\n" +"POT-Creation-Date: 2024-01-05T14:48:44+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: gtm-kit\n" @@ -175,7 +175,7 @@ msgid "Best Sellers" msgstr "" #: src/Integration/WooCommerce.php:249 -#: src/Integration/WooCommerce.php:925 +#: src/Integration/WooCommerce.php:948 msgid "Product Category" msgstr "" @@ -192,7 +192,7 @@ msgid "Products By Attribute" msgstr "" #: src/Integration/WooCommerce.php:253 -#: src/Integration/WooCommerce.php:927 +#: src/Integration/WooCommerce.php:950 msgid "Product Tag" msgstr "" @@ -204,21 +204,21 @@ msgstr "" msgid "Shipping tier not found" msgstr "" -#: src/Integration/WooCommerce.php:784 +#: src/Integration/WooCommerce.php:807 msgid "Grouped Product" msgstr "" -#: src/Integration/WooCommerce.php:818 +#: src/Integration/WooCommerce.php:841 msgid "Search Results" msgstr "" -#: src/Integration/WooCommerce.php:818 -#: src/Integration/WooCommerce.php:859 -#: src/Integration/WooCommerce.php:892 +#: src/Integration/WooCommerce.php:841 +#: src/Integration/WooCommerce.php:882 +#: src/Integration/WooCommerce.php:915 msgid "General Product List" msgstr "" -#: src/Integration/WooCommerce.php:1076 +#: src/Integration/WooCommerce.php:1099 msgid "GTM Kit data." msgstr "" diff --git a/package-lock.json b/package-lock.json index 13ea0fe..8b76173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gtm-kit", - "version": "1.18", + "version": "1.18.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gtm-kit", - "version": "1.18", + "version": "1.18.1", "dependencies": { "@wordpress/api-fetch": "^6.45.0", "@wordpress/components": "^25.14.0", diff --git a/package.json b/package.json index adc8e41..0ed363c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gtm-kit", - "version": "1.18", + "version": "1.18.1", "description": "Development files for the GTM Kit", "author": "TLA Media", "keywords": [ diff --git a/readme.txt b/readme.txt index cb264ba..251a48d 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.4 -Stable tag: 1.18 +Stable tag: 1.18.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -88,19 +88,17 @@ Yes! Pagespeed is one of our main focus points, and we strive to make the plugin == Changelog == -= 1.X = += 1.18.1 = -Release date: 2024-MM-DD - -Find out about what's new in our [our release post](https://gtmkit.com/gtm-kit-1-18/). - -#### Enhancements: +Release date: 2024-01-08 #### Bugfixes: * Added missing flush of the ecommerce object on the select_item event. +* 1.17 introduced a bug that caused item brand to be limited to a product attribute. #### Other: * Tested up to WooCommerce 8.5. +* Minor refactoring. = 1.18 = diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index e2c25f0..c463c43 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -3,7 +3,7 @@ 'name' => 'tlamedia/gtm-kit', 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => 'f73fd644327e1b226cdf10e71a0b328c199c7336', + 'reference' => 'cfde4bb434472c8c469284795c75b4479c67d526', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), @@ -13,7 +13,7 @@ 'tlamedia/gtm-kit' => array( 'pretty_version' => 'dev-main', 'version' => 'dev-main', - 'reference' => 'f73fd644327e1b226cdf10e71a0b328c199c7336', + 'reference' => 'cfde4bb434472c8c469284795c75b4479c67d526', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(),