Skip to content

Commit

Permalink
Prepare release 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Nov 20, 2022
1 parent efdfab9 commit 40dcd4d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 12 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.3
* Version: 1.4.4
* 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.1' );
define( 'GTMKIT_VERSION', '1.4.4' );

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
30 changes: 25 additions & 5 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.1\n"
"Project-Id-Version: GTM Kit 1.4.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n"
"POT-Creation-Date: 2022-11-08 15:21:06+00:00\n"
"POT-Creation-Date: 2022-11-20 20:17:49+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 @@ -59,7 +59,7 @@ msgstr ""
#: src/Admin/IntegrationsOptionsPage.php:27
#: src/Admin/IntegrationsOptionsPage.php:73
#: src/Admin/IntegrationsOptionsPage.php:82
#: src/views/tabs/general/dashboard.php:61
#: src/views/tabs/general/dashboard.php:66
#: src/views/tabs/integrations/integrations.php:17
msgid "Integrations"
msgstr ""
Expand Down Expand Up @@ -165,7 +165,7 @@ msgstr ""
msgid "Plugin at Wordpress.org"
msgstr ""

#: src/views/integrations-metabox.php:16 src/views/integrations-metabox.php:46
#: src/views/integrations-metabox.php:16
#: src/views/tabs/integrations/woocommerce.php:21
msgid "The #1 open source eCommerce platform built for WordPress"
msgstr ""
Expand All @@ -191,7 +191,7 @@ msgstr ""
msgid "Install plugin"
msgstr ""

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

Expand Down Expand Up @@ -342,6 +342,10 @@ msgstr ""
msgid "The container is not active but the datalayer is generated."
msgstr ""

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

#: src/views/tabs/general/help.php:24
msgid "Override settings in wp-config.php"
msgstr ""
Expand Down Expand Up @@ -661,6 +665,22 @@ msgid ""
"your own JavaScript."
msgstr ""

#: src/views/tutorials-metabox.php:13
msgid "Getting started"
msgstr ""

#: src/views/tutorials-metabox.php:14
msgid "How to get the most out of Google Tag Manager with GTM Kit"
msgstr ""

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

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

#. Plugin Name of the plugin/theme
msgid "GTM Kit"
msgstr ""
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.3",
"version": "1.4.4",
"plugin": {
"textdomain": "gtmkit"
},
Expand Down
4 changes: 2 additions & 2 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, tag manager, woocommerce, analytics, ga4, gtag, pagespeed
Tested up to: 6.1
Stable tag: 1.4.3
Stable tag: 1.4.4
License: GPL v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.X =
= 1.4.4 =

Enhancements:

Expand Down

0 comments on commit 40dcd4d

Please sign in to comment.