Changeset 3382145
- Timestamp:
- 10/21/2025 06:39:00 PM (5 months ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 3 edited
- 5 copied
-
tags/1.0.29 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.29/changelog.txt (copied) (copied from impact-partnership-cloud/trunk/changelog.txt) (1 diff)
-
tags/1.0.29/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (2 diffs)
-
tags/1.0.29/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.29/readme.txt (copied) (copied from impact-partnership-cloud/trunk/readme.txt) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/impact.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
impact-partnership-cloud/tags/1.0.29/changelog.txt
r3128887 r3382145 1 1 *** Impact Partnership Cloud *** 2 3 2025-07-16 - version 1.0.29 4 * Feature - compability with Wordpress 6.8 2 5 3 6 2024-07-16 - version 1.0.28 -
impact-partnership-cloud/tags/1.0.29/impact.php
r3128887 r3382145 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.2 85 * Version: 1.0.29 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 39 39 * @var string 40 40 */ 41 private $version = '1.0.2 8';41 private $version = '1.0.29'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/tags/1.0.29/readme.txt
r3128887 r3382145 4 4 Tested up to: 6.5.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.2 86 Stable tag: 1.0.29 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
r3128887 r3382145 1 1 *** Impact Partnership Cloud *** 2 3 2025-07-16 - version 1.0.29 4 * Feature - compability with Wordpress 6.8 2 5 3 6 2024-07-16 - version 1.0.28 -
impact-partnership-cloud/trunk/impact.php
r3128887 r3382145 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.2 85 * Version: 1.0.29 6 6 * Requires at least: 5.0 7 7 * Requires PHP: 7.0 … … 39 39 * @var string 40 40 */ 41 private $version = '1.0.2 8';41 private $version = '1.0.29'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/trunk/readme.txt
r3128887 r3382145 4 4 Tested up to: 6.5.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.2 86 Stable tag: 1.0.29 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.