Skip to content

Commit 201d7f6

Browse files
v4.12.0
1 parent 99f7e33 commit 201d7f6

3 files changed

Lines changed: 22 additions & 35 deletions

File tree

bin/create-package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then
2727
fi
2828

2929
# First, run some checks
30-
if [ ! -e "vendor/bin/phpstan"]; then
30+
if [ ! -e "vendor/bin/phpstan" ]; then
3131
composer install
3232
fi;
3333
composer run check-syntax

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.11.1
7+
Version: 4.12.0
88
Author: ibericode
99
Author URI: https://www.ibericode.com/
1010
Text Domain: mailchimp-for-wp
@@ -45,7 +45,7 @@
4545
}
4646

4747
// bootstrap the core plugin
48-
define('MC4WP_VERSION', '4.11.1');
48+
define('MC4WP_VERSION', '4.12.0');
4949
define('MC4WP_PLUGIN_DIR', __DIR__);
5050
define('MC4WP_PLUGIN_FILE', __FILE__);
5151

readme.txt

Lines changed: 19 additions & 32 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.9.1
7-
Stable tag: 4.11.1
7+
Stable tag: 4.12.0
88
License: GPL-3.0-or-later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010
Requires PHP: 7.4
@@ -189,6 +189,23 @@ The plugin provides various filter and action hooks that allow you to modify or
189189
== Changelog ==
190190

191191

192+
#### 4.12.0 - Mar 9, 2026
193+
194+
- Remove the ability to unsubscribe through a form. You should migrate to the Mailchimp hosted form for this, which does email verification.
195+
- Add block properties so the form block can be reordered inside the Gutenberg editor.
196+
- Fix redirect not occuring after running MC4WP actions.
197+
- Various type fixes, PHPDoc improvements and removal of unused code.
198+
199+
The following fixes and improvements were contributed by [Faisal Ahammad](https://faisalahammad.com/):
200+
201+
- Add WP Forms field setting for configuring double opt-in.
202+
- Add PeepSo registration form integration.
203+
- Fix required validation for Ninja Forms integration.
204+
- Add autocomplete attribute to form fields.
205+
- Enable live updates in Gravity Forms editor.
206+
207+
208+
192209
#### 4.11.0 - Jan 20, 2026
193210

194211
- Add form setting to remove tags from existing subscribers.
@@ -1119,37 +1136,7 @@ Please note that installing this update requires you to also update any add-ons
11191136

11201137
**Additions**
11211138

1122-
- Added `mc4wp_form_api_error` action hook for API errors encountered by forms.
1123-
- Added `element_class` argument to `[mc4wp_form]` shortcode for adding CSS classes.
1124-
1125-
1126-
#### 4.0.6 - October 10, 2016
1127-
1128-
**Fixes**
1129-
1130-
- Issue with lists not showing when using W3 Total Cache with APCu object cache enabled.
1131-
1132-
**Improvements**
1133-
1134-
- We're no longer stripping newlines from text fields.
1135-
1136-
**Additions**
1137-
1138-
- Added missing e-commerce related API methods to API class.
1139-
1140-
1141-
#### 4.0.5 - September 29, 2016
1142-
1143-
**Fixes**
1144-
1145-
- Allow checkbox option for the List Choice field (again).
1146-
1147-
**Improvements**
1148-
1149-
- Fetch Mailchimp lists over AJAX, to speed up perceived performance (especially when your account has many lists).
1150-
- Periodically fetch Mailchimp lists, so cache is always fresh.
1151-
- Improved `<label>` element accessibility for checkbox integrations.
1152-
- Stop using double ...
1139+
- Added `mc4wp_form_api_error` action ...
11531140

11541141
== Upgrade Notice ==
11551142

0 commit comments

Comments
 (0)