Browse Source

release version 2.1.3

tags/2.1.3^0 2.1.3
Alexander Makarov 3 years ago
parent
commit
7b7ec871b4
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 2
      CHANGELOG.md
  2. 5
      src/Mailer.php
  3. 4
      src/Message.php

2
CHANGELOG.md

@ -1,7 +1,7 @@
Yii Framework 2 swiftmailer extension Change Log
================================================
2.1.3 under development
2.1.3 December 30, 2021
-----------------------
- Enh #91: Clone signers when cloning `Message`, emit warning when `opendkim` is used (WinterSilence)

5
src/Mailer.php

@ -68,9 +68,8 @@ use yii\mail\BaseMailer;
*
* @see http://swiftmailer.org
*
* @property array|\Swift_Mailer $swiftMailer Swift mailer instance or array configuration. This property is
* read-only.
* @property array|\Swift_Transport $transport This property is read-only.
* @property-read \Swift_Mailer $swiftMailer Swift mailer instance.
* @property-read \Swift_Transport $transport
*
* @author Paul Klimov <klimov.paul@gmail.com>
* @since 2.0

4
src/Message.php

@ -26,8 +26,8 @@ use yii\mail\BaseMessage;
* @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-write array|callable|\Swift_Signer $signature Signature specification. See [[addSignature()]]
* for details on how it should be specified.
* @property-write array|callable|\Swift_Signer $signature Signature specification. See [[addSignature()]] for
* details on how it should be specified.
* @property-read \Swift_Message $swiftMessage Swift message instance.
*
* @author Paul Klimov <klimov.paul@gmail.com>

Loading…
Cancel
Save