From cdfb922f89b4cae2103f7a46d54ec90ee2b8174f Mon Sep 17 00:00:00 2001 From: Jason Coleman Date: Fri, 14 Jan 2022 08:59:40 +1100 Subject: [PATCH] Changelog and version update --- CHANGELOG.txt | 3 +++ paid-memberships-pro.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index aeecad33c2..a4ec8ddd94 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ == Changelog == += 2.7.1 - 2022-01-13 = +* BUG FIX: Fixed issue on some MySQL setups that would throw an error about the primary key in the pmpro_memberships_pages and pmpro_memberships_categories tables. + = 2.7 - 2022-01-13 = * FEATURE: Added a "Spam Protection" option to the advanced settings page. When used, IP addresses are blocked from checkout if there are more than 10 failsures within 15 minutes. (@ideadude) * ENHANCEMENT: Checkouts with Stripe will now reuse Stripe Products and Prices. (@dparker1005) diff --git a/paid-memberships-pro.php b/paid-memberships-pro.php index f913d512f9..db71d11703 100644 --- a/paid-memberships-pro.php +++ b/paid-memberships-pro.php @@ -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.7 + * Version: 2.7.1 * Author: Stranger Studios * Author URI: https://www.strangerstudios.com * Text Domain: paid-memberships-pro @@ -16,7 +16,7 @@ */ // version constant -define( 'PMPRO_VERSION', '2.7' ); +define( 'PMPRO_VERSION', '2.7.1' ); define( 'PMPRO_USER_AGENT', 'Paid Memberships Pro v' . PMPRO_VERSION . '; ' . site_url() ); define( 'PMPRO_MIN_PHP_VERSION', '5.6' ); diff --git a/readme.txt b/readme.txt index 61114b501b..5b8c191f97 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: memberships, members, subscriptions, ecommerce, user registration, member, Requires at least: 5.2 Tested up to: 5.8.3 Requires PHP: 5.6 -Stable tag: 2.7 +Stable tag: 2.7.1 Get Paid with Paid Memberships Pro: The most complete member management and membership subscriptions plugin for your WordPress site. @@ -156,6 +156,9 @@ 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.7.1 - 2022-01-13 = +* BUG FIX: Fixed issue on some MySQL setups that would throw an error about the primary key in the pmpro_memberships_pages and pmpro_memberships_categories tables. + = 2.7 - 2022-01-13 = * FEATURE: Added a "Spam Protection" option to the advanced settings page. When used, IP addresses are blocked from checkout if there are more than 10 failsures within 15 minutes. (@ideadude) * ENHANCEMENT: Checkouts with Stripe will now reuse Stripe Products and Prices. (@dparker1005)