From 6c4f0876d0376ad06b9f6ffb9e5358a5d35f1518 Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Thu, 27 Aug 2020 17:39:22 +0300 Subject: [PATCH] - 2.1.8 version preparing; --- includes/class-dependencies.php | 9 +++------ includes/core/class-plugin-updater.php | 22 +++++++++++----------- readme.txt | 20 ++++++++++++++++++-- ultimate-member.php | 2 +- 4 files changed, 33 insertions(+), 20 deletions(-) diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index fa189f9b..de9708e6 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -37,6 +37,8 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'followers' => '2.1.6', 'forumwp' => '2.0.4', 'friends' => '2.1.4', + 'frontend-posting' => '1.0.0', + 'google-authenticator' => '1.0.0', 'groups' => '2.1.7', 'instagram' => '2.0.5', 'jobboardwp' => '1.0.0', @@ -57,6 +59,7 @@ if ( ! class_exists( 'um\Dependencies' ) ) { 'unsplash' => '2.0.2', 'user-bookmarks' => '2.0.2', 'user-locations' => '1.0.0', + 'user-notes' => '1.0.0', 'user-photos' => '2.0.4', 'user-tags' => '2.1.0', 'verified-users' => '2.0.5', @@ -65,12 +68,6 @@ if ( ! class_exists( 'um\Dependencies' ) ) { /*????*/ 'restrict-content' => '2.0', - /*rc*/ - 'user-notes' => '2.0', - - - /*beta*/ - 'frontend-posting' => '1.0', /*alpha*/ 'user-exporter' => '1.0.0', diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index f538c808..51bfd9f1 100644 --- a/includes/core/class-plugin-updater.php +++ b/includes/core/class-plugin-updater.php @@ -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', ), ); diff --git a/readme.txt b/readme.txt index 2eaab264..6b0ca97b 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: community, member, membership, user-profile, user-registration Requires PHP: 5.6 Requires at least: 5.0 Tested up to: 5.5 -Stable tag: 2.1.7 +Stable tag: 2.1.8 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -42,6 +42,8 @@ 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 Notes](https://ultimatemember.com/extensions/user-notes/) - Allow users to create public and private notes from their profile +* [Profile Tabs](https://ultimatemember.com/extensions/profile-tabs/) - Allow to add the custom tabs to profiles * [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 * [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 @@ -67,7 +69,7 @@ Ultimate Member has a range of extensions that allow you to extend the power of = Free Extensions = -* [JobsBoardWP](https://wordpress.org/plugins/um-jobboardwp) - This free extension integrates Ultimate Member with the job board plugin [JobBoardWP](https://wordpress.org/plugins/jobboardwp). +* [JobsBoardWP](https://ultimatemember.com/extensions/jobboardwp/) - This free extension integrates Ultimate Member with the job board plugin [JobBoardWP](https://wordpress.org/plugins/jobboardwp). * [ForumWP](https://ultimatemember.com/extensions/forumwp/) - This free extension integrates Ultimate Member with the forum plugin [ForumWP](https://forumwpplugin.com). * [Terms & Conditions](https://ultimatemember.com/extensions/terms-conditions/) - Add a terms and condition checkbox to your registration forms & require users to agree to your T&Cs before registering on your site. * [Google reCAPTCHA](https://ultimatemember.com/extensions/google-recaptcha/) - Stop bots on your registration & login forms with Google reCAPTCHA @@ -154,6 +156,20 @@ The plugin works with popular caching plugins by automatically excluding Ultimat * To learn more about version 2.1 please see this [docs](https://docs.ultimatemember.com/article/1512-upgrade-2-1-0) * UM2.1+ is a significant update to the Member Directories' code base from 2.0.x. Please make sure you take a full-site backup with restore point before updating the plugin += 2.1.8: September 3, 2020 = + +* Enhancements: + + - Added dependency functions for extensions: [Ultimate Member - User Notes](https://ultimatemember.com/extensions/user-notes/) & [Ultimate Member - Profile Tabs](https://ultimatemember.com/extensions/profile-tabs/) + - Added unique IDs to the form fields at the Profile's view mode + +* Bugfixes: + + - Removed additional slashes in the UM custom roles titles + - Fixed cleaning user old uploads and integration with Social activity & Groups files + - Fixed Info window fields (hide fields without metakeys) + - Fixed PHP warning in conditional logic function + = 2.1.7: August 12, 2020 = * Enhancements: diff --git a/ultimate-member.php b/ultimate-member.php index bd0850f5..7c0896fb 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.7 +Version: 2.1.8 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member