Skip to content

Commit

Permalink
Prepare release 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Aug 12, 2024
1 parent 2030bdf commit e170720
Show file tree
Hide file tree
Showing 11 changed files with 52 additions and 55 deletions.
2 changes: 1 addition & 1 deletion assets/admin/settings.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '1ca0dab2fa79f8b6fbd8');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'a490d49add9e5706b561');
8 changes: 4 additions & 4 deletions assets/admin/settings.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/wizard.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'c5a628feab6903497332');
<?php return array('dependencies' => array('lodash', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => '38ea1047ac37843bfe8c');
2 changes: 1 addition & 1 deletion assets/admin/wizard.js

Large diffs are not rendered by default.

53 changes: 26 additions & 27 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.1
* Version: 1.23.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.23.1';
const GTMKIT_VERSION = '1.23.2';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
14 changes: 9 additions & 5 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.1\n"
"Project-Id-Version: GTM Kit 1.23.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-07-12T09:47:38+00:00\n"
"POT-Creation-Date: 2024-08-12T06:21:52+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 @@ -451,7 +451,7 @@ msgid "load_delayed_js event"
msgstr ""

#: assets/admin/settings.js:1
msgid "Setting this to On will push the event 'load_js' on page load."
msgid "Setting this to On will push the event 'load_delayed_js' on page load."
msgstr ""

#: assets/admin/settings.js:1
Expand Down Expand Up @@ -1079,7 +1079,7 @@ msgid "If your product feed generator is adding a prefix to the product IDs, you
msgstr ""

#: assets/admin/settings.js:13
msgid "Advanced settings"
msgid "Advanced Settings"
msgstr ""

#: assets/admin/settings.js:13
Expand Down Expand Up @@ -1134,6 +1134,10 @@ msgstr ""
msgid "Easy Digital Downloads"
msgstr ""

#: assets/admin/settings.js:13
msgid "Advanced settings"
msgstr ""

#: assets/admin/settings.js:13
msgid "Get template"
msgstr ""
Expand Down Expand Up @@ -1352,7 +1356,7 @@ msgid "I agree to share anonymous data with the development team to help improve
msgstr ""

#: assets/admin/wizard.js:1
msgid "Your are ready to use GTM Kit!"
msgid "You are ready to use GTM Kit!"
msgstr ""

#: assets/admin/wizard.js:1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

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.1",
"version": "1.23.2",
"description": "Development files for the GTM Kit",
"author": "GTM Kit",
"keywords": [
Expand Down
12 changes: 3 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.1
Stable tag: 1.23.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -88,15 +88,9 @@ 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-24/).

#### Enhancements:
= 1.23.1 =

#### Bugfixes:
Release date: 2024-08-13

#### Other:
* Require WooCommerce 8.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' => 'f61ccbbe3bb4c9c6db3ba5be62950d99bb5f208e',
'reference' => '2030bdfdc44d8ca203a5e81a8689405c6a289fcf',
'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' => 'f61ccbbe3bb4c9c6db3ba5be62950d99bb5f208e',
'reference' => '2030bdfdc44d8ca203a5e81a8689405c6a289fcf',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down

0 comments on commit e170720

Please sign in to comment.