Skip to content

Commit

Permalink
Readme and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
dparker1005 committed Mar 8, 2024
1 parent 3a03906 commit ac3aea3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion classes/class-pmpromc-mailchimp-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function update_audience_members( $audience = '', $updates = [] ) {
/**
* Filter the body parameter sent to the "update audience members" endpoint.
*
* @since TBD
* @since 2.3.5
*
* @param object $data The data to send to the Mailchimp API.
* @param string $audience The audience ID being updated.
Expand Down
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ function pmpromc_log( $entry ) {
/**
* Get the file path for the debug log file.
*
* @since TBD
* @since 2.3.5
*
* @return string
*/
Expand Down
2 changes: 1 addition & 1 deletion pmpro-mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
* Version: 2.3.5
* Author: Paid Memberships Pro
* Author URI: https://www.paidmembershipspro.com
* Text Domain: pmpro-mailchimp
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: strangerstudios, dlparker1005, paidmembershipspro
Tags: paid memberships pro, pmpro, mailchimp, email marketing
Requires at least: 5.2
Tested up to: 6.4
Stable tag: 2.3.4
Stable tag: 2.3.5

Add users and members to Mailchimp audiences based on their membership level and allow members to opt-in to specific audiences.

Expand Down Expand Up @@ -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.5 - 2024-03-08 =
* SECURITY: Now adding a randomized suffix to the log file name to prevent unauthorized access. #138 (@dparker1005)
* SECURITY: Now preventing access to the `/log/` directory listing. #138 (@dparker1005)
* ENHANCEMENT: Added a filter `pmpromc_update_audience_members_data` to allow modifying data sent to the `/lists/{$audience}` Mailchimp endpoint. #137 (@efc)

= 2.3.4 - 2023-11-15 =
* SECURITY: Now obfuscating email domains in debug logs. #135 (@andrewlimaza)
* ENHANCEMENT: Updating `<h3>` tags to `<h2>` tags for better accessibility. #133 (@kimwhite)
Expand Down

0 comments on commit ac3aea3

Please sign in to comment.