Changeset 3354507
- Timestamp:
- 09/02/2025 09:38:16 AM (7 months ago)
- Location:
- tealium/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (3 diffs)
-
tealium.options.php (modified) (1 diff)
-
tealium.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tealium/trunk/readme.txt
r3323316 r3354507 5 5 Requires at least: 3.0.1 6 6 Tested up to: 6.8.1 7 Stable tag: 2.1.2 17 Stable tag: 2.1.22 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 112 112 == Changelog == 113 113 114 = 2.1.22 = 115 * PHP 8+ bugfix 116 114 117 = 2.1.21 = 115 118 * Alter sanitization method following feedback from Patchstack … … 226 229 == Upgrade Notice == 227 230 231 = 2.1.22 = 232 PHP 8+ bugfix 233 228 234 = 2.1.21 = 229 235 Alter sanitization method following feedback from Patchstack -
tealium/trunk/tealium.options.php
r3323316 r3354507 246 246 <h3 class="advanced"><label for="tealiumTagCode"><?php _e( 'Advanced Tag Code', 'tealium' ); ?></label></h3> 247 247 <?php 248 if ( DISALLOW_FILE_EDIT === true) {248 if (defined('DISALLOW_FILE_EDIT') && DISALLOW_FILE_EDIT) { 249 249 echo "This feature is not available because DISALLOW_FILE_EDIT is enabled in your Wordpress config settings."; 250 250 } -
tealium/trunk/tealium.php
r3323316 r3354507 4 4 Plugin URI: http://tealium.com 5 5 Description: Adds the Tealium tag and creates a data layer for your WordPress site. 6 Version: 2.1.2 16 Version: 2.1.22 7 7 Author: Ian Hampton 8 8 Author URI: http://tealium.com
Note: See TracChangeset
for help on using the changeset viewer.