Skip to content

Commit

Permalink
changelog and version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed May 23, 2022
1 parent 5cb6c85 commit ea67400
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
== Changelog ==
= 2.8.1 - 2022-05-20 =
= 2.8.3 - 2022-05-23 =
* BUG FIX/ENHANCEMENT: Avoiding multiple DB queries related to license key checks when no license key is enabled.
* BUG FIX: Fixed issue where some PayPal subscriptions had an extra 1 year trial when set up.
* BUG FIX: Avoiding warnings about application fees when using Stripe legacy keys.
* REFACTOR: Refactored recent updates to the Divi compatibility code to avoid issues for users who might be running a similar gist.

= 2.8.2 - 2022-05-20 =
* ENHANCEMENT: Now noting the chosen PMPro login page on the pages table in the dashboard. #2073 (@mircobabini)
* ENHANCEMENT: Improved help text on the payment settings page when using Stripe legacy keys. Reminder to disconnect from Stripe if also using legacy keys. #2078 (@dparker1005)
* BUG FIX/ENHANCEMENT: Fixed redirect issues that happened if the login page was trashed. #2077 (@andrewlimaza)
Expand Down
4 changes: 2 additions & 2 deletions paid-memberships-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Paid Memberships Pro
* Plugin URI: https://www.paidmembershipspro.com
* Description: The most complete member management and membership subscriptions plugin for WordPress.
* Version: 2.8.2
* Version: 2.8.3
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: paid-memberships-pro
Expand All @@ -16,7 +16,7 @@
*/

// version constant
define( 'PMPRO_VERSION', '2.8.2' );
define( 'PMPRO_VERSION', '2.8.3' );
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );

Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: strangerstudios, kimannwall, andrewza, dlparker1005, paidmembershipspro
Tags: memberships, members, subscriptions, ecommerce, user registration, member, membership, e-commerce, paypal, stripe, braintree, authorize.net, payflow, restrict access, restrict content, directory
Requires at least: 5.2
Tested up to: 5.9.3
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 2.8.2
Stable tag: 2.8.3

WordPress membership plugin: restrict content, accept member subscriptions with recurring payment. Includes user registration, login, & profile fields

Expand Down Expand Up @@ -156,7 +156,13 @@ Not sure? You can find out by doing a bit a research.
9. Membership Account page, display all sections or show specific sections using shortcode attributes.

== Changelog ==
= 2.8.1 - 2022-05-20 =
= 2.8.3 - 2022-05-23 =
* BUG FIX/ENHANCEMENT: Avoiding multiple DB queries related to license key checks when no license key is enabled.
* BUG FIX: Fixed issue where some PayPal subscriptions had an extra 1 year trial when set up.
* BUG FIX: Avoiding warnings about application fees when using Stripe legacy keys.
* REFACTOR: Refactored recent updates to the Divi compatibility code to avoid issues for users who might be running a similar gist.

= 2.8.2 - 2022-05-20 =
* ENHANCEMENT: Now noting the chosen PMPro login page on the pages table in the dashboard. #2073 (@mircobabini)
* ENHANCEMENT: Improved help text on the payment settings page when using Stripe legacy keys. Reminder to disconnect from Stripe if also using legacy keys. #2078 (@dparker1005)
* BUG FIX/ENHANCEMENT: Fixed redirect issues that happened if the login page was trashed. #2077 (@andrewlimaza)
Expand Down

0 comments on commit ea67400

Please sign in to comment.