Version Description
Download this release
Release Info
Developer | ultimatemember |
Plugin | ![]() |
Version | 1.0.72 |
Comparing to | |
See all releases |
Code changes from version 1.0.71 to 1.0.72
- core/um-permalinks.php +1 -1
- index.php +1 -1
- readme.txt +5 -1
core/um-permalinks.php
CHANGED
@@ -60,7 +60,7 @@ class UM_Permalinks {
|
|
60 |
function activate_account_via_email_link(){
|
61 |
global $ultimatemember;
|
62 |
|
63 |
-
if ( isset($_REQUEST['act']) && $_REQUEST['act'] == 'activate_via_email' && isset($_REQUEST['hash']) && strlen($_REQUEST['hash']) ==
|
64 |
isset($_REQUEST['user_id']) && is_numeric($_REQUEST['user_id']) ) { // valid token
|
65 |
|
66 |
um_fetch_user( $_REQUEST['user_id'] );
|
60 |
function activate_account_via_email_link(){
|
61 |
global $ultimatemember;
|
62 |
|
63 |
+
if ( isset($_REQUEST['act']) && $_REQUEST['act'] == 'activate_via_email' && isset($_REQUEST['hash']) && strlen($_REQUEST['hash']) == 40 &&
|
64 |
isset($_REQUEST['user_id']) && is_numeric($_REQUEST['user_id']) ) { // valid token
|
65 |
|
66 |
um_fetch_user( $_REQUEST['user_id'] );
|
index.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ultimate Member
|
4 |
Plugin URI: http://ultimatemember.com/
|
5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
6 |
-
Version: 1.0.
|
7 |
Author: Ultimate Member
|
8 |
Author URI: http://ultimatemember.com/
|
9 |
*/
|
3 |
Plugin Name: Ultimate Member
|
4 |
Plugin URI: http://ultimatemember.com/
|
5 |
Description: The easiest way to create powerful online communities and beautiful user profiles with WordPress
|
6 |
+
Version: 1.0.72
|
7 |
Author: Ultimate Member
|
8 |
Author URI: http://ultimatemember.com/
|
9 |
*/
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: access control, author, authors, author profile, comments, community, comm
|
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 4.1.1
|
9 |
|
10 |
-
Stable Tag: 1.0.
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
@@ -189,6 +189,10 @@ The plugin works with popular caching plugins by automatically excluding Ultimat
|
|
189 |
|
190 |
== Changelog ==
|
191 |
|
|
|
|
|
|
|
|
|
192 |
= 1.0.71: March 2, 2015 =
|
193 |
|
194 |
* Fixed: issue with password reset link
|
7 |
Requires at least: 4.1
|
8 |
Tested up to: 4.1.1
|
9 |
|
10 |
+
Stable Tag: 1.0.72
|
11 |
|
12 |
License: GNU Version 2 or Any Later Version
|
13 |
|
189 |
|
190 |
== Changelog ==
|
191 |
|
192 |
+
= 1.0.72: March 2, 2015 =
|
193 |
+
|
194 |
+
* Fixed: bug with e-mail activation since last update
|
195 |
+
|
196 |
= 1.0.71: March 2, 2015 =
|
197 |
|
198 |
* Fixed: issue with password reset link
|