Changeset 3415594
- Timestamp:
- 12/09/2025 04:07:34 PM (3 months ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 2 edited
- 5 copied
-
tags/1.0.30 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.30/changelog.txt (copied) (copied from impact-partnership-cloud/trunk/changelog.txt)
-
tags/1.0.30/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (3 diffs)
-
tags/1.0.30/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.30/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.30/impact.php
r3382145 r3415594 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. 295 * Version: 1.0.30 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: 912 * WC tested up to: 10 13 13 * 14 14 * License: GPL v2 or later … … 39 39 * @var string 40 40 */ 41 private $version = '1.0. 29';41 private $version = '1.0.30'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/tags/1.0.30/readme.txt
r3382145 r3415594 2 2 Tags: impact, referrals 3 3 Requires at least: 5.0 4 Tested up to: 6. 5.34 Tested up to: 6.8.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0. 296 Stable tag: 1.0.30 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
r3382145 r3415594 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. 295 * Version: 1.0.30 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: 912 * WC tested up to: 10 13 13 * 14 14 * License: GPL v2 or later … … 39 39 * @var string 40 40 */ 41 private $version = '1.0. 29';41 private $version = '1.0.30'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/trunk/readme.txt
r3382145 r3415594 2 2 Tags: impact, referrals 3 3 Requires at least: 5.0 4 Tested up to: 6. 5.34 Tested up to: 6.8.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0. 296 Stable tag: 1.0.30 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.