diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index 499586ef..692e86b7 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -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', diff --git a/includes/class-init.php b/includes/class-init.php index d71cb4e0..132a0ec2 100644 --- a/includes/class-init.php +++ b/includes/class-init.php @@ -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() diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index a2c4212a..63a6d2e2 100644 --- a/includes/core/class-plugin-updater.php +++ b/includes/core/class-plugin-updater.php @@ -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', diff --git a/readme.txt b/readme.txt index 2c4034ec..85de04f7 100644 --- a/readme.txt +++ b/readme.txt @@ -42,7 +42,7 @@ Read about all of the plugin's features at [Ultimate Member](https://ultimatemem Ultimate Member has a range of extensions that allow you to extend the power of the plugin. You can purchase all of these extensions at a significant discount with our [All Access Pass](https://ultimatemember.com/pricing/) or you can purchase extensions individually. -* [User Location](https://ultimatemember.com/extensions/user-location/) - Allow users to add geolocations to profiles and show them at the member directories +* [User Locations](https://ultimatemember.com/extensions/user-locations/) - Allow to display users on a map on the member directory page and allow users to add their location via their profile * [Profile Tabs](https://ultimatemember.com/extensions/profile-tabs/) - Allow users to add custom tabs to profiles * [Unsplash](https://ultimatemember.com/extensions/unsplash/) - Allow users to select a profile cover photo from [Unsplash](https://unsplash.com/) from their profile * [User Bookmarks](https://ultimatemember.com/extensions/user-bookmarks/) - Allow users to bookmark content from your website diff --git a/ultimate-member.php b/ultimate-member.php index 4f780450..e6194b9f 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -3,7 +3,7 @@ Plugin Name: Ultimate Member Plugin URI: http://ultimatemember.com/ Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress -Version: 2.1.4-rc.1 +Version: 2.1.4 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member