Changeset 3128887
- Timestamp:
- 07/31/2024 03:13:30 PM (20 months ago)
- Location:
- impact-partnership-cloud
- Files:
-
- 3 edited
- 5 copied
-
tags/1.0.28 (copied) (copied from impact-partnership-cloud/trunk)
-
tags/1.0.28/changelog.txt (copied) (copied from impact-partnership-cloud/trunk/changelog.txt) (1 diff)
-
tags/1.0.28/impact.php (copied) (copied from impact-partnership-cloud/trunk/impact.php) (3 diffs)
-
tags/1.0.28/includes/impact_settings_page.php (copied) (copied from impact-partnership-cloud/trunk/includes/impact_settings_page.php)
-
tags/1.0.28/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.28/changelog.txt
r3093484 r3128887 1 1 *** Impact Partnership Cloud *** 2 3 2024-07-16 - version 1.0.28 4 * Feature - compability with WooCommerce version 9 2 5 3 6 2024-05-27 - version 1.0.27 -
impact-partnership-cloud/tags/1.0.28/impact.php
r3093484 r3128887 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 75 * Version: 1.0.28 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: 812 * WC tested up to: 9 13 13 * 14 14 * License: GPL v2 or later … … 39 39 * @var string 40 40 */ 41 private $version = '1.0.2 7';41 private $version = '1.0.28'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/tags/1.0.28/readme.txt
r3093484 r3128887 4 4 Tested up to: 6.5.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.2 76 Stable tag: 1.0.28 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
r3093484 r3128887 1 1 *** Impact Partnership Cloud *** 2 3 2024-07-16 - version 1.0.28 4 * Feature - compability with WooCommerce version 9 2 5 3 6 2024-05-27 - version 1.0.27 -
impact-partnership-cloud/trunk/impact.php
r3093484 r3128887 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 75 * Version: 1.0.28 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: 812 * WC tested up to: 9 13 13 * 14 14 * License: GPL v2 or later … … 39 39 * @var string 40 40 */ 41 private $version = '1.0.2 7';41 private $version = '1.0.28'; 42 42 /** 43 43 * Singleton instance of the plugin -
impact-partnership-cloud/trunk/readme.txt
r3093484 r3128887 4 4 Tested up to: 6.5.3 5 5 Requires PHP: 7.0 6 Stable tag: 1.0.2 76 Stable tag: 1.0.28 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.