Skip to content

Commit

Permalink
Prepare release 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed May 14, 2024
1 parent e7a4b5c commit a94265c
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 43 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-stubs/woocommerce-stubs": "^8.8",
"php-stubs/woocommerce-stubs": "^8.9",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.67",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.2",
"szepeviktor/phpstan-wordpress": "^v1.3.4",
"wp-coding-standards/wpcs": "^3.1"
},
Expand Down
51 changes: 25 additions & 26 deletions composer.lock

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

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.22.1
* Version: 1.22.2
* Plugin URI: https://gtmkit.com/
* Description: Google Tag Manager implementation focusing on flexibility and pagespeed.
* Author: GTM Kit
Expand All @@ -27,7 +27,7 @@
exit();
}

const GTMKIT_VERSION = '1.22.1';
const GTMKIT_VERSION = '1.22.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
@@ -1,6 +1,6 @@
{
"name": "gtm-kit",
"version": "1.22.1",
"version": "1.22.2",
"description": "Development files for the GTM Kit",
"author": "GTM Kit",
"keywords": [
Expand Down
13 changes: 3 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tlamedia, torbenlundsgaard, gtmkit
Donate link: https://github.com/tlamedia/gtm-kit
Tags: google tag manager, gtm, woocommerce, analytics, ga4
Tested up to: 6.5
Stable tag: 1.22.1
Stable tag: 1.22.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,17 +88,10 @@ Yes! Pagespeed is one of our main focus points, and we strive to make the plugin

== Changelog ==

= 1.X =

Release date: 2024-MM-DD

Find out about what's new in our [our release post](https://gtmkit.com/gtm-kit-1-23/).

#### Enhancements:
= 1.22.2 =

#### Bugfixes:

#### Other:
- Fix items in add_shipping_info and add_payment_info

= 1.22.1 =

Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'tlamedia/gtm-kit',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '72a801fafdd619d9cba7ab0a990db0fe099b70bc',
'reference' => '3c1d94c7a03bde01d7969f82b75a0b3e924b59a6',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'tlamedia/gtm-kit' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '72a801fafdd619d9cba7ab0a990db0fe099b70bc',
'reference' => '3c1d94c7a03bde01d7969f82b75a0b3e924b59a6',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit a94265c

Please sign in to comment.