From 8e098ef9ee72d10a109c02b97dd4200c0bf43671 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 25 Sep 2023 21:14:36 +0300 Subject: [PATCH] - updated dependencies versions based on the recent changes for `UM()->frontend()->enqueue()::get_suffix();` --- includes/class-dependencies.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index 90a5f789..977505ab 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -38,23 +38,23 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'jobboardwp' => '1.0.7', 'mailchimp' => '2.2.0', 'messaging' => '2.2.5', - 'mycred' => '2.1.6', + 'mycred' => '2.2.4', 'notices' => '2.0.5', 'notifications' => '2.1.3', 'online' => '2.1.1', 'private-content' => '2.0.5', 'profile-completeness' => '2.1.2', 'profile-tabs' => '1.0.0', - 'recaptcha' => '2.1.2', + 'recaptcha' => '2.3.4', 'reviews' => '2.1.5', 'social-activity' => '2.2.0', 'social-login' => '2.2.0', 'stripe' => '1.0.0', 'terms-conditions' => '2.1.1', 'unsplash' => '2.0.2', - 'user-bookmarks' => '2.0.2', + 'user-bookmarks' => '2.1.4', 'user-locations' => '1.0.0', - 'user-notes' => '1.0.0', + 'user-notes' => '1.1.0', 'user-photos' => '2.0.4', 'user-tags' => '2.1.0', 'verified-users' => '2.0.5',