Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump phpmailer/phpmailer from 5.2.2 to 6.9.2 #370

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Warning

Dependabot will stop supporting composer v1!

Please upgrade to version v2.

Bumps phpmailer/phpmailer from 5.2.2 to 6.9.2.

Release notes

Sourced from phpmailer/phpmailer's releases.

PHPMailer 6.9.2

This is a maintenance release.

Changes

  • Escape dots in SMTP transaction ID patterns
  • Add link to aboutmy.email testing service in docs
  • Add a more comprehensive example for using XOAUTH2 with gmail and Azure, thanks to @​decomplexity
  • Update Turkish, Spanish, Japanese, Russian, French translations
  • Add Urdu & Kurdish (Sorani) translations
  • Fix broken links in docs and comments, avoid http links, correct link to LGPL 2.1 license file
  • Cleaner PSR-3 SMTP debug logging
  • Bump GitHub action versions
  • Fix error handler scope issue in POP3 and SMTP classes
  • Numerous test improvements by @​jrfnl

PHPMailer 6.9.1

This is a maintenance and feature release, adding support for the official release of PHP 8.3, methods for removing and replacing custom headers, XCLIENT support, and links to a new way of implementing XOAUTH2 authentication.

The only change likely to have any impact on existing code is that PHPMailer previously attempted to use opportunistic STARTTLS encryption when connecting to localhost, which was unlikely to work. The workaround required setting SMTPAutoTLS = false, but that's no longer required. You may still need to use this setting when connecting to literal IPs.

Changes

  • Add support for official release of PHP 8.3, add experimental support for PHP 8.4
  • Add clearCustomHeader and replaceCustomHeader methods
  • Add support for the XCLIENT SMTP extension with setSMTPXclientAttribute and getSMTPXclientAttributes methods
  • Don't attempt opportunistic TLS when connecting to localhost
  • Add package link and example showing how to use @​decomplexity's SendOauth2 wrapper
  • Update example to show a better way of using an SMTP subclass
  • Avoid some more deprecation warnings
  • Update Danish and Polish translations
  • Add Bengali and Assamese translations

Note: most of these changes were in the unreleased 6.9.0 version.

PHPMailer 6.8.1

This is a minor maintenance release.

Minor security note

The DSN support added in 6.8.0 reflects the DSN back to the user in an error message if it is invalid. If a DSN uses user-supplied input (a very bad idea), it opens a distant possibility of XSS if the host app does not escape output. In an abundance of caution, malformed DSNs are no longer reflected in error messages.

Changes

  • Don't reflect malformed DSNs in error messages to avert any risk of XSS
  • Improve Simplified Chinese, Sinhalese, and Norwegian translations
  • Don't use setAccessible in PHP >= 8.1 in tests
  • Avoid a deprecation notice in PHP 8.3
  • Fix link in readme

PHPMailer 6.8.0

This is a maintenance release with a new feature: DSN URL parsing, added by @​voronkovich. This allows you to create a PHPMailer instance with most important settings by passing in a single URL, ideal for configuring PHPMailer from an environment variable.

... (truncated)

Changelog

Sourced from phpmailer/phpmailer's changelog.

Version 6.9.2 (October 9th, 2024)

  • Escape dots in SMTP transaction ID patterns
  • Add link to aboutmy.email testing service in docs
  • Add a more comprehensive example for using XOAUTH2 with gmail and Azure, thanks to @​decomplexity
  • Update Turkish, Spanish, Japanese, Russian, French translations
  • Add Urdu & Kurdish (Sorani) translations
  • Fix broken links in docs and comments, avoid http links, correct link to LGPL 2.1 license file
  • Cleaner PSR-3 SMTP debug logging
  • Bump GitHub action versions
  • Fix error handler scope issue in POP3 and SMTP classes
  • Numerous test improvements by @​jrfnl

Version 6.9.1 (November 25th, 2023)

  • Finalise SendOauth2 example

Version 6.9.0 (November 23rd, 2023)

  • Add support for official release of PHP 8.3, add experimental support for PHP 8.4
  • Add clearCustomHeader and replaceCustomHeader methods
  • Add support for the XCLIENT SMTP extension with setSMTPXclientAttribute and getSMTPXclientAttributes methods
  • Don't attempt opportunistic TLS when connecting to localhost
  • Add package link and example showing how to use @​decomplexity's SendOauth2 wrapper
  • Update example to show a better way of using an SMTP subclass
  • Avoid some more deprecation warnings
  • Update Danish and Polish translations
  • Add Bengali and Assamese translations

Version 6.8.1 (August 29th, 2023)

  • Don't reflect malformed DSNs in error messages to avert any risk of XSS
  • Improve Simplified Chinese, Sinhalese, and Norwegian translations
  • Don't use setAccessible in PHP >= 8.1 in tests
  • Avoid a deprecation notice in PHP 8.3
  • Fix link in readme

Version 6.8.0 (March 6th, 2023)

  • Add DSN parsing class, thanks to @​voronkovich
  • Fix some name edge cases, expand tests
  • Add pattern for ZonMTA message IDs
  • Improve Hindi translation

Version 6.7.1 (December 8th, 2022)

  • Add official support for PHP 8.2
  • Add PHP 8.3 to test suite with "experimental" status
  • Add ext-openssl to composer suggest list
  • Bump development dependencies

Version 6.7 (December 5th, 2022)

  • Break out boundary definitions into a method (note that boundary format has also changed slightly)
  • Remove MIME preamble to match popular client behaviour, may help with DKIM too
  • Fix handling of trailing whitespace in simple DKIM canonicalisation
  • Fix some possible POP3 auth issues, including a TCP hang (thanks to @​czirkoszoltan)

... (truncated)

Commits
  • a7b17b4 6.9.2
  • f658da9 Changelog
  • 4617ffe Changelog
  • df46489 Add Kurdish Sorani translation
  • d234e50 Simpler regex
  • c1c075a This will never match, so look for a string instead
  • f851553 Merge pull request #3020 from Yurunsoft/fix-set_error_handler
  • 7a67257 Merge pull request #3003 from jeijei4/patch-1
  • 9d05d76 Merge pull request #3096 from jrfnl/feature/ghactions-extension-variation-in-...
  • 6b2e692 GH Actions: test with different sets of extensions
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 10, 2024
@jurre
Copy link
Collaborator

jurre commented Oct 29, 2024

@dependabot recreate

Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 5.2.2 to 6.9.2.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v5.2.2...v6.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/phpmailer/phpmailer-6.9.2 branch from 08eb218 to 800182f Compare October 29, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant