Changeset 2555944
- Timestamp:
- 06/29/2021 03:26:18 PM (5 years ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 2 edited
- 6 copied
-
tags/1.0.7 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.7/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (3 diffs)
-
tags/1.0.7/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.7/includes/no_woocommerce_access.php (copied) (copied from impact-partnership-cloud/trunk/includes/no_woocommerce_access.php)
-
tags/1.0.7/js/impact.js (copied) (copied from impact-partnership-cloud/trunk/js/impact.js)
-
tags/1.0.7/readme.txt (copied) (copied from impact-partnership-cloud/trunk/readme.txt) (1 diff)
-
trunk/impact.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
impact-partnership-cloud/tags/1.0.7/impact.php
r2553579 r2555944 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. 65 * Version: 1.0.7 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 23 23 { 24 24 25 private $version = "1.0.7"; 25 26 static $instance = false; 26 27 … … 101 102 "consumer_key" => $consumer_key, 102 103 "consumer_secret" => $consumer_secret, 103 "key_permissions" => "read_write" 104 "key_permissions" => "read_write", 105 "version" => $this->version 104 106 ) 105 107 ); -
impact-partnership-cloud/tags/1.0.7/readme.txt
r2553579 r2555944 4 4 Tested up to: 5.7 5 5 Requires PHP: 7.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv2 or later License 8 8 URI: http://www.gnu.org/licenses/gpl-2.0.html -
impact-partnership-cloud/trunk/impact.php
r2553579 r2555944 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. 65 * Version: 1.0.7 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 23 23 { 24 24 25 private $version = "1.0.7"; 25 26 static $instance = false; 26 27 … … 101 102 "consumer_key" => $consumer_key, 102 103 "consumer_secret" => $consumer_secret, 103 "key_permissions" => "read_write" 104 "key_permissions" => "read_write", 105 "version" => $this->version 104 106 ) 105 107 ); -
impact-partnership-cloud/trunk/readme.txt
r2553579 r2555944 4 4 Tested up to: 5.7 5 5 Requires PHP: 7.0 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 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.