Skip to content

Commit 65166ce

Browse files
update changelog
1 parent 5182b82 commit 65166ce

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
#### 4.10.0 - Jan 23, 2025
5+
6+
- Bump required PHP version to 7.4 or higher.
7+
- Obfuscate API key the same way as in the Mailchimp.com interface.
8+
- Delete all plugin data when plugin is uninstalled / deleted via WP Admin.
9+
- Fix several PHP 8.4 deprecation warnings.
10+
- Address warning about translations being loaded too early if using Ninja Forms integration.
11+
- Run stored setting values related to user-facing textual messages through i18n functions to allow translating them through plugins like Loco Translate or WPML.
12+
13+
414
#### 4.9.21 - Jan 08, 2025
515

616
- [Forms] Rename "list choice" to "audience choice" in available form fields.

mailchimp-for-wp.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
defined('ABSPATH') or exit;
3434

3535

36+
37+
3638
/** @ignore */
3739
function _mc4wp_load_plugin()
3840
{

0 commit comments

Comments
 (0)