From 3a8494417ecf8e91c3c9099484f206c3588f6ab2 Mon Sep 17 00:00:00 2001 From: "Marcel Kapfer (mmk2410)" Date: Wed, 18 May 2016 13:33:28 +0200 Subject: [PATCH] Version bump to 1.4.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b914f39..20bb40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index f4295da..6765a59 100644 --- a/package.json +++ b/package.json @@ -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": {