mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- 2.1.1 release;
This commit is contained in:
@@ -41,7 +41,7 @@ Support requests in issues on this repository will be closed on sight.
|
||||
GNU Version 2 or Any Later Version
|
||||
|
||||
## Releases
|
||||
[Official Release Version: 2.1.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.0).
|
||||
[Official Release Version: 2.1.1](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.1).
|
||||
|
||||
## Changelog
|
||||
[ From v1.0.0 to latest version ](https://wordpress.org/plugins/ultimate-member/changelog/).
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Ultimate Member\n"
|
||||
"POT-Creation-Date: 2019-11-10 20:59+0200\n"
|
||||
"PO-Revision-Date: 2019-11-10 20:59+0200\n"
|
||||
"POT-Creation-Date: 2019-11-12 19:02+0200\n"
|
||||
"PO-Revision-Date: 2019-11-12 19:02+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\n"
|
||||
@@ -163,25 +163,25 @@ msgstr ""
|
||||
msgid "Predefined Fields"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-builder.php:887
|
||||
#: includes/admin/core/class-admin-builder.php:879
|
||||
#: includes/core/class-builtin.php:1330
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-builder.php:892
|
||||
#: includes/admin/core/class-admin-builder.php:884
|
||||
msgid "Custom Fields"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-builder.php:906
|
||||
#: includes/admin/core/class-admin-builder.php:898
|
||||
msgid "You did not create any custom fields"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-builder.php:938
|
||||
#: includes/admin/core/class-admin-builder.php:1010
|
||||
#: includes/admin/core/class-admin-builder.php:930
|
||||
#: includes/admin/core/class-admin-builder.php:1002
|
||||
msgid "This field type is not setup correcty."
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-builder.php:1157
|
||||
#: includes/admin/core/class-admin-builder.php:1149
|
||||
#: includes/core/class-form.php:159 includes/core/class-form.php:333
|
||||
#: includes/core/class-password.php:533
|
||||
msgid "This is not possible for security reasons."
|
||||
@@ -3172,22 +3172,22 @@ msgid "Apply"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-users.php:166
|
||||
#: includes/core/um-filters-user.php:21 includes/core/um-filters-user.php:26
|
||||
#: includes/core/um-filters-user.php:19 includes/core/um-filters-user.php:24
|
||||
msgid "Approve Membership"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-users.php:169
|
||||
#: includes/core/um-filters-user.php:22
|
||||
#: includes/core/um-filters-user.php:20
|
||||
msgid "Reject Membership"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-users.php:172
|
||||
#: includes/core/um-filters-user.php:30
|
||||
#: includes/core/um-filters-user.php:28
|
||||
msgid "Put as Pending Review"
|
||||
msgstr ""
|
||||
|
||||
#: includes/admin/core/class-admin-users.php:175
|
||||
#: includes/core/um-filters-user.php:34
|
||||
#: includes/core/um-filters-user.php:32
|
||||
msgid "Resend Activation E-mail"
|
||||
msgstr ""
|
||||
|
||||
@@ -7685,19 +7685,19 @@ msgstr ""
|
||||
msgid "max"
|
||||
msgstr ""
|
||||
|
||||
#: includes/core/um-filters-user.php:38
|
||||
#: includes/core/um-filters-user.php:36
|
||||
msgid "Deactivate this account"
|
||||
msgstr ""
|
||||
|
||||
#: includes/core/um-filters-user.php:42
|
||||
#: includes/core/um-filters-user.php:40
|
||||
msgid "Reactivate this account"
|
||||
msgstr ""
|
||||
|
||||
#: includes/core/um-filters-user.php:48
|
||||
#: includes/core/um-filters-user.php:46
|
||||
msgid "Delete this user"
|
||||
msgstr ""
|
||||
|
||||
#: includes/core/um-filters-user.php:52
|
||||
#: includes/core/um-filters-user.php:50
|
||||
msgid "Login as this user"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+12
-1
@@ -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.3
|
||||
Stable tag: 2.1.0
|
||||
Stable tag: 2.1.1
|
||||
License: GNU Version 2 or Any Later Version
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
@@ -143,6 +143,17 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
||||
|
||||
= Important: 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.1: November 12, 2019 =
|
||||
|
||||
* Bugfixes:
|
||||
- Fixed admin actions hook
|
||||
- Fixed JS templates for list and grid view when user metakeys contain "-" symbol
|
||||
- Fixed JS template list "$show_block" issue
|
||||
- Fixed member directory search if 'roles_can_search' is set
|
||||
- Fixed member directory filters bar animation
|
||||
- Fixed save profile with Last Login field
|
||||
- Fixed admin builder for profile form, show not editable fields
|
||||
|
||||
= 2.1.0: November 11, 2019 =
|
||||
|
||||
* Enhancements:
|
||||
|
||||
+1
-1
@@ -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.0
|
||||
Version: 2.1.1
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
Text Domain: ultimate-member
|
||||
|
||||
Reference in New Issue
Block a user