Skip to content

Commit 6b13c85

Browse files
committed
version and changelog
1 parent 2138c26 commit 6b13c85

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
== Changelog ==
2+
= 2.5.9.1 - 2021-05-12 =
3+
* BUG FIX/ENHANCEMENT: Updated pmpro_changeMembershipLevel() to return null if the user's level is not changed. For the past 2 vesions, we've been returning true in these cases, which caused PMPro to send emails to the admin when the edit use page was saved, even if there was no level change. This change has been backported to versions 2.5.8 and 2.5.9.
4+
25
= 2.5.9 - 2021-05-05 =
36
* ENHANCEMENT: Adjusting style for prices and price parts shown on the frontend.
47
* ENHANCEMENT: Adjusting HTML for links in the Orders table in the dashboard.

paid-memberships-pro.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Paid Memberships Pro
44
* Plugin URI: https://www.paidmembershipspro.com
55
* Description: The most complete member management and membership subscriptions plugin for WordPress.
6-
* Version: 2.5.9
6+
* Version: 2.5.9.1
77
* Author: Stranger Studios
88
* Author URI: https://www.strangerstudios.com
99
* Text Domain: paid-memberships-pro
@@ -16,7 +16,7 @@
1616
*/
1717

1818
// version constant
19-
define( 'PMPRO_VERSION', '2.5.9' );
19+
define( 'PMPRO_VERSION', '2.5.9.1' );
2020
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
2121
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
2222

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: strangerstudios, kimannwall, andrewza, dlparker1005, paidmembershi
33
Tags: memberships, members, subscriptions, ecommerce, user registration, member, membership, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
44
Requires at least: 4.7
55
Tested up to: 5.7
6-
Stable tag: 2.5.9
6+
Stable tag: 2.5.9.1
77

88
Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
99

@@ -153,6 +153,9 @@ Not sure? You can find out by doing a bit a research.
153153
9. Membership Account page, display all sections or show specific sections using shortcode attributes.
154154

155155
== Changelog ==
156+
= 2.5.9.1 - 2021-05-12 =
157+
* BUG FIX/ENHANCEMENT: Updated pmpro_changeMembershipLevel() to return null if the user's level is not changed. For the past 2 vesions, we've been returning true in these cases, which caused PMPro to send emails to the admin when the edit use page was saved, even if there was no level change. This change has been backported to versions 2.5.8 and 2.5.9.
158+
156159
= 2.5.9 - 2021-05-05 =
157160
* ENHANCEMENT: Adjusting style for prices and price parts shown on the frontend.
158161
* ENHANCEMENT: Adjusting HTML for links in the Orders table in the dashboard.

0 commit comments

Comments
 (0)