Skip to content

Commit

Permalink
changelog and version update for RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Feb 10, 2023
1 parent f7387c6 commit db3d5f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.9.11-2.10RC1
* Version: 2.9.11-2.10RC2
* 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.9.11-2.10RC1' );
define( 'PMPRO_VERSION', '2.9.11-2.10RC2' );
define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() );
define( 'PMPRO_MIN_PHP_VERSION', '5.6' );

Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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: 6.1.1
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 2.9.11

Expand Down Expand Up @@ -156,6 +156,7 @@ 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.10 - 2023-02-01 =
* FEATURE: Added Setup Wizard
* FEATURE: Stripe Checkout and Stripe Customer Portal integrations are now fully released. Increased Stripe fee to 2% for newly connected sites.
* ENHANCEMENT: Now "pausing" some PMPro functionality when the site URL changes.
Expand Down

0 comments on commit db3d5f4

Please sign in to comment.