From cb504d635e3a3d04e368d0f5a5ded1f5a799b88c Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Mon, 30 Oct 2017 15:01:50 +0200 Subject: [PATCH] - prepare to 2.0 release; --- includes/class-dependencies.php | 46 ++++++++++++++++----------------- ultimate-member.php | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/includes/class-dependencies.php b/includes/class-dependencies.php index df163cd0..421de273 100644 --- a/includes/class-dependencies.php +++ b/includes/class-dependencies.php @@ -20,29 +20,29 @@ if ( ! class_exists( 'um\Dependencies' ) ) { * @var array */ public $ext_required_version = array( - 'bbpress' => '2.0-beta1', - 'followers' => '2.0-beta1', - 'friends' => '2.0-beta1', - 'groups' => '2.0-beta1', - 'instagram' => '2.0-beta1', - 'invitations' => '2.0-beta1', - 'mailchimp' => '2.0-beta1', - 'messaging' => '2.0-beta1', - 'mycred' => '2.0-beta1', - 'notices' => '2.0-beta1', - 'notifications' => '2.0-beta1', - 'online' => '2.0-beta1', - 'private-content' => '2.0-beta1', - 'profile-completeness' => '2.0-beta1', - 'recaptcha' => '2.0-beta1', - 'reviews' => '2.0-beta1', - 'social-activity' => '2.0-beta1', - 'social-login' => '2.0-beta1', - 'terms-conditions' => '2.0-beta1', - 'user-location' => '2.0-beta1', - 'user-tags' => '2.0-beta1', - 'verified-users' => '2.0-beta1', - 'woocommerce' => '2.0-beta1', + 'bbpress' => '2.0', + 'followers' => '2.0', + 'friends' => '2.0', + 'groups' => '2.0', + 'instagram' => '2.0', + 'invitations' => '2.0', + 'mailchimp' => '2.0', + 'messaging' => '2.0', + 'mycred' => '2.0', + 'notices' => '2.0', + 'notifications' => '2.0', + 'online' => '2.0', + 'private-content' => '2.0', + 'profile-completeness' => '2.0', + 'recaptcha' => '2.0', + 'reviews' => '2.0', + 'social-activity' => '2.0', + 'social-login' => '2.0', + 'terms-conditions' => '2.0', + 'user-location' => '2.0', + 'user-tags' => '2.0', + 'verified-users' => '2.0', + 'woocommerce' => '2.0', ); /** diff --git a/ultimate-member.php b/ultimate-member.php index 797c2d7b..60d30255 100644 --- a/ultimate-member.php +++ b/ultimate-member.php @@ -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.0-beta1 +Version: 2.0 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member