Skip to content

Commit

Permalink
Prepare release 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed May 22, 2024
1 parent ea82c64 commit aadec1e
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 36 deletions.
44 changes: 22 additions & 22 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.2.1
* Version: 1.22.3
* 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.2.1';
const GTMKIT_VERSION = '1.22.3';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions languages/gtm-kit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: GTM Kit 1.22.2.1\n"
"Project-Id-Version: GTM Kit 1.22.3\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-05-17T11:14:32+00:00\n"
"POT-Creation-Date: 2024-05-22T06:05:55+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"
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.2.1",
"version": "1.22.3",
"description": "Development files for the GTM Kit",
"author": "GTM Kit",
"keywords": [
Expand Down
11 changes: 4 additions & 7 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.2.1
Stable tag: 1.22.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.X =
= 1.22.3 =

Release date: 2024-MM-DD

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

#### Enhancements:
Release date: 2024-05-22

#### Bugfixes:
- The datalayer was not pushed when the container was disabled.

#### Other:
- Improved quality assurance (CI). Thanks [szepeviktor](https://github.com/szepeviktor)
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' => '8a4a703223f7032ef675e3604a11552b20591828',
'reference' => 'ea82c64c6382caff500a79236b7ca4d9ba42fb0d',
'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' => '8a4a703223f7032ef675e3604a11552b20591828',
'reference' => 'ea82c64c6382caff500a79236b7ca4d9ba42fb0d',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit aadec1e

Please sign in to comment.