Skip to content

Commit

Permalink
v4.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Dec 18, 2024
1 parent bc9eb3f commit ab9dbc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions mailchimp-for-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__);

Expand Down
23 changes: 9 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)!
Expand Down Expand Up @@ -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 ==

Expand Down

0 comments on commit ab9dbc4

Please sign in to comment.