Changeset 1991703
- Timestamp:
- 12/11/2018 11:10:26 AM (7 years ago)
- Location:
- id5-pixel-manager/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
id5-wp-pixel-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
id5-pixel-manager/trunk/README.txt
r1892237 r1991703 4 4 Tags: adtech, ad, advertising, usersync, cookie sync 5 5 Requires at least: 3.0.1 6 Tested up to: 4.96 Tested up to: 5.0 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 68 Stable tag: 1.0.8 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Easily add the ID5 cookie syncing pixel on your website with this plugin. For more information, visit [ ](https://id5.io).12 Easily add the ID5 cookie syncing pixel on your website with this plugin. For more information, visit [https://id5.io](https://id5.io). 13 13 14 14 == Description == -
id5-pixel-manager/trunk/id5-wp-pixel-manager.php
r1892237 r1991703 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. 618 * Version: 1.0.8 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. 6' );37 define( 'ID5_WP_PIXEL_MANAGER', '1.0.8' ); 38 38 39 39 /**
Note: See TracChangeset
for help on using the changeset viewer.