- added new extension dependencies;

This commit is contained in:
nikitasinelnikov
2019-05-07 11:26:12 +03:00
parent 16761c9b8d
commit 2ad7e6a0a7
2 changed files with 8 additions and 1 deletions
+4 -1
View File
@@ -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',
);
+4
View File
@@ -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',