From 75f3e77cf8dd84ed1d999966e417125655e7df03 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Wed, 4 Jul 2018 12:17:43 +0300 Subject: [PATCH 1/2] - 2.0.19-alpha1 --- readme.txt | 2 +- ultimate-member.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index ae1328d2..83852c9f 100644 --- a/readme.txt +++ b/readme.txt @@ -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: 2.0.17 +Stable tag: 2.0.18 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt diff --git a/ultimate-member.php b/ultimate-member.php index 068a707c..9d45ca97 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.18 +Version: 2.0.19-alpha1 Author: Ultimate Member Author URI: http://ultimatemember.com/ Text Domain: ultimate-member From c70057d139d38715537417ecf84718dba05c98b6 Mon Sep 17 00:00:00 2001 From: nikitozzzzzzz Date: Wed, 4 Jul 2018 18:20:30 +0300 Subject: [PATCH 2/2] - changed paid extensions; --- includes/core/class-plugin-updater.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/includes/core/class-plugin-updater.php b/includes/core/class-plugin-updater.php index 5d77fc08..6efa2067 100644 --- a/includes/core/class-plugin-updater.php +++ b/includes/core/class-plugin-updater.php @@ -115,6 +115,14 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) { 'key' => 'woocommerce', 'title' => 'Woocommerce', ), + 'um-user-photos/um-user-photos.php' => array( + 'key' => 'user_photos', + 'title' => 'User Photos', + ), + 'um-private-content/um-private-content.php' => array( + 'key' => 'private_content', + 'title' => 'Private Content', + ), ); $the_plugs = get_option( 'active_plugins' );