-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
23 lines (20 loc) · 948 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0.4.0 - to be released
ENH: Introduce flash messages for common actions
ENH: Allow to save drafts and signatures
ENH: Allow to send messages without sender (messages coming from "the system")
ENH: Allow to use yii2-queue (https://github.com/yiisoft/yii2-queue)
ENH: Allow to set out-of-office messages (automatically reply when the user is in vacation, etc.)
0.3.0 - released on 2017-04-13
ENH: style improved using font awesome icons
ENH: add optional context feature to Messages
ENH: add 'answerPrefix' defaults to 'Re: '
ENH: allow to render the compose view into an dialog
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
ENH: add 'mailMessages' function
ENH: dont display 'answer' button for my own messages
ENH: add MessageController->actionMarkAllAsRead()
SECURITY: disallow deletion of foreign messages
0.1.0 initial release