commit | author | age
|
2207d6
|
1 |
Upgrading Instructions for Yii Framework v2 |
W |
2 |
=========================================== |
|
3 |
|
|
4 |
!!!IMPORTANT!!! |
|
5 |
|
|
6 |
The following upgrading instructions are cumulative. That is, |
|
7 |
if you want to upgrade from version A to version C and there is |
|
8 |
version B between A and C, you need to following the instructions |
|
9 |
for both A and B. |
|
10 |
|
|
11 |
Upgrade from 'yii2-swiftmailer' 2.0.7 |
|
12 |
------------------------------------- |
|
13 |
|
|
14 |
* Minimal required version of the [swiftmailer/swiftmailer](https://github.com/swiftmailer/swiftmailer) library has been raised to 6.0.0. |
|
15 |
You should adjust your program according to the [change list](https://github.com/swiftmailer/swiftmailer/blob/v6.0.0/CHANGES#L4-L17) for this version. |
|
16 |
|
|
17 |
* Since `Swift_MailTransport` has been removed in SwiftMailer 6.0.0, this extension now uses `Swift_SendmailTransport` by default. |
|
18 |
|
|
19 |
* Minimum version of PHP has been raised to 7.0. |