Skip to content

Commit

Permalink
Version bump: 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Aug 18, 2015
1 parent fd585a9 commit 2e23e47
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Idno/Core/Idno.php
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ function getAdmins()
*/
function version()
{
return '0.8.2';
return '0.8.3';
}

/**
Expand All @@ -562,7 +562,7 @@ function getVersion()
*/
function machineVersion()
{
return '2015072201';
return '2015081801';
}

/**
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.8.3
-----
August 18, 2015

* Block users by email address
* Fixes a bug with per-item access permissions in location check-ins
* Improved Convoy display for syndicated content
* Most content types now have a rich text editor
* Improved brid.gy interactions
* Improved audio player display
* Improved RSS feed display
* Fixed an issue with saving configuration
* Experimental Postgres support
* Such dogeon support so removed wow

0.8.2
-----
July 22, 2015
Expand Down

0 comments on commit 2e23e47

Please sign in to comment.