From 260cd5c23999e2c83a1b7e45227ef55d3b3ebfdb Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Wed, 12 Nov 2025 17:04:54 +0200 Subject: [PATCH] Update group and activity wall post features and dependencies Enhanced the handling of wall posts and comments in both Activity and Groups modules. Updated Groups plugin to version 2.5.0, requiring UM Core 2.10.7. Adjusted dependency versions and changelogs to match the latest updates. --- 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 50c41c15..afd27815 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -34,7 +34,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'followers' => '2.3.5', 'forumwp' => '2.1.5', 'friends' => '2.3.4', - 'groups' => '2.4.2', + 'groups' => '2.5.0', 'jobboardwp' => '1.0.7', 'mailchimp' => '2.6.2', 'messaging' => '2.2.5',