Plugin Directory

Changeset 3354507


Ignore:
Timestamp:
09/02/2025 09:38:16 AM (7 months ago)
Author:
tealium
Message:

Commit 2.1.22

Location:
tealium/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tealium/trunk/readme.txt

    r3323316 r3354507  
    55Requires at least: 3.0.1
    66Tested up to: 6.8.1
    7 Stable tag: 2.1.21
     7Stable tag: 2.1.22
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    112112== Changelog ==
    113113
     114= 2.1.22 =
     115* PHP 8+ bugfix
     116
    114117= 2.1.21 =
    115118* Alter sanitization method following feedback from Patchstack
     
    226229== Upgrade Notice ==
    227230
     231= 2.1.22 =
     232PHP 8+ bugfix
     233
    228234= 2.1.21 =
    229235Alter sanitization method following feedback from Patchstack
  • tealium/trunk/tealium.options.php

    r3323316 r3354507  
    246246            <h3 class="advanced"><label for="tealiumTagCode"><?php _e( 'Advanced Tag Code', 'tealium' ); ?></label></h3>
    247247            <?php
    248             if (DISALLOW_FILE_EDIT === true) {
     248            if (defined('DISALLOW_FILE_EDIT') && DISALLOW_FILE_EDIT) {
    249249                echo "This feature is not available because DISALLOW_FILE_EDIT is enabled in your Wordpress config settings.";
    250250            }
  • tealium/trunk/tealium.php

    r3323316 r3354507  
    44Plugin URI: http://tealium.com
    55Description: Adds the Tealium tag and creates a data layer for your WordPress site.
    6 Version: 2.1.21
     6Version: 2.1.22
    77Author: Ian Hampton
    88Author URI: http://tealium.com
Note: See TracChangeset for help on using the changeset viewer.