Changeset 2695629
- Timestamp:
- 03/17/2022 09:55:59 PM (4 years ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 3 edited
- 12 copied
-
tags/1.0.15 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.15/changelog.txt (copied) (copied from impact-partnership-cloud/trunk/changelog.txt) (1 diff)
-
tags/1.0.15/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (7 diffs)
-
tags/1.0.15/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.15/includes/no_woocommerce_access.php (copied) (copied from impact-partnership-cloud/trunk/includes/no_woocommerce_access.php)
-
tags/1.0.15/includes/utt-script.php (copied) (copied from impact-partnership-cloud/trunk/includes/utt-script.php)
-
tags/1.0.15/index.php (copied) (copied from impact-partnership-cloud/trunk/index.php)
-
tags/1.0.15/js/impact.js (copied) (copied from impact-partnership-cloud/trunk/js/impact.js)
-
tags/1.0.15/js/scripts/impact-default-script.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-default-script.js)
-
tags/1.0.15/js/scripts/impact-user-agent-script.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-user-agent-script.js)
-
tags/1.0.15/js/scripts/impact-utt-getclickid.js (copied) (copied from impact-partnership-cloud/trunk/js/scripts/impact-utt-getclickid.js)
-
tags/1.0.15/readme.txt (copied) (copied from impact-partnership-cloud/trunk/readme.txt) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/impact.php (modified) (7 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
impact-partnership-cloud/tags/1.0.15/changelog.txt
r2631576 r2695629 1 1 *** Impact Partnership Cloud *** 2 3 2022-03-09 - version 1.0.15 4 * Tweak - update for compability with wordpress 5.9 2 5 3 6 2021-11-17 - version 1.0.14 -
impact-partnership-cloud/tags/1.0.15/impact.php
r2631576 r2695629 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 45 * Version: 1.0.15 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 10 10 * 11 11 * WC requires at least: 4.7 12 * WC tested up to: 5.012 * WC tested up to: 6 13 13 * 14 14 * License: GPL v2 or later … … 31 31 * @var string 32 32 */ 33 private $version = '1.0.1 4';33 private $version = '1.0.15'; 34 34 /** 35 35 * Singleton instance of the plugin … … 38 38 */ 39 39 private static $instance = false; 40 41 private $middleman_url = 'https://saasler-woocommerce-impact.herokuapp.com'; 40 42 41 43 /** … … 143 145 144 146 $response = wp_remote_post( 145 'https://saasler-woocommerce-impact.herokuapp.com/shops',147 $this->middleman_url . '/shops', 146 148 array( 147 149 'headers' => array( … … 579 581 580 582 $response = wp_remote_request( 581 'https://saasler-woocommerce-impact.herokuapp.com/integration_setting',583 $this->middleman_url . '/integration_setting', 582 584 array( 583 585 'method' => 'PUT', … … 615 617 616 618 wp_remote_request( 617 'https://saasler-woocommerce-impact.herokuapp.com/uninstall',619 $this->middleman_url . '/uninstall', 618 620 array( 619 621 'method' => 'DELETE', -
impact-partnership-cloud/tags/1.0.15/readme.txt
r2631576 r2695629 2 2 Tags: impact, referrals 3 3 Requires at least: 5.0 4 Tested up to: 5. 84 Tested up to: 5.9 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.1 46 Stable tag: 1.0.15 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
r2631576 r2695629 1 1 *** Impact Partnership Cloud *** 2 3 2022-03-09 - version 1.0.15 4 * Tweak - update for compability with wordpress 5.9 2 5 3 6 2021-11-17 - version 1.0.14 -
impact-partnership-cloud/trunk/impact.php
r2631576 r2695629 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 45 * Version: 1.0.15 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 10 10 * 11 11 * WC requires at least: 4.7 12 * WC tested up to: 5.012 * WC tested up to: 6 13 13 * 14 14 * License: GPL v2 or later … … 31 31 * @var string 32 32 */ 33 private $version = '1.0.1 4';33 private $version = '1.0.15'; 34 34 /** 35 35 * Singleton instance of the plugin … … 38 38 */ 39 39 private static $instance = false; 40 41 private $middleman_url = 'https://saasler-woocommerce-impact.herokuapp.com'; 40 42 41 43 /** … … 143 145 144 146 $response = wp_remote_post( 145 'https://saasler-woocommerce-impact.herokuapp.com/shops',147 $this->middleman_url . '/shops', 146 148 array( 147 149 'headers' => array( … … 579 581 580 582 $response = wp_remote_request( 581 'https://saasler-woocommerce-impact.herokuapp.com/integration_setting',583 $this->middleman_url . '/integration_setting', 582 584 array( 583 585 'method' => 'PUT', … … 615 617 616 618 wp_remote_request( 617 'https://saasler-woocommerce-impact.herokuapp.com/uninstall',619 $this->middleman_url . '/uninstall', 618 620 array( 619 621 'method' => 'DELETE', -
impact-partnership-cloud/trunk/readme.txt
r2631576 r2695629 2 2 Tags: impact, referrals 3 3 Requires at least: 5.0 4 Tested up to: 5. 84 Tested up to: 5.9 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.1 46 Stable tag: 1.0.15 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.