Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 1.14.1 #284

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.14
* Version: 1.14.1
* Plugin URI: https://gtmkit.com/
* Description: Google Tag Manager implementation focusing on flexibility and pagespeed.
* Author: TLA Media
Expand All @@ -27,7 +27,7 @@
exit();
}

const GTMKIT_VERSION = '1.14';
const GTMKIT_VERSION = '1.14.1';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
43 changes: 21 additions & 22 deletions languages/gtm-kit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: GTM Kit 1.14\n"
"Project-Id-Version: GTM Kit 1.14.1\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: 2023-10-03T08:38:27+00:00\n"
"POT-Creation-Date: 2023-10-06T08:44:02+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: gtm-kit\n"

#. Plugin Name of the plugin
#: src/Admin/MetaBox.php:64
#: assets/admin/wizard.js:1
msgid "GTM Kit"
msgstr ""
Expand All @@ -35,11 +36,11 @@ msgstr ""
msgid "https://www.tlamedia.dk/"
msgstr ""

#: inc/main.php:73
#: inc/main.php:74
msgid "Go to GTM Kit Settings page"
msgstr ""

#: inc/main.php:74
#: inc/main.php:75
#: assets/admin/settings.js:1
msgid "Settings"
msgstr ""
Expand Down Expand Up @@ -85,6 +86,21 @@ msgstr ""
msgid "Integrations"
msgstr ""

#: src/Admin/MetaBox.php:88
msgid "Set page type in datalayer:"
msgstr ""

#: src/Admin/MetaBox.php:90
#: assets/admin/settings.js:1
#: assets/admin/wizard.js:1
msgid "Page type"
msgstr ""

#. translators: %1$s = opening strong tag, %2$s = closing strong tag.
#: src/Admin/MetaBox.php:95
msgid "%1$sNote:%2$s This will only be applied if page type has been activated in the global settings of GTM Kit."
msgstr ""

#: src/Common/Util.php:57
msgid "Server type:"
msgstr ""
Expand Down Expand Up @@ -495,11 +511,6 @@ msgstr ""
msgid "Include the type of the current post or archive page."
msgstr ""

#: assets/admin/settings.js:1
#: assets/admin/wizard.js:1
msgid "Page type"
msgstr ""

#: assets/admin/settings.js:1
msgid "Include the defined page type. I.e. post, page, product, category, cart, checkout etc. You may override this on page-level and set you own page type i.e. \"campaign\"."
msgstr ""
Expand Down Expand Up @@ -734,18 +745,6 @@ msgstr ""
msgid "Using the native JavaScript events is a much more reliable method than trying to parse the HTML which is subject to design changes."
msgstr ""

#: assets/admin/settings.js:1
msgid "GTM container import files"
msgstr ""

#: assets/admin/settings.js:1
msgid "We have added a help section with Google Tag Manager import files that will help you configure GTM quickly."
msgstr ""

#: assets/admin/settings.js:1
msgid "The first import files cover Google Analytics 4 but more will follow."
msgstr ""

#: assets/admin/settings.js:1
msgid "Read about all the other change in the release Notes"
msgstr ""
Expand Down Expand Up @@ -995,7 +994,7 @@ msgid "Where do you want load the JavaScript?"
msgstr ""

#: assets/admin/settings.js:1
msgid "Easy Digital downloads"
msgid "Easy Digital Downloads"
msgstr ""

#: assets/admin/settings.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.14",
"version": "1.14.1",
"description": "Development files for the GTM Kit",
"author": "TLA Media",
"keywords": [
Expand Down
8 changes: 3 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tlamedia, torbenlundsgaard
Donate link: https://github.com/tlamedia/gtm-kit
Tags: google tag manager, gtm, woocommerce, analytics, ga4, gtag, easy digital downloads
Tested up to: 6.3
Stable tag: 1.14
Stable tag: 1.14.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.X =

Enhancements:
= 1.14.1 =

Bugfixes:
* Set custom page type in post sidebar was removed by mistake in 1.14
* Fix possible naming collision with other GTM plugins

Other:

= 1.14 =

Expand Down
1 change: 1 addition & 0 deletions vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
'TLA_Media\\GTM_Kit\\Admin\\GeneralOptionsPage' => $baseDir . '/src/Admin/GeneralOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\HelpOptionsPage' => $baseDir . '/src/Admin/HelpOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\IntegrationsOptionsPage' => $baseDir . '/src/Admin/IntegrationsOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\MetaBox' => $baseDir . '/src/Admin/MetaBox.php',
'TLA_Media\\GTM_Kit\\Admin\\SetupWizard' => $baseDir . '/src/Admin/SetupWizard.php',
'TLA_Media\\GTM_Kit\\Common\\RestAPIServer' => $baseDir . '/src/Common/RestAPIServer.php',
'TLA_Media\\GTM_Kit\\Common\\Util' => $baseDir . '/src/Common/Util.php',
Expand Down
1 change: 1 addition & 0 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ComposerStaticInit3b585b55966a016a3d1b071eb261592a
'TLA_Media\\GTM_Kit\\Admin\\GeneralOptionsPage' => __DIR__ . '/../..' . '/src/Admin/GeneralOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\HelpOptionsPage' => __DIR__ . '/../..' . '/src/Admin/HelpOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\IntegrationsOptionsPage' => __DIR__ . '/../..' . '/src/Admin/IntegrationsOptionsPage.php',
'TLA_Media\\GTM_Kit\\Admin\\MetaBox' => __DIR__ . '/../..' . '/src/Admin/MetaBox.php',
'TLA_Media\\GTM_Kit\\Admin\\SetupWizard' => __DIR__ . '/../..' . '/src/Admin/SetupWizard.php',
'TLA_Media\\GTM_Kit\\Common\\RestAPIServer' => __DIR__ . '/../..' . '/src/Common/RestAPIServer.php',
'TLA_Media\\GTM_Kit\\Common\\Util' => __DIR__ . '/../..' . '/src/Common/Util.php',
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' => 'e4aaef6e023da58d9703ba3c905aab00342a79d6',
'reference' => '4892b79e515edc43c03a211a3abb22a12fcdf974',
'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' => 'e4aaef6e023da58d9703ba3c905aab00342a79d6',
'reference' => '4892b79e515edc43c03a211a3abb22a12fcdf974',
'type' => 'wordpress-plugin',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down
Loading