Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).*
> ## PHPMailer 6.1.3
> * Fix an issue preventing injected debug handlers from working
> * Fix an issue relating to connection timeout
> * Add `SMTP::MAX_REPLY_LENGTH` constant
> * Remove some dev dependencies; phpdoc no longer included
> * Fix an issue where non-compliant servers returning bare codes caused an SMTP hang
>
> ## 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.3 (November 21st, 2019)
> * Fix an issue preventing injected debug handlers from working
> * Fix an issue relating to connection timeout
> * Add `SMTP::MAX_REPLY_LENGTH` constant
> * Remove some dev dependencies; phpdoc no longer included
> * Fix an issue where non-compliant servers returning bare codes caused an SMTP hang
>
> ## 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
- [`a25ae38`](https://github.com/PHPMailer/PHPMailer/commit/a25ae38e03de4ee4031725498a600012364787c7) 6.1.3
- [`2f2233b`](https://github.com/PHPMailer/PHPMailer/commit/2f2233b56853dd025aac15e7634f66277e32bdac) Changelog
- [`6244cf9`](https://github.com/PHPMailer/PHPMailer/commit/6244cf917f29434c73d6d275688717ce388e6244) Fix for [#1683](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1683)
- [`c0b63f1`](https://github.com/PHPMailer/PHPMailer/commit/c0b63f19c87bf7678aac636696d1ebb5b0d8d29f) Remove stray phpdoc ref, see [#1898](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1898)
- [`506eff4`](https://github.com/PHPMailer/PHPMailer/commit/506eff4a59a677494724a3174ff4051fd6f2573c) Changelog
- [`dd6cf2e`](https://github.com/PHPMailer/PHPMailer/commit/dd6cf2eb512573cc4ccb51f6efb165845aadb984) Remove some unneeded dev dependencies, resolves conflict in [#1898](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1898)
- [`4c5597c`](https://github.com/PHPMailer/PHPMailer/commit/4c5597c7339a8f9380d13408dbb3c5a56e4baa3c) CS
- [`5f4fefe`](https://github.com/PHPMailer/PHPMailer/commit/5f4fefe008c9cdccd921ea2e1a6459e846505ef9) Changelog
- [`5c0af00`](https://github.com/PHPMailer/PHPMailer/commit/5c0af00d2cb8f79cedaeadaf838b0d3f8d8ae40e) Correct comment
- [`188cc38`](https://github.com/PHPMailer/PHPMailer/commit/188cc38e2ec9eaa125a4e62fbfb391c77a2eabba) Use a constant to make it clear where this value comes from
- Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.1.1...v6.1.3)
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.3.
Release notes
*Sourced from [phpmailer/phpmailer's releases](https://github.com/PHPMailer/PHPMailer/releases).* > ## PHPMailer 6.1.3 > * Fix an issue preventing injected debug handlers from working > * Fix an issue relating to connection timeout > * Add `SMTP::MAX_REPLY_LENGTH` constant > * Remove some dev dependencies; phpdoc no longer included > * Fix an issue where non-compliant servers returning bare codes caused an SMTP hang > > ## 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.3 (November 21st, 2019) > * Fix an issue preventing injected debug handlers from working > * Fix an issue relating to connection timeout > * Add `SMTP::MAX_REPLY_LENGTH` constant > * Remove some dev dependencies; phpdoc no longer included > * Fix an issue where non-compliant servers returning bare codes caused an SMTP hang > > ## 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
- [`a25ae38`](https://github.com/PHPMailer/PHPMailer/commit/a25ae38e03de4ee4031725498a600012364787c7) 6.1.3 - [`2f2233b`](https://github.com/PHPMailer/PHPMailer/commit/2f2233b56853dd025aac15e7634f66277e32bdac) Changelog - [`6244cf9`](https://github.com/PHPMailer/PHPMailer/commit/6244cf917f29434c73d6d275688717ce388e6244) Fix for [#1683](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1683) - [`c0b63f1`](https://github.com/PHPMailer/PHPMailer/commit/c0b63f19c87bf7678aac636696d1ebb5b0d8d29f) Remove stray phpdoc ref, see [#1898](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1898) - [`506eff4`](https://github.com/PHPMailer/PHPMailer/commit/506eff4a59a677494724a3174ff4051fd6f2573c) Changelog - [`dd6cf2e`](https://github.com/PHPMailer/PHPMailer/commit/dd6cf2eb512573cc4ccb51f6efb165845aadb984) Remove some unneeded dev dependencies, resolves conflict in [#1898](https://github-redirect.dependabot.com/PHPMailer/PHPMailer/issues/1898) - [`4c5597c`](https://github.com/PHPMailer/PHPMailer/commit/4c5597c7339a8f9380d13408dbb3c5a56e4baa3c) CS - [`5f4fefe`](https://github.com/PHPMailer/PHPMailer/commit/5f4fefe008c9cdccd921ea2e1a6459e846505ef9) Changelog - [`5c0af00`](https://github.com/PHPMailer/PHPMailer/commit/5c0af00d2cb8f79cedaeadaf838b0d3f8d8ae40e) Correct comment - [`188cc38`](https://github.com/PHPMailer/PHPMailer/commit/188cc38e2ec9eaa125a4e62fbfb391c77a2eabba) Use a constant to make it clear where this value comes from - Additional commits viewable in [compare view](https://github.com/PHPMailer/PHPMailer/compare/v6.1.1...v6.1.3)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)