From e2cb125e97b37fca7aced18027018b7d3971adc2 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Tue, 4 Nov 2025 15:51:43 +0200 Subject: [PATCH] Update UM MailChimp to version 2.6.2 with dependency tweaks Bump version to 2.6.2, updating dependency requirements for UM core to 2.10.7. Integrated extensions updater and polished compatibility with Action Scheduler. Minor code formatting adjustments for better readability. --- includes/class-dependencies.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index 8b93e386..208a43c3 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -36,7 +36,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'friends' => '2.1.4', 'groups' => '2.4.2', 'jobboardwp' => '1.0.7', - 'mailchimp' => '2.2.0', + 'mailchimp' => '2.6.2', 'messaging' => '2.2.5', 'mycred' => '2.2.4', 'notices' => '2.0.5',