Skip to content

Commit

Permalink
Prepare release 1.17.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenLundsgaard committed Nov 23, 2023
1 parent d9835a2 commit 99ccae9
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 74 deletions.
22 changes: 11 additions & 11 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.16.2
* Version: 1.17.0-beta.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.16.2';
const GTMKIT_VERSION = '1.17.0-beta.1';

if ( ! defined( 'GTMKIT_FILE' ) ) {
define( 'GTMKIT_FILE', __FILE__ );
Expand Down
158 changes: 105 additions & 53 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.16\n"
"Project-Id-Version: GTM Kit 1.17.0-beta.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-11-14T14:56:30+00:00\n"
"POT-Creation-Date: 2023-11-23T22:24:56+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"
Expand All @@ -36,11 +36,11 @@ msgstr ""
msgid "https://www.tlamedia.dk/"
msgstr ""

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

#: inc/main.php:79
#: inc/main.php:80
#: assets/admin/settings.js:1
msgid "Settings"
msgstr ""
Expand Down Expand Up @@ -102,53 +102,53 @@ msgstr ""
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
#: src/Common/Util.php:94
msgid "Server type:"
msgstr ""

#: src/Common/Util.php:62
#: src/Common/Util.php:99
msgid "PHP version number:"
msgstr ""

#: src/Common/Util.php:67
#: src/Common/Util.php:104
msgid "WordPress version number:"
msgstr ""

#: src/Common/Util.php:72
#: src/Common/Util.php:109
msgid "WordPress multisite:"
msgstr ""

#: src/Common/Util.php:73
#: src/Common/Util.php:110
#: assets/admin/wizard.js:1
msgid "Yes"
msgstr ""

#: src/Common/Util.php:73
#: src/Common/Util.php:110
#: assets/admin/wizard.js:1
msgid "No"
msgstr ""

#: src/Common/Util.php:77
#: src/Common/Util.php:114
msgid "Current theme:"
msgstr ""

#: src/Common/Util.php:82
#: src/Common/Util.php:119
msgid "Current site language:"
msgstr ""

#: src/Common/Util.php:87
#: src/Common/Util.php:124
msgid "Active plugins:"
msgstr ""

#: src/Common/Util.php:88
#: src/Common/Util.php:125
msgid "Plugin name and version of all active plugins"
msgstr ""

#: src/Common/Util.php:92
#: src/Common/Util.php:129
msgid "Anonymized GTM Kit settings:"
msgstr ""

#: src/Common/Util.php:93
#: src/Common/Util.php:130
msgid "Which GTM Kit settings are active"
msgstr ""

Expand All @@ -166,7 +166,7 @@ msgid "Best Sellers"
msgstr ""

#: src/Integration/WooCommerce.php:249
#: src/Integration/WooCommerce.php:928
#: src/Integration/WooCommerce.php:925
msgid "Product Category"
msgstr ""

Expand All @@ -183,7 +183,7 @@ msgid "Products By Attribute"
msgstr ""

#: src/Integration/WooCommerce.php:253
#: src/Integration/WooCommerce.php:930
#: src/Integration/WooCommerce.php:927
msgid "Product Tag"
msgstr ""

Expand All @@ -195,21 +195,21 @@ msgstr ""
msgid "Shipping tier not found"
msgstr ""

#: src/Integration/WooCommerce.php:787
#: src/Integration/WooCommerce.php:784
msgid "Grouped Product"
msgstr ""

#: src/Integration/WooCommerce.php:821
#: src/Integration/WooCommerce.php:818
msgid "Search Results"
msgstr ""

#: src/Integration/WooCommerce.php:821
#: src/Integration/WooCommerce.php:862
#: src/Integration/WooCommerce.php:895
#: src/Integration/WooCommerce.php:818
#: src/Integration/WooCommerce.php:859
#: src/Integration/WooCommerce.php:892
msgid "General Product List"
msgstr ""

#: src/Integration/WooCommerce.php:1079
#: src/Integration/WooCommerce.php:1076
msgid "GTM Kit data."
msgstr ""

Expand All @@ -223,34 +223,6 @@ msgstr ""
msgid "Saved Successfully."
msgstr ""

#: assets/admin/settings.js:1
msgid "Dashboard"
msgstr ""

#: assets/admin/settings.js:1
msgid "Container"
msgstr ""

#: assets/admin/settings.js:1
msgid "Post data"
msgstr ""

#: assets/admin/settings.js:1
msgid "User data"
msgstr ""

#: assets/admin/settings.js:1
msgid "Google Consent Mode"
msgstr ""

#: assets/admin/settings.js:1
msgid "Misc"
msgstr ""

#: assets/admin/settings.js:1
msgid "Support"
msgstr ""

#: assets/admin/settings.js:1
msgid "Save"
msgstr ""
Expand Down Expand Up @@ -371,7 +343,7 @@ msgid "Google Tag Manager container"
msgstr ""

#: assets/admin/settings.js:1
msgid "Google Tag Manager container code"
msgid "General Container Settings"
msgstr ""

#: assets/admin/settings.js:1
Expand Down Expand Up @@ -475,6 +447,58 @@ msgstr ""
msgid "Learn more about Stape.io"
msgstr ""

#: assets/admin/settings.js:1
msgid "Google Tag Manager Environment"
msgstr ""

#: assets/admin/settings.js:1
msgid "gtm_auth:"
msgstr ""

#: assets/admin/settings.js:1
msgid "Enter gtm_auth code"
msgstr ""

#: assets/admin/settings.js:1
msgid "Enter your gtm_auth code your GTM environment."
msgstr ""

#: assets/admin/settings.js:1
msgid "gtm_preview:"
msgstr ""

#: assets/admin/settings.js:1
msgid "Enter gtm_preview code"
msgstr ""

#: assets/admin/settings.js:1
msgid "Enter your gtm_preview code your GTM environment."
msgstr ""

#: assets/admin/settings.js:1
msgid "Environments"
msgstr ""

#: assets/admin/settings.js:1
msgid "In Google Tag Manager you can define different environments like Live, Dev and QA."
msgstr ""

#: assets/admin/settings.js:1
msgid "To use a specific environment in GTM Kit you must enter the \"gtm_auth\" and \"gtm_preview\" codes for that environment."
msgstr ""

#: assets/admin/settings.js:1
msgid "If left empty the default environment will be used."
msgstr ""

#: assets/admin/settings.js:1
msgid "Override settings in wp-config.php"
msgstr ""

#: assets/admin/settings.js:1
msgid "You can override the values of using constants in wp-config.php, which is a very useful for setting the value in your development and staging environments."
msgstr ""

#: assets/admin/settings.js:1
msgid "Container Code Implementation"
msgstr ""
Expand Down Expand Up @@ -571,6 +595,10 @@ msgstr ""
msgid "Post ID"
msgstr ""

#: assets/admin/settings.js:1
msgid "Post data"
msgstr ""

#: assets/admin/settings.js:1
msgid "Include the post date."
msgstr ""
Expand Down Expand Up @@ -635,6 +663,10 @@ msgstr ""
msgid "Include the user role if the user is logged in."
msgstr ""

#: assets/admin/settings.js:1
msgid "Google Consent Mode"
msgstr ""

#: assets/admin/settings.js:1
msgid "Google Consent Mode Activation"
msgstr ""
Expand Down Expand Up @@ -717,6 +749,10 @@ msgstr ""
msgid "You can help by sharing anonymous data with us. Below is a detailed view of all data GTM Kit will collect if granted permission:"
msgstr ""

#: assets/admin/settings.js:1
msgid "Misc"
msgstr ""

#: assets/admin/settings.js:1
msgid "GTM Kit will never transmit any domain names or container ID's."
msgstr ""
Expand Down Expand Up @@ -1058,6 +1094,22 @@ msgstr ""
msgid "The Github repository"
msgstr ""

#: assets/admin/settings.js:1
msgid "Dashboard"
msgstr ""

#: assets/admin/settings.js:1
msgid "Container"
msgstr ""

#: assets/admin/settings.js:1
msgid "User data"
msgstr ""

#: assets/admin/settings.js:1
msgid "Support"
msgstr ""

#: assets/admin/wizard.js:1
msgid "Container ID"
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.

Loading

0 comments on commit 99ccae9

Please sign in to comment.