diff --git a/README.md b/README.md
index b9fa9fa5..3d8ca8d0 100644
--- a/README.md
+++ b/README.md
@@ -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.0.56](https://github.com/ultimatemember/ultimatemember/releases/tag/2.0.56).
+[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/).
diff --git a/includes/admin/core/packages/2.1.0-alpha4/hooks.php b/includes/admin/core/packages/2.1.0-alpha4/hooks.php
deleted file mode 100644
index 210d66a0..00000000
--- a/includes/admin/core/packages/2.1.0-alpha4/hooks.php
+++ /dev/null
@@ -1,6 +0,0 @@
- 'metadata210alpha4',
- 'memberdir210alpha4' => 'memberdir210alpha4',
-);
\ No newline at end of file
diff --git a/includes/admin/core/packages/2.1.0-alpha4/functions.php b/includes/admin/core/packages/2.1.0-beta1/functions.php
similarity index 76%
rename from includes/admin/core/packages/2.1.0-alpha4/functions.php
rename to includes/admin/core/packages/2.1.0-beta1/functions.php
index cea9e7b2..1e396eb8 100644
--- a/includes/admin/core/packages/2.1.0-alpha4/functions.php
+++ b/includes/admin/core/packages/2.1.0-beta1/functions.php
@@ -1,7 +1,7 @@
admin()->check_ajax_nonce();
um_maybe_unset_time_limit();
@@ -12,14 +12,14 @@ function um_upgrade_metadata210alpha4() {
}
-function um_upgrade_memberdir210alpha4() {
+function um_upgrade_memberdir210beta1() {
UM()->admin()->check_ajax_nonce();
um_maybe_unset_time_limit();
include 'member-directory.php';
- update_option( 'um_last_version_upgrade', '2.1.0-alpha4' );
+ update_option( 'um_last_version_upgrade', '2.1.0-beta1' );
wp_send_json_success( array( 'message' => __( 'Member directories were upgraded successfully', 'ultimate-member' ) ) );
}
\ No newline at end of file
diff --git a/includes/admin/core/packages/2.1.0-beta1/hooks.php b/includes/admin/core/packages/2.1.0-beta1/hooks.php
new file mode 100644
index 00000000..55f2fe66
--- /dev/null
+++ b/includes/admin/core/packages/2.1.0-beta1/hooks.php
@@ -0,0 +1,6 @@
+ 'metadata210beta1',
+ 'memberdir210beta1' => 'memberdir210beta1',
+);
\ No newline at end of file
diff --git a/includes/admin/core/packages/2.1.0-alpha4/init.php b/includes/admin/core/packages/2.1.0-beta1/init.php
similarity index 94%
rename from includes/admin/core/packages/2.1.0-alpha4/init.php
rename to includes/admin/core/packages/2.1.0-beta1/init.php
index 22495c1b..66e34f7d 100644
--- a/includes/admin/core/packages/2.1.0-alpha4/init.php
+++ b/includes/admin/core/packages/2.1.0-beta1/init.php
@@ -11,7 +11,7 @@
type: 'POST',
dataType: 'json',
data: {
- action: 'um_metadata210alpha4',
+ action: 'um_metadata210beta1',
nonce: um_admin_scripts.nonce
},
success: function( response ) {
@@ -36,7 +36,7 @@
type: 'POST',
dataType: 'json',
data: {
- action: 'um_memberdir210alpha4',
+ action: 'um_memberdir210beta1',
nonce: um_admin_scripts.nonce
},
success: function( response ) {
diff --git a/includes/admin/core/packages/2.1.0-alpha4/member-directory.php b/includes/admin/core/packages/2.1.0-beta1/member-directory.php
similarity index 100%
rename from includes/admin/core/packages/2.1.0-alpha4/member-directory.php
rename to includes/admin/core/packages/2.1.0-beta1/member-directory.php
diff --git a/includes/admin/core/packages/2.1.0-alpha4/metadata.php b/includes/admin/core/packages/2.1.0-beta1/metadata.php
similarity index 100%
rename from includes/admin/core/packages/2.1.0-alpha4/metadata.php
rename to includes/admin/core/packages/2.1.0-beta1/metadata.php
diff --git a/readme.txt b/readme.txt
index 1577220b..9d19b5cf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -138,8 +138,28 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
== Changelog ==
+= 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 =
+
= Important: UM2.0+ is a significant update to the code base from 1.3.88. Please make sure you take a full-site backup with restore point before updating the plugin =
+= 2.1.0: October x, 2019 =
+
+* Enhancements:
+ - Added member directory list view
+ - Added member directory search bar
+ - Added member directory filters by range, date and time
+ - Added AJAXed member directories
+ - Updated member directories' search engine
+ - Additional parameter 'user_id' to action hook 'um_user_after_updating_profile'
+
+* Bugfixes:
+ - Optimized usermeta for Account submit security
+ - Fixed Gmail & Yahoo UTF-8 encoding of email notification subject
+ - Fixed ajax_resize_image() process
+ - Fixed country fields values
+ - Fixed dynamic_profile.php notice
+ - Fixed admin_post and admin_post_nopriv submittion
+
= 2.0.56: August 21, 2019 =
* Enhancements:
diff --git a/test.html b/test.html
new file mode 100644
index 00000000..1b37b91e
--- /dev/null
+++ b/test.html
@@ -0,0 +1,328 @@
+Was
+
+
+72 fields
+
+
+72 fields
+
+
+59 fields
+
+
+Is
+
+
+
+
+
+
+
+24 fields
\ No newline at end of file
diff --git a/ultimate-member.php b/ultimate-member.php
index 77ee425a..fef93f98 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.1.0-alpha4
+Version: 2.1.0-beta1
Author: Ultimate Member
Author URI: http://ultimatemember.com/
Text Domain: ultimate-member