Skip to content

Commit 93a1134

Browse files
committed
changelog and version update
1 parent 3af8044 commit 93a1134

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
== Changelog ==
2+
= 2.5.2 - 2020-10-23 =
3+
* BUG FIX: Fixed issue where the RECAPTCHA library wasn't being loaded early enough to validate at checkout.
4+
* BUG FIX: Fixed issue where code in the Stripe class was unsetting some required fields, even if Stripe was not being used at checkout.
5+
26
= 2.5.1 - 2020-10-16 =
37
* SECURITY: Fixed XSS vulnerability on the Members List page of the dashboard. (Thanks, Ron Masas from Checkmarx.com)
48
* ENHANCEMENT: Add Ukrainian Hryvnia currency. (Thanks, Mirco Babini)

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.1
6+
* Version: 2.5.2
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.1' );
19+
define( 'PMPRO_VERSION', '2.5.2' );
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
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ 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.2 - 2020-10-23 =
157+
* BUG FIX: Fixed issue where the RECAPTCHA library wasn't being loaded early enough to validate at checkout.
158+
* BUG FIX: Fixed issue where code in the Stripe class was unsetting some required fields, even if Stripe was not being used at checkout.
159+
156160
= 2.5.1 - 2020-10-16 =
157161
* SECURITY: Fixed XSS vulnerability on the Members List page of the dashboard. (Thanks, Ron Masas from Checkmarx.com)
158162
* ENHANCEMENT: Add Ukrainian Hryvnia currency. (Thanks, Mirco Babini)

0 commit comments

Comments
 (0)