- changed readme;

This commit is contained in:
nikitozzzzzzz
2018-04-10 12:37:36 +03:00
parent ae980d610b
commit e813d682cf
2 changed files with 53 additions and 3 deletions
+2 -2
View File
@@ -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).
+51 -1
View File
@@ -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 cant 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: