mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added new extension dependencies;
This commit is contained in:
@@ -60,9 +60,12 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
|
||||
'beaver-builder' => '2.0',
|
||||
'user-photos' => '2.0.1',
|
||||
'user-exporter' => '1.0.0',
|
||||
'bookmark' => '2.0',
|
||||
// 'bookmark' => '2.0',
|
||||
'user-events' => '1.0.0',
|
||||
'filesharing' => '1.0.0',
|
||||
'user-notes' => '2.0',
|
||||
'user-bookmarks' => '2.0',
|
||||
'unsplash' => '2.0',
|
||||
);
|
||||
|
||||
|
||||
|
||||
@@ -123,6 +123,10 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
|
||||
'key' => 'user_bookmarks',
|
||||
'title' => 'User Bookmarks',
|
||||
),
|
||||
'um-unsplash/um-unsplash.php' => array(
|
||||
'key' => 'unsplash',
|
||||
'title' => 'Unsplash',
|
||||
),
|
||||
'um-user-notes/um-user-notes.php' => array(
|
||||
'key' => 'user_notes',
|
||||
'title' => 'User Notes',
|
||||
|
||||
Reference in New Issue
Block a user