Skip to content

Commit

Permalink
prepare release of 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thyseus committed Dec 16, 2016
1 parent 7a73d07 commit 002bb56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.2.0
0.3.0
- to be released

0.2.0, released on 2016-12-16
ENH: allow multiple recipients for an message
ENH: add select2 widget for all dropDownLists
ENH: add 'ignoreListCallback' function
Expand All @@ -7,5 +10,4 @@ ENH: dont display 'answer' button for my own messages
ENH: add MessageController->actionMarkAllAsRead()
SECURITY: disallow deletion of foreign messages


0.1.0 initial release
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class Module extends BaseModule
{
const VERSION = '0.2.0-dev';
const VERSION = '0.2.0';

public $defaultRoute = 'message/message/inbox';

Expand Down

0 comments on commit 002bb56

Please sign in to comment.