Skip to content

Commit

Permalink
Prepare release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Dec 2, 2024
1 parent 3cd4da9 commit 98c0108
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 75 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"easydigitaldownloads/easy-digital-downloads": "^3.3",
"php-stubs/woocommerce-stubs": "^9.3",
"php-stubs/woocommerce-stubs": "^9.4",
"phpcompatibility/phpcompatibility-wp": "*",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12",
Expand Down
115 changes: 57 additions & 58 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: 2.2.1
* Version: 2.2.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 = '2.2.1';
const GTMKIT_VERSION = '2.2.2';

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 2.2.1\n"
"Project-Id-Version: GTM Kit 2.2.2\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-10-27T16:00:05+00:00\n"
"POT-Creation-Date: 2024-12-02T14:59:19+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": "2.2.1",
"version": "2.2.2",
"description": "Development files for the GTM Kit",
"author": "GTM Kit",
"keywords": [
Expand Down
Loading

0 comments on commit 98c0108

Please sign in to comment.