- 2.1.8 version preparing;

This commit is contained in:
nikitasinelnikov
2020-08-27 17:39:22 +03:00
parent 557fc37f19
commit 6c4f0876d0
4 changed files with 33 additions and 20 deletions
+11 -11
View File
@@ -147,6 +147,14 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'unsplash',
'title' => 'Unsplash',
),
'um-user-locations/um-user-locations.php' => array(
'key' => 'user-locations',
'title' => 'User Locations',
),
'um-profile-tabs/um-profile-tabs.php' => array(
'key' => 'profile_tabs',
'title' => 'Profile tabs',
),
'um-user-notes/um-user-notes.php' => array(
'key' => 'user_notes',
'title' => 'User Notes',
@@ -155,17 +163,9 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'frontend_posting',
'title' => 'Frontend Posting',
),
'um-filesharing/um-filesharing.php' => array(
'key' => 'filesharing',
'title' => 'File Sharing',
),
'um-user-locations/um-user-locations.php' => array(
'key' => 'user-locations',
'title' => 'User Locations',
),
'um-profile-tabs/um-profile-tabs.php' => array(
'key' => 'profile_tabs',
'title' => 'Profile tabs',
'um-google-authenticator/um-google-authenticator.php' => array(
'key' => 'google_authenticator',
'title' => 'Google Authenticator',
),
);