From ab9dbc483161d97c1befecfcfcec2c248f82407e Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Wed, 18 Dec 2024 14:07:03 +0100 Subject: [PATCH] v4.9.20 --- mailchimp-for-wp.php | 4 ++-- readme.txt | 23 +++++++++-------------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/mailchimp-for-wp.php b/mailchimp-for-wp.php index 2fe44ac9..b4f1b4aa 100755 --- a/mailchimp-for-wp.php +++ b/mailchimp-for-wp.php @@ -4,7 +4,7 @@ Plugin Name: MC4WP: Mailchimp for WordPress Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site. -Version: 4.9.19 +Version: 4.9.20 Author: ibericode Author URI: https://www.ibericode.com/ Text Domain: mailchimp-for-wp @@ -48,7 +48,7 @@ function _mc4wp_load_plugin() } // bootstrap the core plugin - define('MC4WP_VERSION', '4.9.19'); + define('MC4WP_VERSION', '4.9.20'); define('MC4WP_PLUGIN_DIR', __DIR__); define('MC4WP_PLUGIN_FILE', __FILE__); diff --git a/readme.txt b/readme.txt index abf55c18..924bb6c8 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med Tags: mailchimp, subscribe, email, newsletter, form Requires at least: 4.6 Tested up to: 6.7 -Stable tag: 4.9.19 +Stable tag: 4.9.20 License: GPL-3.0-or-later License URI: http://www.gnu.org/licenses/gpl-3.0.html Requires PHP: 7.2 @@ -189,6 +189,13 @@ The plugin provides various filter and action hooks that allow you to modify or == Changelog == +#### 4.9.20 - Dec 18, 2024 + +- Fix Ninja Forms integration field no longer showing up. +- Fix "link is expired" message because of missing nonce on button to dismiss API key notice. +- [WPML] Added text_no_lists_selected to the config file so it can be translated. Thanks [Diego Pereira](https://github.com/diiegopereira)! + + #### 4.9.19 - Nov 11, 2024 - Add integration with [Prosopo](https://prosopo.io/), a GDPR compliant anti-spam solution for protecting your sign-up forms against bot sign-ups. Thanks [Maxim Akimov](https://github.com/light-source)! @@ -1172,19 +1179,7 @@ This release updates the plugin to version 3 of the Mailchimp API. Please [read **Improvements** -- Don't show position option for WooCommerce integration when sign-up is implicit. -- Improvements to form previewer logic. -- Make sure admin notifications are always shown exactly one time. - -#### 3.1.9 - June 7, 2016 - -**Fixes** - -- Placeholder polyfill wasn't loaded (only in IE8 and below). - -**Improvements** - -- Don't write to debug log if it is not ... +- Don't show position option ... == Upgrade Notice ==