From e813d682cf4c1fc35b529b47ff178fef7080b4aa Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Tue, 10 Apr 2018 12:37:36 +0300 Subject: [PATCH] - changed readme; --- README.md | 4 ++-- readme.txt | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db9689c8..2ece7989 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ultimate Member is the #1 user profile & membership plugin for WordPress. The pl | Latest Version |Requires at least|Stable Tag| | :------------: |:------------:|:------------:| -| 1.3.88 | WordPress 4.9 or higher| 1.3.88 | +| 2.0.4 | WordPress 4.9 or higher| 2.0.4 | Features of the plugin include: @@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version Releases ==================== -[Pre-Release Version: 2.0](https://github.com/ultimatemember/ultimatemember/releases). +[Official Release Version: 2.0.4](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.4). [Official Release Version: 1.3.88](https://github.com/ultimatemember/ultimatemember/releases). diff --git a/readme.txt b/readme.txt index deec92af..6c62baf7 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Donate link: Tags: community, member, membership, user-profile, user-registration Requires at least: 4.1 Tested up to: 4.9 -Stable tag: 1.3.88 +Stable tag: 2.0.4 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -71,6 +71,10 @@ If you're a developer and would like to contribute to the source code of the plu Want to add a new language to Ultimate Member? Great! You can contribute via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/ultimate-member). +If you are a developer and you need to know the list of UM Hooks, make this via our [Hooks Documentation](https://docs.ultimatemember.com/article/1324-hooks-list). + +If you are a developer and you need to know the structure of our code, make this via our [Documentation API](https://ultimatemember.com/php-docs/). + = Documentation & Support = Got a problem or need help with Ultimate Member? Head over to our [documentation](http://docs.ultimatemember.com/) and perform a search of the knowledge base. If you can’t find a solution to your issue then you can create a topic on the [support forum](https://wordpress.org/support/plugin/ultimate-member). @@ -126,6 +130,52 @@ The plugin works with popular caching plugins by automatically excluding Ultimat == Changelog == += 2.0.4: April 10, 2018 = + +* Enhancements: + - Added activation dependencies for extensions + - Added Licenses checking and changed Licenses page + - Added uninstall.php file for delete permanently all UM settings + - Added ability to register users without WP Registration enabled + - Added visual integration WPML+UM email notifications + - Added Account Upgrade email notification + - Added ability to register users using role field on Registration Form + - Added Account page shortcodes for each tab content + - Changed UM Option View (deprecated/added options) + - Changed UM Roles, optimized for WP native logic + - Changed backend forms/fields to WP native styles + - Changed Content Restriction feature for posts, taxonomies, menus + - Changed Email Notifications settings and using templates logic + - Deprecated Redux Framework + - Deprecated old unusable options + - Deprecated old unusable forms metadata + - Deprecated old unusable member directories metadata + - Deprecated old unusable user roles metadata + - Optimized registration/upgrade profile process (some hook deprecated) + - Optimized some code parts, deprecated some functions + - Updated `FontAwesome` library + - Removed addons to separate extensions + - Created Plugin Updater for getting updates and license details from Shop + - Increased integration abilities, added new hooks (see new Hooks Docs + PHP documentation); + - Integrated plugin activation, user creation processes with multisite + - Make dependencies with extensions + - OOP structure without procedural methods for wp-admin side; + +* Bugfixes: + - Fixed avatars on some SSL installs + - Fixed some vulnerabilities + - Fixed integrations with core/extensions + - Fixed `Edit Profile` button at members directory + - Fixed conditional logic PHP validation and JS validation (for IE,Edge browsers) + - Fixed textdomains for translations + - Fixed integration with Woocommerce, SEO Framework, WPML + - Fixed navigation menu items custom fields (`Mega Menu`, etc. compatibility) + - Fixed theme conflicts with UM js libraries + - Fixed and optimized handlers for user permalinks + - Fixed replace placeholders for users + - Fixed conditional fields logic + - Fixed fields sanitize for remove XSS injections + = 1.3.88: July 25, 2017 = * Enhancements: