Skip to content

Commit

Permalink
Version bump to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Jan 10, 2023
1 parent 10c24b6 commit 115230e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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.5
Version: 0.6
Author: Paid Memberships Pro
Author URI: https://www.paidmembershipspro.com
Text Domain: pmpro-affiliates
Domain Path: /languages
*/

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

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

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

Expand Down Expand Up @@ -45,6 +45,17 @@ 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 -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.
* ENHANCEMENT: Added "PMPro Affiliates Report" block.
* ENHANCEMENT: Improved frontend affiliate report to be responsive for mobile devices.
* ENHANCEMENT: Added the ability to search for affiliates based on the affiliate name or email within the admin area.
* ENHANCEMENT: General improvements to UI/UX of the affiliates admin area. Added various links to navigate between affiliate and user information more easily.
* ENHANCEMENT: Added autocomplete username functionality when creating an affiliate.
* ENHANCEMENT: Improved logic to figure out affiliate orders during checkout (Only loads relevant code on the checkout page).



= 0.5 - 2022-01-29 =
* BUG FIX: Fixed warning and broken functionality for the "View All" back link for frontend user affiliate reports.
Expand Down

0 comments on commit 115230e

Please sign in to comment.