Version Description
2020-05-01 = * BUG FIX: Fixed infinite redirect issue if no account page was set. Fixed a few other places where we do is_page() type checks just in case. * BUG FIX: Fixed issue where all pages were retitled to Welcome when logged in, if no login page was set. * BUG FIX: Fixed issue with BuddyBoss and other themes/plugins that use the_title filter with only one parameter. * BUG FIX: Fixed error when trying to check if is_main_query in the admin or with certain themes.
Download this release
Release Info
Developer | strangerstudios |
Plugin | Paid Memberships Pro |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3 to 2.3.1
- CHANGELOG.txt +6 -0
- paid-memberships-pro.php +2 -2
- readme.txt +7 -1
CHANGELOG.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
= 2.3 - 2020-05-01 =
|
3 |
* FEATURE: Added frontend login and password reset.
|
4 |
* FEATURE: Added frontend user profile editing.
|
1 |
== Changelog ==
|
2 |
+
= 2.3.1 2020-05-01 =
|
3 |
+
* BUG FIX: Fixed infinite redirect issue if no account page was set. Fixed a few other places where we do is_page() type checks just in case.
|
4 |
+
* BUG FIX: Fixed issue where all pages were retitled to Welcome when logged in, if no login page was set.
|
5 |
+
* BUG FIX: Fixed issue with BuddyBoss and other themes/plugins that use the_title filter with only one parameter.
|
6 |
+
* BUG FIX: Fixed error when trying to check if is_main_query in the admin or with certain themes.
|
7 |
+
|
8 |
= 2.3 - 2020-05-01 =
|
9 |
* FEATURE: Added frontend login and password reset.
|
10 |
* FEATURE: Added frontend user profile editing.
|
paid-memberships-pro.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Paid Memberships Pro
|
4 |
* Plugin URI: https://www.paidmembershipspro.com
|
5 |
* Description: The most complete member management and membership subscriptions plugin for WordPress.
|
6 |
-
* Version: 2.3
|
7 |
* Author: Stranger Studios
|
8 |
* Author URI: https://www.strangerstudios.com
|
9 |
* Text Domain: paid-memberships-pro
|
@@ -16,7 +16,7 @@
|
|
16 |
*/
|
17 |
|
18 |
// version constant
|
19 |
-
define( 'PMPRO_VERSION', '2.3' );
|
20 |
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
|
21 |
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
|
22 |
|
3 |
* Plugin Name: Paid Memberships Pro
|
4 |
* Plugin URI: https://www.paidmembershipspro.com
|
5 |
* Description: The most complete member management and membership subscriptions plugin for WordPress.
|
6 |
+
* Version: 2.3.1
|
7 |
* Author: Stranger Studios
|
8 |
* Author URI: https://www.strangerstudios.com
|
9 |
* Text Domain: paid-memberships-pro
|
16 |
*/
|
17 |
|
18 |
// version constant
|
19 |
+
define( 'PMPRO_VERSION', '2.3.1' );
|
20 |
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
|
21 |
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );
|
22 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: strangerstudios, kimannwall, andrewza, dlparker1005
|
|
3 |
Tags: memberships, members, subscriptions, ecommerce, user registration, member, membership, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
|
4 |
Requires at least: 4
|
5 |
Tested up to: 5.4.1
|
6 |
-
Stable tag: 2.3
|
7 |
|
8 |
Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
|
9 |
|
@@ -153,6 +153,12 @@ Not sure? You can find out by doing a bit a research.
|
|
153 |
8. Membership Account page, display all sections or show specific sections using shortcode attributes.
|
154 |
|
155 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
= 2.3 - 2020-05-01 =
|
157 |
* FEATURE: Added frontend login and password reset.
|
158 |
* FEATURE: Added frontend user profile editing.
|
3 |
Tags: memberships, members, subscriptions, ecommerce, user registration, member, membership, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
|
4 |
Requires at least: 4
|
5 |
Tested up to: 5.4.1
|
6 |
+
Stable tag: 2.3.1
|
7 |
|
8 |
Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site.
|
9 |
|
153 |
8. Membership Account page, display all sections or show specific sections using shortcode attributes.
|
154 |
|
155 |
== Changelog ==
|
156 |
+
= 2.3.1 2020-05-01 =
|
157 |
+
* BUG FIX: Fixed infinite redirect issue if no account page was set. Fixed a few other places where we do is_page() type checks just in case.
|
158 |
+
* BUG FIX: Fixed issue where all pages were retitled to Welcome when logged in, if no login page was set.
|
159 |
+
* BUG FIX: Fixed issue with BuddyBoss and other themes/plugins that use the_title filter with only one parameter.
|
160 |
+
* BUG FIX: Fixed error when trying to check if is_main_query in the admin or with certain themes.
|
161 |
+
|
162 |
= 2.3 - 2020-05-01 =
|
163 |
* FEATURE: Added frontend login and password reset.
|
164 |
* FEATURE: Added frontend user profile editing.
|