WP-Members Mailchimp 2.3.4 was released with a number of updates and improvements.
Improvements
This update specifically declares the autoload setting for all stored options. For the main settings, which are needed when the plugin loads (which is essentially every page load), it is explicitly set to “true” (to autoload with WordPress). All settings that are only needed at specific times are explicitly set to “false” (to not autoload).
This version updates all code libraries to the latest version: Automattic Action Scheduler, RocketGeek jQuery tabs, and the RocketGeek plugin deployment library. This update also removes the RocketGeek utilities library. This library is contained in the core plugin and is not necessary to be included in the extension.
Redesign of the transients table in the main settings panel.
New API functions and hooks
wpmem_mc_process user– action hook that fires at the end of processing a user.wpmem_mc_admin_tabs– filter hook at the end of the admin panel subtabs.wpmem_mc_get_sub_field()– function to get the subscription field meta key.wpmem_mc_get_log_dir()– function to get the directory of the log.wpmem_mc_capabilitiy– filter to customize the user capability required to edit users.wpmem_mc_local_subscribe_settings()– not new, but improved.
WP CLI commands
This update includes an audit of the CLI commands to make them more efficient and avoid possible errors. Inline documentation was improved, which makes the interface information much better as this is what is used in generated the help screens in the command line as well as showing commands and possible options.
Previously, the CLI commands were localized, but that has been removed in this version to align with core WP standards.