From 18675484c5a1ae9ad86a77892d53e4d6628c86ef Mon Sep 17 00:00:00 2001 From: David Parker Date: Wed, 15 Nov 2023 11:25:15 -0500 Subject: [PATCH] updating readme and version numbers --- pmpro-mailchimp.php | 2 +- readme.txt | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pmpro-mailchimp.php b/pmpro-mailchimp.php index bce26b4..24927e5 100755 --- a/pmpro-mailchimp.php +++ b/pmpro-mailchimp.php @@ -3,7 +3,7 @@ * Plugin Name: Paid Memberships Pro - Mailchimp Add On * Plugin URI: https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/ * Description: Sync your WordPress users and members with Mailchimp audiences. - * Version: 2.3.3 + * Version: 2.3.4 * Author: Paid Memberships Pro * Author URI: https://www.paidmembershipspro.com * Text Domain: pmpro-mailchimp diff --git a/readme.txt b/readme.txt index 85e4c02..a8f5b49 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: strangerstudios, dlparker1005, paidmembershipspro Tags: paid memberships pro, pmpro, mailchimp, email marketing Requires at least: 5.2 -Tested up to: 6.2 -Stable tag: 2.3.3 +Tested up to: 6.4 +Stable tag: 2.3.4 Add users and members to Mailchimp audiences based on their membership level and allow members to opt-in to specific audiences. @@ -63,6 +63,11 @@ Please visit [our support site at https://www.paidmembershipspro.com](http://www 2. Specific settings for Membership Levels and Audiences. == Changelog == += 2.3.4 - 2023-11-15 = +* SECURITY: Now obfuscating email domains in debug logs. #135 (@andrewlimaza) +* ENHANCEMENT: Updating `

` tags to `

` tags for better accessibility. #133 (@kimwhite) +* REFACTOR: No longer pulling the checkout level from the `$_REQUEST` variable. #132 (@dparker1005) + = 2.3.3 - 2023-03-01 = * ENHANCEMENT: Improved formatting of opt-in audience section on checkout page. (@mircobabini) * ENHANCEMENT: Added filter `pmpromc_log_path` to allow changing the path where API calls are logged. (@JarrydLong)