Version bump to 1.4.1
This commit is contained in:
parent
d33ff8f984
commit
3a8494417e
2 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,14 @@
|
||||||
|
|
||||||
- [S] release are always compared to the previous [S] release.
|
- [S] release are always compared to the previous [S] release.
|
||||||
|
|
||||||
|
## Version 1.4.1 (2016-05-18) [S]
|
||||||
|
- Switch to HTTP Basic Auth for the RCC API
|
||||||
|
- Store password as hash
|
||||||
|
- Require SSL for using the RCC and the RCC API
|
||||||
|
- [FIX] Drawer "Go back" does not work
|
||||||
|
- [FIX] Missing nodejs dependencies
|
||||||
|
- [FIX] Disqus not completly migrated to new config
|
||||||
|
|
||||||
## Version 1.4.0 (2016-05-07) [S]
|
## Version 1.4.0 (2016-05-07) [S]
|
||||||
|
|
||||||
- Fix: Feeds contain no text
|
- Fix: Feeds contain no text
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rangitaki",
|
"name": "rangitaki",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"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