Skip to content

Commit b201c90

Browse files
committed
version and changelog update
1 parent 08b782b commit b201c90

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
== Changelog ==
2-
= 2.5.10.2 - 2021-07-23 =
2+
= 2.5.10.2 - 2021-08-02 =
3+
* ENHANCEMENT: New scripts to use WP CLI to update pot and po/mo files.
34
* BUG FIX/ENHANCEMENT: Updated cancellation logic to support upcoming Cancel on Next Payment Date Add On changes.
5+
* BUG FIX/ENHANCEMENT: Making sure to use the correct security setting when calling setcookie from an HTTPS site. (Thanks, freax on GitHub)
46
* BUG FIX: Now archiving Stripe products after checkout. We create a unique product for each checkout, and these would clutter up the Stripe reports.
57
* BUG FIX: Fixing data erasure and data export request action for login page.
8+
* BUG FIX: Fixed issue where PMPro settings on Elementor elements could override the "should_render" setting incorrectly. (Thanks, codezz on GitHub)
9+
* BUG FIX: Now catching the case where you try to email an invoice for an order that has no user.
610

711
= 2.5.10.1 - 2021-07-05 =
812
* BUG FIX/ENHANCEMENT: The 'Edit Code: %s' string on the discount codes page is now wrapped for translation.

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.10.1
6+
* Version: 2.5.10.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.10.1' );
19+
define( 'PMPRO_VERSION', '2.5.10.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

+10-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.8
6-
Stable tag: 2.5.10.1
6+
Stable tag: 2.5.10.2
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,15 @@ 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.10.2 - 2021-08-02 =
157+
* ENHANCEMENT: New scripts to use WP CLI to update pot and po/mo files.
158+
* BUG FIX/ENHANCEMENT: Updated cancellation logic to support upcoming Cancel on Next Payment Date Add On changes.
159+
* BUG FIX/ENHANCEMENT: Making sure to use the correct security setting when calling setcookie from an HTTPS site. (Thanks, freax on GitHub)
160+
* BUG FIX: Now archiving Stripe products after checkout. We create a unique product for each checkout, and these would clutter up the Stripe reports.
161+
* BUG FIX: Fixing data erasure and data export request action for login page.
162+
* BUG FIX: Fixed issue where PMPro settings on Elementor elements could override the "should_render" setting incorrectly. (Thanks, codezz on GitHub)
163+
* BUG FIX: Now catching the case where you try to email an invoice for an order that has no user.
164+
156165
= 2.5.10.1 - 2021-07-05 =
157166
* BUG FIX/ENHANCEMENT: The 'Edit Code: %s' string on the discount codes page is now wrapped for translation.
158167
* BUG FIX: Fixed issue with the getfile.php script introduced in 2.5.10.

0 commit comments

Comments
 (0)