Changeset 2631576
- Timestamp:
- 11/17/2021 04:22:53 PM (4 years ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 3 edited
- 12 copied
-
tags/1.0.14 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.14/changelog.txt (copied) (copied from impact-partnership-cloud/trunk/changelog.txt) (1 diff)
-
tags/1.0.14/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (3 diffs)
-
tags/1.0.14/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.14/includes/no_woocommerce_access.php (copied) (copied from impact-partnership-cloud/trunk/includes/no_woocommerce_access.php)
-
tags/1.0.14/includes/utt-script.php (copied) (copied from impact-partnership-cloud/trunk/includes/utt-script.php)
-
tags/1.0.14/index.php (copied) (copied from impact-partnership-cloud/trunk/index.php)
-
tags/1.0.14/js/impact.js (copied) (copied from impact-partnership-cloud/trunk/js/impact.js)
-
tags/1.0.14/js/scripts/impact-default-script.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-default-script.js)
-
tags/1.0.14/js/scripts/impact-user-agent-script.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-user-agent-script.js)
-
tags/1.0.14/js/scripts/impact-utt-getclickid.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-utt-getclickid.js)
-
tags/1.0.14/readme.txt (copied) (copied from impact-partnership-cloud/trunk/readme.txt) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/impact.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
impact-partnership-cloud/tags/1.0.14/changelog.txt
r2627484 r2631576 1 1 *** Impact Partnership Cloud *** 2 3 2021-11-17 - version 1.0.14 4 * Fix - Fixed impact-utt-script-getclickid not loading correctly 2 5 3 6 2021-11-10 - version 1.0.13 -
impact-partnership-cloud/tags/1.0.14/impact.php
r2627484 r2631576 3 3 * Plugin Name: Impact: Partnership Cloud 4 4 * Description: Partnership cloud app plugin for Woocomerce that tracks every conversion made trough one of Impact's referral links. 5 * Version: 1.0.1 35 * Version: 1.0.14 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 31 31 * @var string 32 32 */ 33 private $version = '1.0.1 3';33 private $version = '1.0.14'; 34 34 /** 35 35 * Singleton instance of the plugin … … 476 476 if ( is_checkout() ) { 477 477 wp_enqueue_script( 478 'impact-utt-script ',478 'impact-utt-script-getclickid', 479 479 plugins_url( '/js/scripts/impact-utt-getclickid.js', __FILE__ ), 480 480 array(), -
impact-partnership-cloud/tags/1.0.14/readme.txt
r2627484 r2631576 4 4 Tested up to: 5.8 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.1 36 Stable tag: 1.0.14 7 7 License: GPLv2 or later License 8 8 URI: http://www.gnu.org/licenses/gpl-2.0.html -
impact-partnership-cloud/trunk/changelog.txt
r2627484 r2631576 1 1 *** Impact Partnership Cloud *** 2 3 2021-11-17 - version 1.0.14 4 * Fix - Fixed impact-utt-script-getclickid not loading correctly 2 5 3 6 2021-11-10 - version 1.0.13 -
impact-partnership-cloud/trunk/impact.php
r2627484 r2631576 3 3 * Plugin Name: Impact: Partnership Cloud 4 4 * Description: Partnership cloud app plugin for Woocomerce that tracks every conversion made trough one of Impact's referral links. 5 * Version: 1.0.1 35 * Version: 1.0.14 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 31 31 * @var string 32 32 */ 33 private $version = '1.0.1 3';33 private $version = '1.0.14'; 34 34 /** 35 35 * Singleton instance of the plugin … … 476 476 if ( is_checkout() ) { 477 477 wp_enqueue_script( 478 'impact-utt-script ',478 'impact-utt-script-getclickid', 479 479 plugins_url( '/js/scripts/impact-utt-getclickid.js', __FILE__ ), 480 480 array(), -
impact-partnership-cloud/trunk/readme.txt
r2627484 r2631576 4 4 Tested up to: 5.8 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.1 36 Stable tag: 1.0.14 7 7 License: GPLv2 or later License 8 8 URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.