From f1a6d6f7452140b062b228e253b20594b4194d35 Mon Sep 17 00:00:00 2001 From: David Parker Date: Thu, 17 Oct 2024 11:33:20 -0400 Subject: [PATCH] Changelog and version numbers --- includes/opt-in-lists-functions.php | 2 +- includes/settings.php | 2 +- pmpro-mailpoet.php | 2 +- readme.txt | 6 +++++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/includes/opt-in-lists-functions.php b/includes/opt-in-lists-functions.php index d0ec652..a361211 100644 --- a/includes/opt-in-lists-functions.php +++ b/includes/opt-in-lists-functions.php @@ -232,7 +232,7 @@ function pmpro_mailpoet_save_optin_list_selections( $user_id ) { /** * Add Mailpoet to edit member panels. * - * @since TBD + * @since 3.2 * * @param array $panels Array of panels. */ diff --git a/includes/settings.php b/includes/settings.php index 94e6e38..bf3a83b 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -180,7 +180,7 @@ function pmpro_mailpoet_admin_warnings() { /** * Add description for General Settings section. * - * @since TBD + * @since 3.2 */ function pmpro_mailpoet_section_general_lists() { ?> diff --git a/pmpro-mailpoet.php b/pmpro-mailpoet.php index a6f2b8c..948a6b3 100755 --- a/pmpro-mailpoet.php +++ b/pmpro-mailpoet.php @@ -3,7 +3,7 @@ Plugin Name: Paid Memberships Pro - MailPoet Plugin URI: https://www.paidmembershipspro.com/add-ons/mailpoet-integration/ Description: Automatically subscribe members to MailPoet lists or allow them to opt-in to specific MailPoet newsletters. -Version: 3.2.1 +Version: 3.3 Author: Paid Memberships Pro Author URI: https://www.paidmembershipspro.com Text Domain: mailpoet-paid-memberships-pro-add-on diff --git a/readme.txt b/readme.txt index 81d9200..ee7c126 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: strangerstudios, andrewza, dlparker1005, paidmembershipspro Tags: mailpoet, paid newsletter, private newsletter, pmpro, paid memberships pro, restrict content Requires at least: 5.2 Tested up to: 6.6 -Stable tag: 3.2.1 +Stable tag: 3.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -98,6 +98,10 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www 4. When Sending a Newsletter in MailPoet, Choose Your Member-Specific Lists for Paid Newsletter Functionality Like Substack. == Changelog == += 3.3 - 2024-10-17 = +* FEATURE: Now updating the plugin from paidmembershipspro.com. +* ENHANCEMENT: Updated translation files bundled with the plugin. + = 3.2.1 - 2024-07-25 = * BUG FIX: Fixed issue where the Edit Member page would not show any panels if there are no opt-in lists configured. #17 (@JarrydLong)