Plugin Directory

Changeset 3030227


Ignore:
Timestamp:
02/01/2024 05:06:44 PM (2 years ago)
Author:
createaccord
Message:

Fixed an issue where a PHP warning due to insufficient data would be displayed if data was not migrated when moving the homepage.

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

Legend:

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

    r2932503 r3030227  
    44* Plugin URI: https://create-accord.com/production/plugins/
    55* Description: A plugin that embeds GTM code without affecting your theme. Since the GTM code is not output when logging in, it is useful for preventing erroneous operations and when you want to stop measuring when logging in.
    6 * Version: 1.0.5
     6* Version: 1.0.6
    77* Author: CREATE ACCORD
    88* Author URI: https://create-accord.com/
     
    181181                if ($hgtmc_script_code_val != '') {
    182182                    $hgtmc_script_code_val_view = $hgtmc_script_code_val;
     183                } else {
     184                    $hgtmc_script_code_val_view = '';
    183185                }
    184186                ?>
     
    250252                if ($hgtmc_script_gsc_code_val != '') {
    251253                    $hgtmc_script_gsc_code_val_view = $hgtmc_script_gsc_code_val;
     254                } else {
     255                    $hgtmc_script_gsc_code_val_view = '';
    252256                }
    253257                ?>
  • hide-gtm-code/trunk/readme.txt

    r3003075 r3030227  
    33Tags: SEO, meta, GTM, japan, meta tag
    44Requires at least: 6.4
    5 Tested up to: 6.4.1
    6 Stable tag: 1.0.5
     5Tested up to: 6.4.3
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     471.0.6
     48Fixed an issue where a PHP warning due to insufficient data would be displayed if data was not migrated when moving the homepage.
    4749
    48501.0.5
     
    7173== Upgrade notice ==
    7274
     751.0.6
     76Fixed an issue where a PHP warning due to insufficient data would be displayed if data was not migrated when moving the homepage.
    7377
    74781.0.5
Note: See TracChangeset for help on using the changeset viewer.