Version bump 1.4.2
This commit is contained in:
parent
71f67d506e
commit
a6019319a2
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
- [S] release are always compared to the previous [S] release.
|
- [S] release are always compared to the previous [S] release.
|
||||||
|
|
||||||
|
## Version 1.4.2 (2016-05-18) [S]
|
||||||
|
- [FIX]: Password verification not implemented in RCC login page
|
||||||
|
|
||||||
## Version 1.4.1 (2016-05-18) [S]
|
## Version 1.4.1 (2016-05-18) [S]
|
||||||
- Switch to HTTP Basic Auth for the RCC API
|
- Switch to HTTP Basic Auth for the RCC API
|
||||||
- Store password as hash
|
- Store password as hash
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rangitaki",
|
"name": "rangitaki",
|
||||||
"version": "1.4.1",
|
"version": "1.4.2",
|
||||||
"description": "A simple PHP blogging engine without any database dependencies",
|
"description": "A simple PHP blogging engine without any database dependencies",
|
||||||
"main": "index.php",
|
"main": "index.php",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Reference in a new issue