Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
benwerd committed Apr 24, 2016
1 parent 056b1eb commit 4c3dc11
Show file tree
Hide file tree
Showing 3 changed files with 17 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 @@ -593,7 +593,7 @@ function getAdmins()
*/
function version()
{
return '0.9.1';
return '0.9.2';
}

/**
Expand All @@ -611,7 +611,7 @@ function getVersion()
*/
function machineVersion()
{
return '2016020602';
return '2016042301';
}

/**
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

Starting with version 0.6.4, this is a list of changes in the self-hosted, open source version of Known.

0.9.2
-----
April 23, 2016

* Any theme can be single or multi-user
* Improved UI when replying to tweets
* Improved support for non-Latin URLs
* Better audio UI
* Support "delete" webmentions
* Improved support for receiving indieweb RSVPs
* Database speed and efficiency enhancements
* Better support for embedding YouTube videos
* Numerous back-end fixes and improvements

0.9.1
-----
February 20, 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.1
0.9.2

0 comments on commit 4c3dc11

Please sign in to comment.