From b9e37cba4786f3c2b2e14907e7fe831fe076030a Mon Sep 17 00:00:00 2001 From: Ben Werdmuller Date: Sat, 6 Feb 2016 09:12:16 -0800 Subject: [PATCH] Version bump --- Idno/Core/Idno.php | 4 ++-- docs/changelog.md | 15 +++++++++++++++ version.known | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Idno/Core/Idno.php b/Idno/Core/Idno.php index 099f6a9fa2..d2cbd09053 100644 --- a/Idno/Core/Idno.php +++ b/Idno/Core/Idno.php @@ -586,7 +586,7 @@ function getAdmins() */ function version() { - return '0.9.0.2'; + return '0.9.0.3'; } /** @@ -604,7 +604,7 @@ function getVersion() */ function machineVersion() { - return '2016020201'; + return '2016020601'; } /** diff --git a/docs/changelog.md b/docs/changelog.md index 7973475160..bb921f4e3a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,21 @@ Starting with version 0.6.4, this is a list of changes in the self-hosted, open source version of Known. +0.9.0.3 +------- +February 6, 2016 + +* Improved user registration page and onboarding flow +* Cleaned up some text pages +* Fixed an issue where you couldn't change back to the default theme +* Fixed a compatibility issue with Photos on PHP 5.4 +* Removed an EXIF error message +* Retroactive POSSE +* MongoDB fix for newer MongoDB versions +* Updated diagnostics +* Ability to shush notifications from certain domains +* Minor default theme style changes + 0.9 --- February 2, 2016 diff --git a/version.known b/version.known index ddbecfe443..f737e343cc 100644 --- a/version.known +++ b/version.known @@ -1 +1 @@ -0.9.0.2 \ No newline at end of file +0.9.0.3 \ No newline at end of file