mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 04:06:36 +09:00
- changed readme;
This commit is contained in:
@@ -7,7 +7,7 @@ Ultimate Member is the #1 user profile & membership plugin for WordPress. The pl
|
||||
|
||||
| Latest Version |Requires at least|Stable Tag|
|
||||
| :------------: |:------------:|:------------:|
|
||||
| 2.0.51 | WordPress 4.9 or higher| 2.0.51 |
|
||||
| 2.0.52 | WordPress 4.9 or higher| 2.0.52 |
|
||||
|
||||
|
||||
Features of the plugin include:
|
||||
@@ -48,7 +48,7 @@ GNU Version 2 or Any Later Version
|
||||
|
||||
Releases
|
||||
====================
|
||||
[Official Release Version: 2.0.51](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.51).
|
||||
[Official Release Version: 2.0.52](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.52).
|
||||
|
||||
Changelog
|
||||
====================
|
||||
|
||||
@@ -135,6 +135,12 @@ $premium['user-photos'] = array(
|
||||
'desc' => 'Allow users to upload photos to their profile',
|
||||
);
|
||||
|
||||
$free['forumwp'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/forumwp/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/bb-plugin/cache/um-forumwp-extension-circle.png',
|
||||
'name' => 'ForumWP',
|
||||
'desc' => 'Integrates Ultimate Member with the forum plugin <a href="https://forumwpplugin.com" target="_blank">ForumWP</a>',
|
||||
);
|
||||
|
||||
$free['online-users'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/online-users/',
|
||||
@@ -155,13 +161,6 @@ $free['terms-conditions'] = array(
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/edd/2017/07/terms-conditions.png',
|
||||
'name' => 'Terms & Conditions',
|
||||
'desc' => 'Add terms & conditions to your registration form',
|
||||
);
|
||||
|
||||
$free['forumwp'] = array(
|
||||
'url' => 'https://ultimatemember.com/extensions/forumwp/',
|
||||
'image' => 'https://ultimatemember.com/wp-content/uploads/bb-plugin/cache/um-forumwp-extension-circle.png',
|
||||
'name' => 'ForumWP',
|
||||
'desc' => 'Integrates Ultimate Member with the forum plugin <a href="https://forumwpplugin.com" target="_blank">ForumWP</a>',
|
||||
); ?>
|
||||
|
||||
<div id="um-extensions-wrap" class="wrap">
|
||||
|
||||
@@ -143,6 +143,7 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
- Extended hooks for 3rd party integrations
|
||||
|
||||
* Bugfixes:
|
||||
- Fixed settings labels with CPT & Taxonomies
|
||||
- Fixed UM Roles create/edit XSS security issue
|
||||
- Fixed XSS security issue on account upgrade
|
||||
|
||||
|
||||
Reference in New Issue
Block a user