paazmaya / renshuu.paazmaya.fi

Training timetable and location planner
http://renshuu.paazmaya.fi
Other
2 stars 2 forks source link

Update dependency phpmailer/phpmailer to v6 #58

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change References
phpmailer/phpmailer require major 5.2.* -> 6.0.* source

Release Notes

PHPMailer/PHPMailer ### [`v6.0.7`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-607-February-1st-2019) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.6...v6.0.7) - Include RedHat GPL Cooperation Commitment - see the `COMMITMENT` file for details. - Don't exclude composer.json from git exports as it breaks composer updates in projects that use PHPMailer - Updated Malay translation - Fix language tests ### [`v6.0.6`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-606-November-14th-2018) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.5...v6.0.6) - **SECURITY** Fix potential object injection vulnerability. Reported by Sehun Oh of cyberone.kr. - Added Tagalog translation, thanks to [@​StoneArtz](https://togithub.com/StoneArtz) - Added Malagache translation, thanks to [@​Hackinet](https://togithub.com/Hackinet) - Updated Serbian translation, fixed incorrect language code, thanks to [@​mmilanovic4](https://togithub.com/mmilanovic4) - Updated Arabic translations ([@​MicroDroid](https://togithub.com/MicroDroid)) - Updated Hungarian translations - Updated Dutch translations - Updated Slovenian translation ([@​filips123](https://togithub.com/filips123)) - Updated Slovak translation ([@​pcmanik](https://togithub.com/pcmanik)) - Updated Italian translation ([@​sabas](https://togithub.com/sabas)) - Updated Norwegian translation ([@​aleskr](https://togithub.com/aleskr)) - Updated Indonesian translation ([@​mylastof](https://togithub.com/mylastof)) - Add constants for common values, such as `text/html` and `quoted-printable`, and use them - Added support for copied headers in DKIM, helping with debugging, and an option to add extra headers to the DKIM signature. See DKIM_sign example for how to use them. Thanks to [@​gwi-mmuths](https://togithub.com/gwi-mmuths). - Add Campaign Monitor transaction ID pattern matcher - Remove deprecated constant and ini values causing warnings in PHP 7.3, added PHP 7.3 build to Travis config. - Expanded test coverage ### [`v6.0.5`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-605-March-27th-2018) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.4...v6.0.5) - Re-roll of 6.0.4 to fix missed version file entry. No code changes. ### [`v6.0.4`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-604-March-27th-2018) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.3...v6.0.4) - Add some modern MIME types - Add Hindi translation (thanks to [@​dextel2](https://togithub.com/dextel2)) - Improve composer docs - Fix generation of path to language files ### [`v6.0.3`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-603-January-5th-2018) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.2...v6.0.3) - Correct DKIM canonicalization of line breaks for header & body - thanks to [@​themichaelhall](https://togithub.com/themichaelhall) - Make dependence on ext-filter explicit in composer.json ### [`v6.0.2`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-602-November-29th-2017) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.1...v6.0.2) - Don't make max line length depend on line break format - Improve Travis-CI config - thanks to Filippo Tessarotto - Match SendGrid transaction IDs - `idnSupported()` now static, as previously documented - Improve error messages for invalid addresses - Improve Indonesian translation (thanks to [@​januridp](https://togithub.com/januridp)) - Improve Esperanto translation (thanks to [@​dknacht](https://togithub.com/dknacht)) - Clean up git export ignore settings for production and zip bundles - Update license doc - Updated upgrading docs - Clarify `addStringEmbeddedImage` docs - Hide auth credentials in all but lowest level debug output, prevents leakage in bug reports - Code style cleanup ### [`v6.0.1`](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md#Version-601-September-14th-2017) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v6.0.0...v6.0.1) - Use shorter Message-ID headers (with more entropy) to avoid iCloud blackhole bug - Switch to Symfony code style (though it's not well defined) - CI builds now apply syntax & code style checks, so make your PRs tidy! - CI code coverage only applied on latest version of PHP to speed up builds (thanks to [@​Slamdunk](https://togithub.com/Slamdunk) for these CI changes) - Remove `composer.lock` - it's important that libraries break early; keeping it is for apps - Rename test scripts to PSR-4 spec - Make content-id values settable on attachments, not just embedded items - Add SMTP transaction IDs to callbacks & allow for future expansion - Expand test coverage ### [`v6.0.0`](https://togithub.com/PHPMailer/PHPMailer/releases/v6.0.0) [Compare Source](https://togithub.com/PHPMailer/PHPMailer/compare/v5.2.27...v6.0.0) Finally, after a couple of years work, PHPMailer 6.0 has been released! This is a major update that breaks backwards compatibility. For information about what's changed, refer to the [changelog](https://togithub.com/PHPMailer/PHPMailer/blob/master/changelog.md) and [README](https://togithub.com/PHPMailer/PHPMailer/blob/master/README.md) files. The most important changes are that PHPMailer now defines a namespace (`PHPMailer\PHPMailer`), and requires a minimum of PHP 5.5. To find out more about how to upgrade, read [the upgrade guide](https://togithub.com/PHPMailer/PHPMailer/blob/6.0/UPGRADING.md).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot. View repository job log here.