Version bump to 1.4.1

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-05-18 13:33:28 +02:00
parent d33ff8f984
commit 3a8494417e
2 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,14 @@
- [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]
- Fix: Feeds contain no text

View File

@ -1,6 +1,6 @@
{
"name": "rangitaki",
"version": "1.4.0",
"version": "1.4.1",
"description": "A simple PHP blogging engine without any database dependencies",
"main": "index.php",
"scripts": {