Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Bump phpmailer/phpmailer from 6.1.8 to 6.6.5 #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps phpmailer/phpmailer from 6.1.8 to 6.6.5.

Release notes

Sourced from phpmailer/phpmailer's releases.

PHPMailer 6.6.5

This is a maintenance release

  • Don't try to issue RSET if there has been a connection error
  • Reject attempts to add folders as attachments
  • Don't suppress earlier error messages on close()
  • Handle Host === null better
  • Update Danish and Polish translations
  • Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure
  • Bump some GitHub action versions

Happy Hacktoberfest!

PHPMailer 6.6.4

This is a maintenance release.

  • Update Greek translation
  • Add text/csv MIME type
  • Fix DKIM when sending to anonymous group via mail()
  • Improve docs around auth following gmail & MS deprecations
  • Update GitHub action deps
  • Add OpenSSF Scorecard security health metrics

PHPMailer 6.6.3

This is a maintenance release.

  • Add an HTML form to the OAuth setup script
  • Minor CS improvements
  • Add Mongolian translation
  • Remove bogus "ch" translation

The removal of the translation file is effectively a BC break, however, I don't expect it to affect anyone except that small group of users that request error messages in the Chamorro language, but are happy getting them in Chinese instead 😆.

PHPMailer 6.6.2

This is a maintenance release.

  • Don't clear errors on RSET, so they can still be obtained when using keepalive
  • Bump some GitHub action versions
  • Fix some tests
  • Fix docs deployment GitHub action
  • Updates to parallel-lint and console highlighter, thanks to @​jrfnl
  • 🇺🇦 Slava Ukraini!

Note that 6.6.1 was not released.

PHPMailer 6.6.0

This is a minor feature release.

Prior to this version, any OAuth provider needed to extend the provided OAuth base class, and this made it difficult to use with libraries other than ones based on the default league client packages. The OAuth property now accepts anything that implements the OAuthProviderInterface, making it much easier to use things like Google's own OAuth classes. Existing implementations that extend the provided OAuth base class will still work, as that base class now implements this interface too. Thanks to @​pdscopes.

... (truncated)

Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 6.6.5 (October 7th, 2022)

  • Don't try to issue RSET if there has been a connection error
  • Reject attempts to add folders as attachments
  • Don't suppress earlier error messages on close()
  • Handle Host === null better
  • Update Danish and Polish translations
  • Change recommendation for Microsoft OAuth package to thenetworg/oauth2-azure
  • Bump some GitHub action versions

Version 6.6.4 (August 22nd, 2022)

  • Update Greek translation
  • Add text/csv MIME type
  • Fix DKIM when sending to anonymous group via mail()
  • Improve docs around auth following gmail & MS deprecations
  • Update GitHub action deps
  • Add OpenSSF Scorecard security health metrics

Version 6.6.3 (June 20th, 2022)

  • Add an HTML form to the OAuth setup script
  • Minor CS improvements
  • Add Mongolian translation
  • Remove bogus "ch" translation

Version 6.6.2 (June 14th, 2022)

  • Fix docs deployment GitHub action
  • Updates to parallel-lint and console highlighter, thanks to @​jrfnl

Version 6.6.1 (June 14th, 2022) (unreleased)

  • Don't clear errors on RSET, so they can still be obtained when using keepalive
  • Bump some GitHub action versions
  • Fix some tests
  • 🇺🇦 Slava Ukraini!

Version 6.6 (February 28th, 2022)

  • Introduce interface for OAuth providers, making it easier to use OAuth libraries other than the League one, thanks to @​pdscopes.
  • Add more contextual information to TLS connection failure error messages, and throw exceptions on TLS connection errors, thanks to @​miken32

Version 6.5.4 (February 17th, 2022)

  • If we can't use escaping functions, refuse to do unsafe things
  • Avoid PHP 8.1 trim issue
  • Add tests for XMailer
  • Fix bug in use of CharSet property
  • Fix bug in file upload example
  • Update dev dependencies

Version 6.5.3 (November 25th, 2021)

  • Wrong commit tagged for the 6.5.2 release!
  • Version file updated

Version 6.5.2 (November 25th, 2021)

... (truncated)

Commits
  • 8b6386d 6.6.5
  • 0ca9768 Merge pull request #2791 from Aeka123/master
  • 4cc7174 Add missing translations to danish language file
  • 3a407c6 Merge pull request #2790 from KaminskiDaniell/patch-1
  • 46b8da8 Update phpmailer.lang-pl.php
  • 45620a9 Merge pull request #2787 from dazsim/fix-overwritten-error-message-on-close
  • b59b64d Merge pull request #2786 from dazsim/fix-addAttachment-folder-bug
  • 91c442f Add failing test for #2786
  • fddd95c fix bug error message supressed on close()
  • c4ed617 fix bug in addAttachment with folder's instead of filenames
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
@dependabot dependabot bot force-pushed the dependabot/composer/phpmailer/phpmailer-6.6.5 branch from 52e5e4f to a80ea6c Compare November 24, 2022 01:55
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.1.8 to 6.6.5.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v6.1.8...v6.6.5)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/phpmailer/phpmailer-6.6.5 branch from a80ea6c to 5f6b210 Compare November 24, 2022 01:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants