mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 12:43:33 +09:00
- updated dependencies;
This commit is contained in:
@@ -280,7 +280,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
|
||||
|
||||
$this->add_notice( 'old_extensions', array(
|
||||
'class' => 'error',
|
||||
'message' => '<p>' . sprintf( __( '<strong>%s %s</strong> requires 2.0 extensions. You have pre 2.0 extensions installed on your site. <br /> Please update %s extensions to latest versions. For more info see this <a href="%s" target="_blank">doc</a>.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, 'http://docs.ultimatemember.com/article/266-updating-to-2-0-versions-of-extensions' ) . '</p>',
|
||||
'message' => '<p>' . sprintf( __( '<strong>%s %s</strong> requires 2.0 extensions. You have pre 2.0 extensions installed on your site. <br /> Please update %s extensions to latest versions. For more info see this <a href="%s" target="_blank">doc</a>.', 'ultimate-member' ), ultimatemember_plugin_name, ultimatemember_version, ultimatemember_plugin_name, 'https://docs.ultimatemember.com/article/201-how-to-update-your-site' ) . '</p>',
|
||||
), 0 );
|
||||
}
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user