Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).*
> ## PHPMailer 6.1.2
> * Substantial revision of DKIM header generation
> * Use shorter hashes for auto-generated CID values
> * Fix format of content-id headers, and only use them for inline attachments
> * Remove all use of XHTML
> * Lots of coding standards cleanup
> * API docs are now auto-updated via GitHub actions
> * Fix header separation bug created in 6.1.1
> * Fix misidentification of background attributes in SVG images in msgHTML
Changelog
*Sourced from [phpmailer/phpmailer's changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md).*
> ## Version 6.1.2 (November 13th, 2019)
> * Substantial revision of DKIM header generation
> * Use shorter hashes for auto-generated CID values
> * Fix format of content-id headers, and only use them for inline attachments
> * Remove all use of XHTML
> * Lots of coding standards cleanup
> * API docs are now auto-updated via GitHub actions
> * Fix header separation bug created in 6.1.1
> * Fix misidentification of background attributes in SVG images in msgHTML
Commits
- [`0ae8505`](https://github.com/PHPMailer/PHPMailer/commit/0ae8505d26fa7fa15d3d2d5ec1e695e854bb1538) CS
- [`526b183`](https://github.com/PHPMailer/PHPMailer/commit/526b1836c9aef3110e7833c1fc476b1fc6123b23) 6.1.2
- [`f39d72b`](https://github.com/PHPMailer/PHPMailer/commit/f39d72ba54fd1505874af080962bed240878f2ea) Changelog
- [`0d780d5`](https://github.com/PHPMailer/PHPMailer/commit/0d780d5091443a72d05a5e9902e12b64f3481905) Don't capture if attr match has hyphen prefix, see [#1877](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1877)
- [`a7c75c6`](https://github.com/PHPMailer/PHPMailer/commit/a7c75c6328e7dc1e4b3f8c35b323a521a3b34eb8) Make background attribute pattern match more precise, see [#1877](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1877)
- [`4e9a761`](https://github.com/PHPMailer/PHPMailer/commit/4e9a7614ce935a9404441f1f4a9870c8d484a40f) Ensure header and body are separated by 2 line breaks
- [`3d800d7`](https://github.com/PHPMailer/PHPMailer/commit/3d800d7e549a8bd7660e2fa487b86eac1a663aea) Revert previous incorrect change
- [`ee7c65c`](https://github.com/PHPMailer/PHPMailer/commit/ee7c65c781cf9e51af7d5d9b017b488fe118cdf3) Changelog
- [`ae5e6fa`](https://github.com/PHPMailer/PHPMailer/commit/ae5e6fa488ebdf4f593f8e4f1abaa1c232e014d7) Ensure there's a line break after headers, fixes [#1872](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1872), [#1871](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1871)
- [`564f139`](https://github.com/PHPMailer/PHPMailer/commit/564f139ca640fbe1d3877e2964c543417bbe68be) Fix wrong var name
- Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.1.1...v6.1.2)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps phpmailer/phpmailer from 6.1.1 to 6.1.2.
Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).* > ## PHPMailer 6.1.2 > * Substantial revision of DKIM header generation > * Use shorter hashes for auto-generated CID values > * Fix format of content-id headers, and only use them for inline attachments > * Remove all use of XHTML > * Lots of coding standards cleanup > * API docs are now auto-updated via GitHub actions > * Fix header separation bug created in 6.1.1 > * Fix misidentification of background attributes in SVG images in msgHTMLChangelog
*Sourced from [phpmailer/phpmailer's changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md).* > ## Version 6.1.2 (November 13th, 2019) > * Substantial revision of DKIM header generation > * Use shorter hashes for auto-generated CID values > * Fix format of content-id headers, and only use them for inline attachments > * Remove all use of XHTML > * Lots of coding standards cleanup > * API docs are now auto-updated via GitHub actions > * Fix header separation bug created in 6.1.1 > * Fix misidentification of background attributes in SVG images in msgHTMLCommits
- [`0ae8505`](https://github.com/PHPMailer/PHPMailer/commit/0ae8505d26fa7fa15d3d2d5ec1e695e854bb1538) CS - [`526b183`](https://github.com/PHPMailer/PHPMailer/commit/526b1836c9aef3110e7833c1fc476b1fc6123b23) 6.1.2 - [`f39d72b`](https://github.com/PHPMailer/PHPMailer/commit/f39d72ba54fd1505874af080962bed240878f2ea) Changelog - [`0d780d5`](https://github.com/PHPMailer/PHPMailer/commit/0d780d5091443a72d05a5e9902e12b64f3481905) Don't capture if attr match has hyphen prefix, see [#1877](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1877) - [`a7c75c6`](https://github.com/PHPMailer/PHPMailer/commit/a7c75c6328e7dc1e4b3f8c35b323a521a3b34eb8) Make background attribute pattern match more precise, see [#1877](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1877) - [`4e9a761`](https://github.com/PHPMailer/PHPMailer/commit/4e9a7614ce935a9404441f1f4a9870c8d484a40f) Ensure header and body are separated by 2 line breaks - [`3d800d7`](https://github.com/PHPMailer/PHPMailer/commit/3d800d7e549a8bd7660e2fa487b86eac1a663aea) Revert previous incorrect change - [`ee7c65c`](https://github.com/PHPMailer/PHPMailer/commit/ee7c65c781cf9e51af7d5d9b017b488fe118cdf3) Changelog - [`ae5e6fa`](https://github.com/PHPMailer/PHPMailer/commit/ae5e6fa488ebdf4f593f8e4f1abaa1c232e014d7) Ensure there's a line break after headers, fixes [#1872](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1872), [#1871](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1871) - [`564f139`](https://github.com/PHPMailer/PHPMailer/commit/564f139ca640fbe1d3877e2964c543417bbe68be) Fix wrong var name - Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.1.1...v6.1.2)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)