Skip to content

Commit ab9dbc4

Browse files
v4.9.20
1 parent bc9eb3f commit ab9dbc4

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

mailchimp-for-wp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: MC4WP: Mailchimp for WordPress
55
Plugin URI: https://www.mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page
66
Description: Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site.
7-
Version: 4.9.19
7+
Version: 4.9.20
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
1010
Text Domain: mailchimp-for-wp
@@ -48,7 +48,7 @@ function _mc4wp_load_plugin()
4848
}
4949

5050
// bootstrap the core plugin
51-
define('MC4WP_VERSION', '4.9.19');
51+
define('MC4WP_VERSION', '4.9.20');
5252
define('MC4WP_PLUGIN_DIR', __DIR__);
5353
define('MC4WP_PLUGIN_FILE', __FILE__);
5454

readme.txt

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://www.mc4wp.com/contribute/#utm_source=wp-plugin-repo&utm_med
44
Tags: mailchimp, subscribe, email, newsletter, form
55
Requires at least: 4.6
66
Tested up to: 6.7
7-
Stable tag: 4.9.19
7+
Stable tag: 4.9.20
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.2
@@ -189,6 +189,13 @@ The plugin provides various filter and action hooks that allow you to modify or
189189
== Changelog ==
190190

191191

192+
#### 4.9.20 - Dec 18, 2024
193+
194+
- Fix Ninja Forms integration field no longer showing up.
195+
- Fix "link is expired" message because of missing nonce on button to dismiss API key notice.
196+
- [WPML] Added text_no_lists_selected to the config file so it can be translated. Thanks [Diego Pereira](https://github.com/diiegopereira)!
197+
198+
192199
#### 4.9.19 - Nov 11, 2024
193200

194201
- 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
11721179

11731180
**Improvements**
11741181

1175-
- Don't show position option for WooCommerce integration when sign-up is implicit.
1176-
- Improvements to form previewer logic.
1177-
- Make sure admin notifications are always shown exactly one time.
1178-
1179-
#### 3.1.9 - June 7, 2016
1180-
1181-
**Fixes**
1182-
1183-
- Placeholder polyfill wasn't loaded (only in IE8 and below).
1184-
1185-
**Improvements**
1186-
1187-
- Don't write to debug log if it is not ...
1182+
- Don't show position option ...
11881183

11891184
== Upgrade Notice ==
11901185

0 commit comments

Comments
 (0)