Changeset 3030227
- Timestamp:
- 02/01/2024 05:06:44 PM (2 years ago)
- Location:
- hide-gtm-code
- Files:
-
- 5 added
- 2 edited
-
tags/1.0.6 (added)
-
tags/1.0.6/hide-gtm-code.php (added)
-
tags/1.0.6/languages (added)
-
tags/1.0.6/languages/readme.txt (added)
-
tags/1.0.6/readme.txt (added)
-
trunk/hide-gtm-code.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-gtm-code/trunk/hide-gtm-code.php
r2932503 r3030227 4 4 * Plugin URI: https://create-accord.com/production/plugins/ 5 5 * 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. 56 * Version: 1.0.6 7 7 * Author: CREATE ACCORD 8 8 * Author URI: https://create-accord.com/ … … 181 181 if ($hgtmc_script_code_val != '') { 182 182 $hgtmc_script_code_val_view = $hgtmc_script_code_val; 183 } else { 184 $hgtmc_script_code_val_view = ''; 183 185 } 184 186 ?> … … 250 252 if ($hgtmc_script_gsc_code_val != '') { 251 253 $hgtmc_script_gsc_code_val_view = $hgtmc_script_gsc_code_val; 254 } else { 255 $hgtmc_script_gsc_code_val_view = ''; 252 256 } 253 257 ?> -
hide-gtm-code/trunk/readme.txt
r3003075 r3030227 3 3 Tags: SEO, meta, GTM, japan, meta tag 4 4 Requires at least: 6.4 5 Tested up to: 6.4. 16 Stable tag: 1.0. 55 Tested up to: 6.4.3 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 == Changelog == 46 46 47 1.0.6 48 Fixed an issue where a PHP warning due to insufficient data would be displayed if data was not migrated when moving the homepage. 47 49 48 50 1.0.5 … … 71 73 == Upgrade notice == 72 74 75 1.0.6 76 Fixed an issue where a PHP warning due to insufficient data would be displayed if data was not migrated when moving the homepage. 73 77 74 78 1.0.5
Note: See TracChangeset
for help on using the changeset viewer.