Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Feb 6, 2016
1 parent e1e9f47 commit b9e37cb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Idno/Core/Idno.php
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function getAdmins()
*/
function version()
{
return '0.9.0.2';
return '0.9.0.3';
}

/**
Expand All @@ -604,7 +604,7 @@ function getVersion()
*/
function machineVersion()
{
return '2016020201';
return '2016020601';
}

/**
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.known
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0.2
0.9.0.3

0 comments on commit b9e37cb

Please sign in to comment.