MDL-70292 lib: Moodle customizations.

This commit is contained in:
Ilya Tregubov 2021-01-19 09:05:55 +02:00
parent a93d965968
commit 1379a55025
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 We now use a vanilla version of phpmailer and do our customisations in a
subclass. 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: To upgrade this library:
1. Download the latest release of PHPMailer in https://github.com/PHPMailer/PHPMailer/releases. 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. 3. Extract the contents of the release archive to lib/phpmailer.
4. Remove the following files that were extracted: 4. Remove the following files that were extracted:
- composer.json - composer.json

View file

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