Changeset 1892228
- Timestamp:
- 06/13/2018 02:21:30 PM (8 years ago)
- Location:
- id5-pixel-manager/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
id5-wp-pixel-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
id5-pixel-manager/trunk/README.txt
r1892226 r1892228 6 6 Tested up to: 4.9 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 48 Stable tag: 1.0.5 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 20 20 The Javascript used to execute the ID5 pixel is very straightforward and does nothing beyond writing the ID5 image pixel to the page. Here is an example of the code used: 21 21 22 `document.addEventListener('DOMContentLoaded', function() { 23 (new Image()).src = '//id5-sync.com/i/113/9.gif'; 24 }, false); 22 `document.addEventListener('DOMContentLoaded',function(){(new Image()).src='//id5-sync.com/i/113/9.gif';},false);` 25 23 26 24 ## Requirements -
id5-pixel-manager/trunk/id5-wp-pixel-manager.php
r1892226 r1892228 16 16 * Plugin Name: ID5 Pixel Manager 17 17 * Description: Easily add the ID5 cookie syncing pixel on your website with this plugin. For more information, please visit our website. 18 * Version: 1.0. 418 * Version: 1.0.5 19 19 * Author: ID5 Technology 20 20 * Author URI: http://id5.io … … 35 35 * Rename this for your plugin and update it as you release new versions. 36 36 */ 37 define( 'ID5_WP_PIXEL_MANAGER', '1.0. 4' );37 define( 'ID5_WP_PIXEL_MANAGER', '1.0.5' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.