We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639a2bf commit bf61600Copy full SHA for bf61600
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+#### 4.10.1 - Feb 06, 2025
5
+
6
+- Fix JS error breaking Ninja Forms edit form page when not connected to a Mailchimp account or account has no audiences.
7
+- Remove `sprintf` usage in hot path.
8
+- Lazy load `MC4WP_API_V3` class to save some memory and parse time.
9
+- Save a tiny bit of memory in autoloader implementation by not repeatedly storing plugin directory.
10
+- Remove unused setting key from default options.
11
12
13
#### 4.10.0 - Jan 23, 2025
14
15
- Bump required PHP version to 7.4 or higher.
0 commit comments