mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- updated dependencies before an official release;
This commit is contained in:
@@ -41,9 +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.0.56](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.56).
|
||||
|
||||
[Release Candidate Version: 2.1.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.0-rc.2).
|
||||
[Official Release Version: 2.1.0](https://github.com/ultimatemember/ultimatemember/releases/tag/2.1.0).
|
||||
|
||||
## Changelog
|
||||
[ From v1.0.0 to latest version ](https://wordpress.org/plugins/ultimate-member/changelog/).
|
||||
|
||||
@@ -33,31 +33,31 @@ if ( ! class_exists( 'um\Dependencies' ) ) {
|
||||
* @var array
|
||||
*/
|
||||
public $ext_required_version = array(
|
||||
'bbpress' => '2.0.7-rc.1',
|
||||
'followers' => '2.1.6-rc.1',
|
||||
'bbpress' => '2.0.7',
|
||||
'followers' => '2.1.6',
|
||||
'forumwp' => '2.0.1',
|
||||
'friends' => '2.1.4-rc.1',
|
||||
'groups' => '2.1.7-rc.1',
|
||||
'instagram' => '2.0.5-rc.1',
|
||||
'mailchimp' => '2.2.0-rc.1',
|
||||
'messaging' => '2.2.5-rc.1',
|
||||
'mycred' => '2.1.6-rc.1',
|
||||
'notices' => '2.0.5-rc.1',
|
||||
'notifications' => '2.1.3-rc.1',
|
||||
'online' => '2.1.1-rc.1',
|
||||
'friends' => '2.1.4',
|
||||
'groups' => '2.1.7',
|
||||
'instagram' => '2.0.5',
|
||||
'mailchimp' => '2.2.0',
|
||||
'messaging' => '2.2.5',
|
||||
'mycred' => '2.1.6',
|
||||
'notices' => '2.0.5',
|
||||
'notifications' => '2.1.3',
|
||||
'online' => '2.1.1',
|
||||
'private-content' => '2.0.5',
|
||||
'profile-completeness' => '2.1.2-rc.1',
|
||||
'recaptcha' => '2.1.2-rc.1',
|
||||
'reviews' => '2.1.5-rc.1',
|
||||
'social-activity' => '2.2.0-rc.1',
|
||||
'social-login' => '2.2.0-rc.1',
|
||||
'profile-completeness' => '2.1.2',
|
||||
'recaptcha' => '2.1.2',
|
||||
'reviews' => '2.1.5',
|
||||
'social-activity' => '2.2.0',
|
||||
'social-login' => '2.2.0',
|
||||
'terms-conditions' => '2.1.1',
|
||||
'unsplash' => '2.0.2-rc.1',
|
||||
'user-bookmarks' => '2.0.2-rc.1',
|
||||
'user-photos' => '2.0.4-rc.1',
|
||||
'user-tags' => '2.1.0-rc.1',
|
||||
'verified-users' => '2.0.5-rc.1',
|
||||
'woocommerce' => '2.1.9-rc.1',
|
||||
'unsplash' => '2.0.2',
|
||||
'user-bookmarks' => '2.0.2',
|
||||
'user-photos' => '2.0.4',
|
||||
'user-tags' => '2.1.0',
|
||||
'verified-users' => '2.0.5',
|
||||
'woocommerce' => '2.1.9',
|
||||
|
||||
/*????*/
|
||||
'restrict-content' => '2.0',
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Ultimate Member\n"
|
||||
"POT-Creation-Date: 2019-11-09 18:07+0200\n"
|
||||
"PO-Revision-Date: 2019-11-09 18:07+0200\n"
|
||||
"POT-Creation-Date: 2019-11-09 18:23+0200\n"
|
||||
"PO-Revision-Date: 2019-11-09 18:23+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\n"
|
||||
|
||||
+1
-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.2
|
||||
Stable tag: 2.0.56
|
||||
Stable tag: 2.1.0
|
||||
License: GNU Version 2 or Any Later Version
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
|
||||
+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-rc.2
|
||||
Version: 2.1.0
|
||||
Author: Ultimate Member
|
||||
Author URI: http://ultimatemember.com/
|
||||
Text Domain: ultimate-member
|
||||
|
||||
Reference in New Issue
Block a user