Browse Source

release version 2.0.7

tags/2.0.7^0 2.0.7
Paul Klimov 8 years ago
parent
commit
8a03a62cbc
No known key found for this signature in database
GPG Key ID: AB55A7A5197580C0
  1. 4
      CHANGELOG.md
  2. 6
      Message.php

4
CHANGELOG.md

@ -1,8 +1,8 @@
Yii Framework 2 swiftmailer extension Change Log Yii Framework 2 swiftmailer extension Change Log
================================================ ================================================
2.0.7 under development 2.0.7 May 01, 2017
----------------------- ------------------
- Bug #46: Fixed `yii\swiftmailer\Message` does not clones `$swiftMessage` during its own cloning (evpav, klimov-paul) - Bug #46: Fixed `yii\swiftmailer\Message` does not clones `$swiftMessage` during its own cloning (evpav, klimov-paul)
- Enh #37: `yii\swiftmailer\Logger` now chooses logging level depending on incoming entry format (klimov-paul) - Enh #37: `yii\swiftmailer\Logger` now chooses logging level depending on incoming entry format (klimov-paul)

6
Message.php

@ -20,9 +20,9 @@ use yii\mail\BaseMessage;
* *
* @method Mailer getMailer() returns mailer instance. * @method Mailer getMailer() returns mailer instance.
* *
* @property array $headers Custom header values of the message. This property is write-only. * @property array $headers Headers in format: `[name => value]`. This property is write-only.
* @property int $priority Priority value as integer in range: `1..5`, where 1 is the highest priority and * @property int $priority Priority value as integer in range: `1..5`, where 1 is the highest priority and 5
* 5 is the lowest. * is the lowest.
* @property string $readReceiptTo Receipt receive email addresses. Note that the type of this property * @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. * differs in getter and setter. See [[getReadReceiptTo()]] and [[setReadReceiptTo()]] for details.
* @property string $returnPath The bounce email address. * @property string $returnPath The bounce email address.

Loading…
Cancel
Save