Plugin Directory

Changeset 2090455


Ignore:
Timestamp:
05/18/2019 12:41:13 PM (7 years ago)
Author:
pepperjam2016
Message:

Tag container support

Location:
pepperjam-pixel/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pepperjam-pixel/trunk/includes/data-pj-form-fields.php

    r1927465 r2090455  
    4949        )
    5050    ),
     51    'pj_tag_container_id' => array(
     52        'title'         => __( 'Tag Container ID', 'pepperjam' ),
     53        'description'   =>  __( 'Your ID can be found on the Tracking Integration page, under the Resources category within Pepperjam Network.', 'pepperjam' ),
     54        'type'          => 'text'
     55    ),
    5156    // 'pj_logging' => array(
    5257    //  'label'         => __( 'Enable Development Logging', 'pepperjam' ),
  • pepperjam-pixel/trunk/pepperjam.php

    r1927465 r2090455  
    44 * Plugin URI: https://www.pepperjam.com/
    55 * Description: Extend the WooCommerce platform with Pepperjam pixel.
    6  * Version: 1.0.9
     6 * Version: 1.1
    77 * Author: Brad Cavanaugh <bradkcavanaugh@gmail.com>
    88 * Author URI: https://bradkcavanaugh.com
     
    3131     * @var string
    3232     */
    33     const VERSION = '1.0.6';
     33    const VERSION = '1.1';
    3434
    3535    /**
     
    8181
    8282            include_once 'includes/class-pj-pixel-integration.php';
     83            include_once 'includes/class-pj-tagcontainer.php';
     84            new PJ_TagContainer();
    8385
    8486            // Register the integration.
  • pepperjam-pixel/trunk/readme.txt

    r1927465 r2090455  
    3232== Changelog ==
    3333
     34= 1.1 =
     35* Add tag container support
     36
    3437= 1.0.9 =
    3538* Added first party cookie support for Safari ITP 2.0
Note: See TracChangeset for help on using the changeset viewer.