- User Locations compatibility;

This commit is contained in:
nikitasinelnikov
2020-02-14 12:53:08 +02:00
parent 9698241362
commit c8be4706a6
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
'terms-conditions' => '2.1.1',
'unsplash' => '2.0.2',
'user-bookmarks' => '2.0.2',
'user-location' => '1.0.0',
'user-locations' => '1.0.0',
'user-photos' => '2.0.4',
'user-tags' => '2.1.0',
'verified-users' => '2.0.5',
+1 -1
View File
@@ -29,7 +29,7 @@ if ( ! class_exists( 'UM' ) ) {
* @method UM_WooCommerce_API WooCommerce_API()
* @method UM_Terms_Conditions Terms_Conditions()
* @method UM_Private_Content Private_Content()
* @method UM_User_Location User_Location()
* @method UM_User_Locations User_Locations()
* @method UM_Photos_API Photos_API()
* @method UM_Groups Groups()
* @method UM_Frontend_Posting Frontend_Posting()
+3 -3
View File
@@ -159,9 +159,9 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'filesharing',
'title' => 'File Sharing',
),
'um-user-location/um-user-location.php' => array(
'key' => 'user-location',
'title' => 'User Location',
'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',