MDL-70292 lib: Moodle customizations.

This commit is contained in:
Ilya Tregubov 2021-01-19 09:05:55 +02:00
parent df2fba3aa4
commit b5ccb0eb46
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
Description of PHPMailer 6.1.3 library import into Moodle
Description of PHPMailer 6.2.0 library import into Moodle
We now use a vanilla version of phpmailer and do our customisations in a
subclass.
For more information on this version of PHPMailer, check out https://github.com/PHPMailer/PHPMailer/releases/tag/v6.1.3
For more information on this version of PHPMailer, check out https://github.com/PHPMailer/PHPMailer/releases/tag/v6.2.0
To upgrade this library:
1. Download the latest release of PHPMailer in https://github.com/PHPMailer/PHPMailer/releases.
2. Remove everything inside lib/phpmailer/ folder except README_MOODLE.txt file (this file).
2. Remove everything inside lib/phpmailer/ folder except README_MOODLE.txt and moodle_phpmailer.php.
3. Extract the contents of the release archive to lib/phpmailer.
4. Remove the following files that were extracted:
- composer.json

View File

@ -102,7 +102,7 @@
<location>phpmailer</location>
<name>PHPMailer</name>
<license>LGPL</license>
<version>6.1.3</version>
<version>6.2.0</version>
<licenseversion>2.1</licenseversion>
</library>
<library>