You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: port AJAX form submission from premium to core (#835)
- Migrates AJAX form submission from premium to core via REST API.
- Replaces static 'Loading button text' with animated dots.
- Merges AJAX JS logic directly into core forms.js bundle.
- Includes backwards compatibility checks to prevent conflicts with older premium versions.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,6 @@
1
1
Changelog
2
2
=========
3
3
4
-
#### 4.12.2 - Apr 20, 2026
5
-
6
-
- Add Mailchimp Campaign Archive block and [mc4wp_campaigns] shortcode to show an archive Mailchimp email campaigns. Thanks to [Faisal Ahammad](https://faisalahammad.com/)!
7
-
- WooCommerce: Allow "after email" position for sign-up checkbox when using Checkout Block.
8
-
- WooCommerce: Detect use of Checkout Block and only show available positions.
9
-
- Show warning when cron is behind schedule. Thanks to [Faisal Ahammad](https://faisalahammad.com/)!
10
-
- Add preliminary support for [Mailchimp Site Tracking Pixel](https://mailchimp.com/help/about-mailchimp-site-tracking-pixel/). Thanks to [Faisal Ahammad](https://faisalahammad.com/)!
11
-
12
-
13
-
#### 4.12.1 - Mar 26, 2026
14
-
15
-
- Supply a custom capability type to `register_post_type` for the `mc4wp-form` post type.
16
-
- Limit allowed HTML in the various form messages to a safe subset on load (versus only on update).
17
-
18
-
19
4
#### 4.12.0 - Mar 9, 2026
20
5
21
6
- Remove the ability to unsubscribe through a form. You should migrate to the Mailchimp hosted form for this, which does email verification.
@@ -32,6 +17,7 @@ The following fixes and improvements were contributed by [Faisal Ahammad](https:
32
17
- Enable live updates in Gravity Forms editor.
33
18
34
19
20
+
35
21
#### 4.11.0 - Jan 20, 2026
36
22
37
23
- Add form setting to remove tags from existing subscribers.
0 commit comments