From 11f047930dcf603757afe2f9949c2f1c5c501fe9 Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Mon, 7 Oct 2019 18:04:06 +0300 Subject: [PATCH] - updated dependencies; --- includes/admin/core/class-admin-notices.php | 2 +- includes/class-dependencies.php | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/includes/admin/core/class-admin-notices.php b/includes/admin/core/class-admin-notices.php index fd5a454b..03804197 100644 --- a/includes/admin/core/class-admin-notices.php +++ b/includes/admin/core/class-admin-notices.php @@ -280,7 +280,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) { $this->add_notice( 'old_extensions', array( 'class' => 'error', - 'message' => '

' . sprintf( __( '%s %s requires 2.0 extensions. You have pre 2.0 extensions installed on your site.
Please update %s extensions to latest versions. For more info see this doc.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, 'http://docs.ultimatemember.com/article/266-updating-to-2-0-versions-of-extensions' ) . '

', + 'message' => '

' . sprintf( __( '%s %s requires 2.0 extensions. You have pre 2.0 extensions installed on your site.
Please update %s extensions to latest versions. For more info see this doc.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, 'https://docs.ultimatemember.com/article/201-how-to-update-your-site' ) . '

', ), 0 ); } diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index 3bf0f59b..93d43c49 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -37,8 +37,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'followers' => '2.1.6', 'forumwp' => '2.0.1', 'friends' => '2.1.4', - /*need to review*/ - 'groups' => '2.0', + 'groups' => '2.1.7', 'instagram' => '2.0.5', 'mailchimp' => '2.2.0', 'messaging' => '2.2.5', @@ -51,8 +50,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'recaptcha' => '2.1.2', 'reviews' => '2.1.5', 'social-activity' => '2.2.0', - /*need Champ's feedback */ - 'social-login' => '2.0.1', + 'social-login' => '2.2.0', 'terms-conditions' => '2.1.1', 'unsplash' => '2.0.2', 'user-bookmarks' => '2.0.2',