Skip to content

Commit

Permalink
Prepare release 1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Aug 21, 2024
1 parent 44b18f3 commit 5d8fddd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 29 deletions.
10 changes: 5 additions & 5 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.23.2.1
* Version: 1.23.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.23.2.1';
const GTMKIT_VERSION = '1.23.3';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
20 changes: 10 additions & 10 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.23.2\n"
"Project-Id-Version: GTM Kit 1.23.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-08-12T12:55:07+00:00\n"
"POT-Creation-Date: 2024-08-21T11:23: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"
Expand Down Expand Up @@ -192,7 +192,7 @@ msgid "Best Sellers"
msgstr ""

#: src/Integration/WooCommerce.php:251
#: src/Integration/WooCommerce.php:974
#: src/Integration/WooCommerce.php:978
msgid "Product Category"
msgstr ""

Expand All @@ -209,7 +209,7 @@ msgid "Products By Attribute"
msgstr ""

#: src/Integration/WooCommerce.php:255
#: src/Integration/WooCommerce.php:976
#: src/Integration/WooCommerce.php:980
msgid "Product Tag"
msgstr ""

Expand All @@ -221,21 +221,21 @@ msgstr ""
msgid "Shipping tier not found"
msgstr ""

#: src/Integration/WooCommerce.php:833
#: src/Integration/WooCommerce.php:837
msgid "Grouped Product"
msgstr ""

#: src/Integration/WooCommerce.php:867
#: src/Integration/WooCommerce.php:871
msgid "Search Results"
msgstr ""

#: src/Integration/WooCommerce.php:867
#: src/Integration/WooCommerce.php:908
#: src/Integration/WooCommerce.php:941
#: src/Integration/WooCommerce.php:871
#: src/Integration/WooCommerce.php:912
#: src/Integration/WooCommerce.php:945
msgid "General Product List"
msgstr ""

#: src/Integration/WooCommerce.php:1125
#: src/Integration/WooCommerce.php:1129
msgid "GTM Kit data."
msgstr ""

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.23.2.1",
"version": "1.23.3",
"description": "Development files for the GTM Kit",
"author": "GTM Kit",
"keywords": [
Expand Down
13 changes: 4 additions & 9 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.6
Stable tag: 1.23.2.1
Stable tag: 1.23.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -89,18 +89,13 @@ Yes! Pagespeed is one of our main focus points, and we strive to make the plugin
== Changelog ==


= 1.X =
= 1.23.3 =

Release date: 2024-MM-DD

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

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

#### Bugfixes:
* Prevent fatal errors caused by invalid filter input from third-party plugins.

#### Other:
* In WordPress versions prior to 6.6, the options pages fail to load due to a missing dependency.

= 1.23.2 =

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' => '2030bdfdc44d8ca203a5e81a8689405c6a289fcf',
'reference' => '44b18f33aef58db2d6ac1b6fa29c4f9b583df746',
'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' => '2030bdfdc44d8ca203a5e81a8689405c6a289fcf',
'reference' => '44b18f33aef58db2d6ac1b6fa29c4f9b583df746',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit 5d8fddd

Please sign in to comment.