File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
== 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
+
2
6
= 2.5.1 - 2020-10-16 =
3
7
* SECURITY: Fixed XSS vulnerability on the Members List page of the dashboard. (Thanks, Ron Masas from Checkmarx.com)
4
8
* ENHANCEMENT: Add Ukrainian Hryvnia currency. (Thanks, Mirco Babini)
Original file line number Diff line number Diff line change 3
3
* Plugin Name: Paid Memberships Pro
4
4
* Plugin URI: https://www.paidmembershipspro.com
5
5
* Description: The most complete member management and membership subscriptions plugin for WordPress.
6
- * Version: 2.5.1
6
+ * Version: 2.5.2
7
7
* Author: Stranger Studios
8
8
* Author URI: https://www.strangerstudios.com
9
9
* Text Domain: paid-memberships-pro
16
16
*/
17
17
18
18
// version constant
19
- define ( 'PMPRO_VERSION ' , '2.5.1 ' );
19
+ define ( 'PMPRO_VERSION ' , '2.5.2 ' );
20
20
define ( 'PMPRO_USER_AGENT ' , 'Paid Memberships Pro v ' . PMPRO_VERSION . '; ' . site_url () );
21
21
define ( 'PMPRO_MIN_PHP_VERSION ' , '5.6 ' );
22
22
Original file line number Diff line number Diff line change @@ -153,6 +153,10 @@ Not sure? You can find out by doing a bit a research.
153
153
9. Membership Account page, display all sections or show specific sections using shortcode attributes.
154
154
155
155
== 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
+
156
160
= 2.5.1 - 2020-10-16 =
157
161
* SECURITY: Fixed XSS vulnerability on the Members List page of the dashboard. (Thanks, Ron Masas from Checkmarx.com)
158
162
* ENHANCEMENT: Add Ukrainian Hryvnia currency. (Thanks, Mirco Babini)
You can’t perform that action at this time.
0 commit comments