From 26b900767f1031ff3a4668dfa36c10595875f0a5 Mon Sep 17 00:00:00 2001 From: Paul Klimov Date: Fri, 9 Sep 2016 14:48:11 +0300 Subject: [PATCH] release version 2.0.6 --- CHANGELOG.md | 4 ++-- Message.php | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a6994..16b8fb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Yii Framework 2 swiftmailer extension Change Log ================================================ -2.0.6 under development ------------------------ +2.0.6 September 09, 2016 +------------------------ - Enh #6: Added ability to specify custom mail header at `yii\swiftmailer\Message` (klimov-paul) - Enh #23: Added `yii\swiftmailer\Message::setReturnPath()` shortcut method (klimov-paul) diff --git a/Message.php b/Message.php index 9c2994d..7b0eaab 100644 --- a/Message.php +++ b/Message.php @@ -20,8 +20,14 @@ use yii\mail\BaseMessage; * * @method Mailer getMailer() returns mailer instance. * + * @property integer $priority Priority value as integer in range: `1..5`, where 1 is the highest priority and + * 5 is the lowest. + * @property string $readReceiptTo Receipt receive email addresses. Note that the type of this property + * differs in getter and setter. See [[getReadReceiptTo()]] and [[setReadReceiptTo()]] for details. + * @property string $returnPath The bounce email address. + * @property array|callable|\Swift_Signer $signature Signature specification. See [[addSignature()]] for + * details on how it should be specified. This property is write-only. * @property \Swift_Message $swiftMessage Swift message instance. This property is read-only. - * @property array|callable|\Swift_Signer $signature message signature. This property is write-only. * * @author Paul Klimov * @since 2.0