mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-70292 lib: Moodle customizations.
This commit is contained in:
parent
a93d965968
commit
1379a55025
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue