Skip to content

Commit

Permalink
Prepare release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Nov 26, 2022
1 parent 76685e4 commit 45c4f96
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 35 deletions.
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 @@
* Google Tag Manager Kit.
*
* Plugin Name: GTM Kit
* Version: 1.4.4
* Version: 1.4.5
* 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();
}

define( 'GTMKIT_VERSION', '1.4.4' );
define( 'GTMKIT_VERSION', '1.4.5' );

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
64 changes: 35 additions & 29 deletions languages/gtmkit.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: GTM Kit 1.4.4\n"
"Project-Id-Version: GTM Kit 1.4.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n"
"POT-Creation-Date: 2022-11-20 20:17:49+00:00\n"
"POT-Creation-Date: 2022-11-26 10:59:41+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -133,7 +133,7 @@ msgstr ""
msgid "General Product List"
msgstr ""

#: src/views/admin-sidebar.php:13 src/views/tabs/general/help.php:40
#: src/views/admin-sidebar.php:13 src/views/tabs/general/help.php:38
msgid "Support"
msgstr ""

Expand Down Expand Up @@ -191,7 +191,7 @@ msgstr ""
msgid "Install plugin"
msgstr ""

#: src/views/integrations-metabox.php:72 src/views/tutorials-metabox.php:38
#: src/views/integrations-metabox.php:72
msgid "Coming soon..."
msgstr ""

Expand Down Expand Up @@ -229,7 +229,7 @@ msgid "Google Tag Manager container code"
msgstr ""

#: src/views/tabs/general/container.php:58
msgid "Standard implementation as recommended by Google"
msgid "Standard implementation as recommended by Google (no delay)"
msgstr ""

#: src/views/tabs/general/container.php:61
Expand Down Expand Up @@ -342,27 +342,11 @@ msgstr ""
msgid "The container is not active but the datalayer is generated."
msgstr ""

#: src/views/tabs/general/dashboard.php:61
#: src/views/tabs/general/dashboard.php:61 src/views/tabs/general/help.php:23
msgid "Tutorials"
msgstr ""

#: src/views/tabs/general/help.php:24
msgid "Override settings in wp-config.php"
msgstr ""

#: src/views/tabs/general/help.php:28
msgid "True activates constants support and false turns it off"
msgstr ""

#: src/views/tabs/general/help.php:30
msgid "The GTM container ID"
msgstr ""

#: src/views/tabs/general/help.php:32
msgid "Or true, in which case the constant is ignored"
msgstr ""

#: src/views/tabs/general/help.php:53
#: src/views/tabs/general/help.php:52
msgid "About GTM Kit"
msgstr ""

Expand All @@ -372,6 +356,14 @@ msgid ""
"layer for Google Tag Manager."
msgstr ""

#: src/views/tabs/general/help.php:59
msgid "The plugin is open source (GPL v3 license) and contributions are welcome:"
msgstr ""

#: src/views/tabs/general/help.php:60
msgid "GTM Kit Repository"
msgstr ""

#: src/views/tabs/general/post_data.php:19
msgid ""
"Specify which post data elements you wish to include in the dataLayer for "
Expand Down Expand Up @@ -511,11 +503,13 @@ msgid "Choose this option if you would like to track form submissions."
msgstr ""

#: src/views/tabs/integrations/cf7.php:54
msgid "On all pages"
msgid ""
"Only on pages where where the Contact Form 7 script is registered "
"(recommended)."
msgstr ""

#: src/views/tabs/integrations/cf7.php:57
msgid "Only on pages where where the Contact Form 7 is loaded."
msgid "On all pages"
msgstr ""

#: src/views/tabs/integrations/cf7.php:60
Expand Down Expand Up @@ -673,12 +667,24 @@ msgstr ""
msgid "How to get the most out of Google Tag Manager with GTM Kit"
msgstr ""

#: src/views/tutorials-metabox.php:31
msgid "Read article"
#: src/views/tutorials-metabox.php:18
msgid "WooCommerce integration"
msgstr ""

#: src/views/tutorials-metabox.php:19
msgid "Integrate WooCommerce with Google Tag Manager and Google Analytics"
msgstr ""

#: src/views/tutorials-metabox.php:39
msgid "The next tutorial is under way."
#: src/views/tutorials-metabox.php:23
msgid "See all tutorials..."
msgstr ""

#: src/views/tutorials-metabox.php:24
msgid "See all our tutorial and get the most out of GTM Kit"
msgstr ""

#: src/views/tutorials-metabox.php:41
msgid "Read article"
msgstr ""

#. Plugin Name of the plugin/theme
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
Expand Up @@ -2,7 +2,7 @@
"name": "gtm-kit",
"description": "Development files for the GTM Kit",
"author": "TLA Media",
"version": "1.4.4",
"version": "1.4.5",
"plugin": {
"textdomain": "gtmkit"
},
Expand Down
2 changes: 1 addition & 1 deletion 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, tag manager, woocommerce, analytics, ga4, gtag, pagespeed
Tested up to: 6.1
Stable tag: 1.4.4
Stable tag: 1.4.5
License: GPL v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 45c4f96

Please sign in to comment.