Plugin Directory

Changeset 1961829


Ignore:
Timestamp:
10/24/2018 07:57:25 AM (7 years ago)
Author:
tealium
Message:

Adding new version

Location:
tealium/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tealium/trunk/readme.txt

    r1954560 r1961829  
    44Donate link: http://tealium.com
    55Requires at least: 3.0.1
    6 Tested up to: 4.9.8
    7 Stable tag: 2.1.11
     6Tested up to: 5.0
     7Stable tag: 2.1.12
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2121* Site name
    2222* Site description
     23* Post ID
    2324* Post date
    2425* Post categories
     
    5960* Site name
    6061* Site description
     62* Post ID
    6163* Post date
    6264* Post categories
     
    104106== Changelog ==
    105107
     108= 2.1.12 =
     109* Add post ID to data layer.
     110
    106111= 2.1.11 =
    107112* AMP bug fix. Workaround for a bug in a 3rd-party AMP plugin.
     
    186191== Upgrade Notice ==
    187192
     193= 2.1.12 =
     194Add post ID to data layer.
     195
    188196= 2.1.11 =
    189197AMP bug fix. Workaround for a bug in a 3rd-party AMP plugin.
  • tealium/trunk/tealium.php

    r1954560 r1961829  
    44Plugin URI: http://tealium.com
    55Description: Adds the Tealium tag and creates a data layer for your WordPress site.
    6 Version: 2.1.11
     6Version: 2.1.12
    77Author: Ian Hampton - Tealium EMEA
    88Author URI: http://tealium.com
     
    297297        // Misc post/page data
    298298        $utagdata['pageType'] = get_post_type();
     299        $utagdata['postId'] = get_the_ID();
    299300        $utagdata['postTitle'] = get_the_title();
    300301        $utagdata['postAuthor'] = get_userdata( $post->post_author )->display_name;
Note: See TracChangeset for help on using the changeset viewer.