Changeset 3273784
- Timestamp:
- 04/15/2025 04:53:57 PM (12 months ago)
- Location:
- tealium/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tealium.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tealium/trunk/readme.txt
r3070885 r3273784 1 === Plugin Name===1 === Tealium === 2 2 Contributors: tealium 3 Tags: tag management, tag manager, tealium, data object, data layer , analytics3 Tags: tag management, tag manager, tealium, data object, data layer 4 4 Donate link: http://tealium.com 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 5.27 Stable tag: 2.1.1 66 Tested up to: 6.8 7 Stable tag: 2.1.17 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 == Changelog == 109 109 110 = 2.1.17 = 111 * Bugfix - Bugfix for PHP 8.2 - provided by @anjoalre. 112 110 113 = 2.1.16 = 111 114 * Bugfix - Outdated use of join() on admin page impacting PHP 8 users. -
tealium/trunk/tealium.php
r2830668 r3273784 172 172 */ 173 173 function tealiumConvertCamelCase( $utagdata, $arrayHolder = array() ) { 174 $arrayHolder = is_array($arrayHolder) ? $arrayHolder : array(); 174 175 $underscoreArray = !empty( $arrayHolder ) ? $arrayHolder : array(); 175 176 foreach ( $utagdata as $key => $val ) {
Note: See TracChangeset
for help on using the changeset viewer.