Skip to content

Commit 4454d67

Browse files
committed
Tagging version 20170720
1 parent b935d6f commit 4454d67

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

dfx-random-user-id.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Random User IDs
44
Plugin URI: https://davefx.com/random-user-id
55
Description: Sets random user IDs for created users. Randomizes the user ID for the default user, if it exists.
6-
Version: 20170526
6+
Version: 20170720
77
Author: David Marín Carreño (DaveFX)
88
Author URI: https://davefx.com
99
License: GPL3

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@ Donate link: https://paypal.me/davefx
44
Tags: security, user ids
55
Requires at least: 3.1
66
Tested up to: 4.9
7-
Stable tag: 20170526
7+
Stable tag: 20170720
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

1111
This WordPress plugin randomizes the user_id for the user created on WordPress setup, removing one potential attack factor from the site.
1212

13-
With WordPress 4.9 or greater, it also randomizes the ID for all other users created after its setup. For WordPress versions prior to 4.9, this feature requires installing the patch from WP Issue https://core.trac.wordpress.org/ticket/40545
13+
Since WordPress version 4.9, it also randomizes the ID for all other users created after its setup.
14+
In WordPress versions prior to 4.9, this feature requires installing the patch from WP Issue https://core.trac.wordpress.org/ticket/40545
1415

1516
== Changelog ==
1617

18+
= 20170720 =
19+
20+
* Updating documentation to reflect changes incoming with WordPress version 4.9.
21+
1722
= 20170526 =
1823

19-
* Now the maximum generated ID is Javascript's MAX_SAFE_INTEGER / 2, so we shouldn't
20-
generate problems with the Javascript layer
24+
* Now the maximum generated ID is Javascript's MAX_SAFE_INTEGER / 2, so we shouldn't generate problems with the Javascript layer.
2125

2226

2327

0 commit comments

Comments
 (0)