-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
32 lines (24 loc) · 876 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
PureUserAdmin: ChangeLog
[0.4.0] 2021/05/21
* Support PHP 7.x
* Move to use PDO / prepared statements etc
* add psalm static analysis
* support argon2i/sha1/crypt/md5 password hashing
[0.2.1] <mvanbaak (AT) users (DOT) sourceforge (DOT) net>
* added search and paging in userlist again
[0.2.0] <mvanbaak (at) users (dot) sourceforge (dot) net>
* php5 support
* dropped php4 support
* all is in a class now
* phpdoc comments
* made the database fields part of the settings array
[0.1.0] <mvanbaak (at) users (dot) sourceforge (dot) net>
* added welcome screen
* added email notification
[0.0.3] <mvanbaak (at) users (dot) sourceforge (dot) net>
* changed vars to match my release system
[0.0.2] <mvanbaak (at) users (dot) sourceforge (dot) net>
* added check for homedir rights
* changed look
[0.0.1] <mvanbaak (at) users (dot) sourceforge (dot) net>
* Initial Release