Plugin Directory

Changeset 3336308


Ignore:
Timestamp:
07/30/2025 04:44:55 AM (8 months ago)
Author:
createaccord
Message:

Fixed an issue where the URL was incorrect in the ver output.

Location:
hide-gtm-code
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • hide-gtm-code/trunk/hide-gtm-code.php

    r3336306 r3336308  
    44* Plugin URI: https://create-accord.com/production/plugins/
    55* Description: The plugin embeds GTM code with minimal impact on your theme and performance, preventing unnecessary measurement.
    6 * Version: 1.1.1
     6* Version: 1.1.2
    77* Author: CREATE ACCORD
    88* Author URI: https://create-accord.com/
     
    439439                $ga_script_code_url,
    440440                array(),
    441                 'ga4',
     441                null,
    442442                array(
    443443                    'in_footer' => false,
  • hide-gtm-code/trunk/readme.txt

    r3336306 r3336308  
    44Requires at least: 6.8
    55Tested up to: 6.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     431.1.2
     44Fixed an issue where the URL was incorrect in the ver output.
     45
    43461.1.1
    4447Fixed an issue with loading order.
Note: See TracChangeset for help on using the changeset viewer.