Changeset 2090455
- Timestamp:
- 05/18/2019 12:41:13 PM (7 years ago)
- Location:
- pepperjam-pixel/trunk
- Files:
-
- 3 edited
-
includes/data-pj-form-fields.php (modified) (1 diff)
-
pepperjam.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pepperjam-pixel/trunk/includes/data-pj-form-fields.php
r1927465 r2090455 49 49 ) 50 50 ), 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 ), 51 56 // 'pj_logging' => array( 52 57 // 'label' => __( 'Enable Development Logging', 'pepperjam' ), -
pepperjam-pixel/trunk/pepperjam.php
r1927465 r2090455 4 4 * Plugin URI: https://www.pepperjam.com/ 5 5 * Description: Extend the WooCommerce platform with Pepperjam pixel. 6 * Version: 1. 0.96 * Version: 1.1 7 7 * Author: Brad Cavanaugh <bradkcavanaugh@gmail.com> 8 8 * Author URI: https://bradkcavanaugh.com … … 31 31 * @var string 32 32 */ 33 const VERSION = '1. 0.6';33 const VERSION = '1.1'; 34 34 35 35 /** … … 81 81 82 82 include_once 'includes/class-pj-pixel-integration.php'; 83 include_once 'includes/class-pj-tagcontainer.php'; 84 new PJ_TagContainer(); 83 85 84 86 // Register the integration. -
pepperjam-pixel/trunk/readme.txt
r1927465 r2090455 32 32 == Changelog == 33 33 34 = 1.1 = 35 * Add tag container support 36 34 37 = 1.0.9 = 35 38 * Added first party cookie support for Safari ITP 2.0
Note: See TracChangeset
for help on using the changeset viewer.