Changeset 1961829
- Timestamp:
- 10/24/2018 07:57:25 AM (7 years ago)
- Location:
- tealium/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (5 diffs)
-
tealium.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tealium/trunk/readme.txt
r1954560 r1961829 4 4 Donate link: http://tealium.com 5 5 Requires at least: 3.0.1 6 Tested up to: 4.9.87 Stable tag: 2.1.1 16 Tested up to: 5.0 7 Stable tag: 2.1.12 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 21 21 * Site name 22 22 * Site description 23 * Post ID 23 24 * Post date 24 25 * Post categories … … 59 60 * Site name 60 61 * Site description 62 * Post ID 61 63 * Post date 62 64 * Post categories … … 104 106 == Changelog == 105 107 108 = 2.1.12 = 109 * Add post ID to data layer. 110 106 111 = 2.1.11 = 107 112 * AMP bug fix. Workaround for a bug in a 3rd-party AMP plugin. … … 186 191 == Upgrade Notice == 187 192 193 = 2.1.12 = 194 Add post ID to data layer. 195 188 196 = 2.1.11 = 189 197 AMP bug fix. Workaround for a bug in a 3rd-party AMP plugin. -
tealium/trunk/tealium.php
r1954560 r1961829 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.1 16 Version: 2.1.12 7 7 Author: Ian Hampton - Tealium EMEA 8 8 Author URI: http://tealium.com … … 297 297 // Misc post/page data 298 298 $utagdata['pageType'] = get_post_type(); 299 $utagdata['postId'] = get_the_ID(); 299 300 $utagdata['postTitle'] = get_the_title(); 300 301 $utagdata['postAuthor'] = get_userdata( $post->post_author )->display_name;
Note: See TracChangeset
for help on using the changeset viewer.