diff --git a/gtm-kit.php b/gtm-kit.php index 9cfe041..6a1043f 100644 --- a/gtm-kit.php +++ b/gtm-kit.php @@ -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 @@ -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__ ); diff --git a/languages/gtmkit.pot b/languages/gtmkit.pot index 0170151..7b14c1e 100644 --- a/languages/gtmkit.pot +++ b/languages/gtmkit.pot @@ -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" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" @@ -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 "" diff --git a/package-lock.json b/package-lock.json index c511f74..6e45ec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gtm-kit", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gtm-kit", - "version": "1.4.3", + "version": "1.4.4", "dependencies": { "node-sass": "^7.0.1", "node-wp-i18n": "^1.2.6" diff --git a/package.json b/package.json index 627cf6d..de88922 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/readme.txt b/readme.txt index 2a01b87..18c0343 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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: