Plugin Directory

Changeset 3201405


Ignore:
Timestamp:
12/03/2024 07:31:13 AM (16 months ago)
Author:
tlamedia
Message:

Update to version 2.2.2 from GitHub

Location:
gtm-kit
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gtm-kit/tags/2.2.2/changelog.txt

    r3177737 r3201405  
    11*** GTM Kit ***
     2
     32024-12-03 - version 2.2.2
     4* Dev: Tested up to WooCommerce 9.4.
     5* Dev: Tested up to PHP 8.4.
    26
    372024-10-29 - version 2.2.1
  • gtm-kit/tags/2.2.2/gtm-kit.php

    r3177713 r3201405  
    44 *
    55 * Plugin Name: GTM Kit
    6  * Version:     2.2.1
     6 * Version:     2.2.2
    77 * Plugin URI:  https://gtmkit.com/
    88 * Description: Google Tag Manager implementation focusing on flexibility and pagespeed.
     
    1616 *
    1717 * WC requires at least: 8.3
    18  * WC tested up to: 9.3
     18 * WC tested up to: 9.4
    1919 *
    2020 * @package GTM Kit
     
    2828}
    2929
    30 const GTMKIT_VERSION = '2.2.1';
     30const GTMKIT_VERSION = '2.2.2';
    3131
    3232if ( ! defined( 'GTMKIT_FILE' ) ) {
  • gtm-kit/tags/2.2.2/inc/main.php

    r3169885 r3201405  
    6363
    6464    if ( function_exists( 'wp_set_option_autoload' ) ) {
    65         wp_set_option_autoload( 'gtmkit', 'no' );
     65        wp_set_option_autoload( 'gtmkit', true );
    6666    } else {
    6767        global $wpdb;
  • gtm-kit/tags/2.2.2/languages/gtm-kit.pot

    r3177713 r3201405  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: GTM Kit 2.2.1\n"
     5"Project-Id-Version: GTM Kit 2.2.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-27T16:00:05+00:00\n"
     12"POT-Creation-Date: 2024-12-02T14:59:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • gtm-kit/tags/2.2.2/readme.txt

    r3177737 r3201405  
    44Tags: google tag manager, gtm, woocommerce, analytics, ga4
    55Tested up to: 6.7
    6 Stable tag: 2.2.1
     6Stable tag: 2.2.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9393== Changelog ==
    9494
     95= 2.2.2 =
     96
     97Release date: 2024-12-03
     98
     99#### Other:
     100* Tested up to WooCommerce 9.4.
     101* Tested up to PHP 8.4.
     102
    95103= 2.2.1 =
    96104
  • gtm-kit/tags/2.2.2/src/Installation/Activation.php

    r3090572 r3201405  
    6363
    6464        if ( function_exists( 'wp_set_option_autoload' ) ) {
    65             wp_set_option_autoload( 'gtmkit', 'yes' );
     65            wp_set_option_autoload( 'gtmkit', true );
    6666        } else {
    6767            global $wpdb;
  • gtm-kit/tags/2.2.2/vendor/composer/installed.php

    r3169885 r3201405  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '6081692dfc6df5856229c6ad84d6ffa43d64554a',
     6        'reference' => '940a0f1643dfafeedc6fa994a1f82a4e09848797',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '6081692dfc6df5856229c6ad84d6ffa43d64554a',
     16            'reference' => '940a0f1643dfafeedc6fa994a1f82a4e09848797',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
  • gtm-kit/trunk/changelog.txt

    r3177737 r3201405  
    11*** GTM Kit ***
     2
     32024-12-03 - version 2.2.2
     4* Dev: Tested up to WooCommerce 9.4.
     5* Dev: Tested up to PHP 8.4.
    26
    372024-10-29 - version 2.2.1
  • gtm-kit/trunk/gtm-kit.php

    r3177713 r3201405  
    44 *
    55 * Plugin Name: GTM Kit
    6  * Version:     2.2.1
     6 * Version:     2.2.2
    77 * Plugin URI:  https://gtmkit.com/
    88 * Description: Google Tag Manager implementation focusing on flexibility and pagespeed.
     
    1616 *
    1717 * WC requires at least: 8.3
    18  * WC tested up to: 9.3
     18 * WC tested up to: 9.4
    1919 *
    2020 * @package GTM Kit
     
    2828}
    2929
    30 const GTMKIT_VERSION = '2.2.1';
     30const GTMKIT_VERSION = '2.2.2';
    3131
    3232if ( ! defined( 'GTMKIT_FILE' ) ) {
  • gtm-kit/trunk/inc/main.php

    r3169885 r3201405  
    6363
    6464    if ( function_exists( 'wp_set_option_autoload' ) ) {
    65         wp_set_option_autoload( 'gtmkit', 'no' );
     65        wp_set_option_autoload( 'gtmkit', true );
    6666    } else {
    6767        global $wpdb;
  • gtm-kit/trunk/languages/gtm-kit.pot

    r3177713 r3201405  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: GTM Kit 2.2.1\n"
     5"Project-Id-Version: GTM Kit 2.2.2\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gtm-kit\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-10-27T16:00:05+00:00\n"
     12"POT-Creation-Date: 2024-12-02T14:59:19+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.9.0\n"
  • gtm-kit/trunk/readme.txt

    r3177737 r3201405  
    44Tags: google tag manager, gtm, woocommerce, analytics, ga4
    55Tested up to: 6.7
    6 Stable tag: 2.2.1
     6Stable tag: 2.2.2
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    9393== Changelog ==
    9494
     95= 2.2.2 =
     96
     97Release date: 2024-12-03
     98
     99#### Other:
     100* Tested up to WooCommerce 9.4.
     101* Tested up to PHP 8.4.
     102
    95103= 2.2.1 =
    96104
  • gtm-kit/trunk/src/Installation/Activation.php

    r3090572 r3201405  
    6363
    6464        if ( function_exists( 'wp_set_option_autoload' ) ) {
    65             wp_set_option_autoload( 'gtmkit', 'yes' );
     65            wp_set_option_autoload( 'gtmkit', true );
    6666        } else {
    6767            global $wpdb;
  • gtm-kit/trunk/vendor/composer/installed.php

    r3169885 r3201405  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '6081692dfc6df5856229c6ad84d6ffa43d64554a',
     6        'reference' => '940a0f1643dfafeedc6fa994a1f82a4e09848797',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '6081692dfc6df5856229c6ad84d6ffa43d64554a',
     16            'reference' => '940a0f1643dfafeedc6fa994a1f82a4e09848797',
    1717            'type' => 'wordpress-plugin',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.