Skip to content

Commit

Permalink
Updating readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Jan 5, 2024
1 parent 92ef684 commit 0859854
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pmpro-affiliates.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
Plugin Name: Paid Memberships Pro - Affiliates Add On
Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-lightweight-affiliate-tracking/
Description: Create affiliate accounts with unique referrer URLs to track membership checkouts.
Version: 0.6
Version: 0.6.1
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-affiliates
Domain Path: /languages
*/

define( 'PMPRO_AFFILIATES_VERSION', '0.6' );
define( 'PMPRO_AFFILIATES_VERSION', '0.6.1' );
define( 'PMPRO_AFFILIATES_DIR', dirname( __FILE__ ) );

require_once dirname( __FILE__ ) . '/pages/report.php';
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios
Tags: pmpro, paid memberships pro, ecommerce, affiliates
Requires at least: 5.2
Tested up to: 6.1
Stable tag: 0.6
Stable tag: 0.6.1

Create affiliate accounts with unique referrer URLs to track membership checkouts.

Expand Down Expand Up @@ -45,6 +45,12 @@ Please post it in the issues section of GitHub and we'll fix it as soon as we ca
Please visit our premium support site at http://www.paidmembershipspro.com for more documentation and our support forums.

== Changelog ==
= 0.6.1 - 2024-01-05 =
* ENHANCEMENT: Updating `<h3>` tags to `<h2>` tags for better accessibility. #51 (@kimwhite)
* BUG FIX: Fixed a warning on the reports page when the affiliate name was missing from the report. #52 (@andrewlimaza)
* BUG FIX: Fixed an issue with exporting the affiliates CSV wouldn't include the affiliates name. #52 (@andrewlimaza)
* REFACTOR: Now using the `pmpro_default_discount_code` filter for sites using PMPro v3.0+ instead of setting discount code by altering request variables. #50 (@dparker1005)

= 0.6 -2023-01-10 =
* SECURITY: General improvements to sanitization and escaping of strings and SQL queries.
* ENHANCEMENT: Added ability to track commission rate and mark affiliate commission/orders as paid or reset them to unpaid. Defaults to 0% to keep backwards compatibility.
Expand Down

0 comments on commit 0859854

Please sign in to comment.