0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
Commit Graph

2129 Commits

Author SHA1 Message Date
Marcus Bointon
9400f305a8
6.6.3 2022-06-20 11:21:02 +02:00
Marcus Bointon
e6fbc528c5
Merge pull request #2714 from ZhangChengLin/master-zcl
ISO 639-1 Language code and content do not match
2022-06-20 11:16:35 +02:00
Marcus Bointon
e39958ed89
Don't put this in .gitignore 2022-06-20 11:16:07 +02:00
Marcus Bointon
ef60bd95dc
Update changelog.md 2022-06-19 13:59:42 +02:00
Marcus Bointon
f06453cbed
Merge pull request #2306 from wispas/patch-1
Create phpmailer.lang-mgl.php
2022-06-19 13:59:00 +02:00
Marcus Bointon
090e168fa9
Cleanup 2022-06-19 13:55:57 +02:00
ZhangChengLin
2f7852929d Add IDE configuration directory ".idea" 2022-06-18 23:19:37 +08:00
ZhangChengLin
1023717ed7 ISO 639-1 Language code and content do not match 2022-06-18 22:58:35 +08:00
Marcus Bointon
52d82dbdef
Merge pull request #2459 from rx80/patch-1
Simplify use of get_oauth_token.php
2022-06-17 00:20:22 +02:00
Marcus Bointon
7599b516d4
Changelog 2022-06-17 00:20:04 +02:00
Marcus Bointon
54afdfecb5
CS 2022-06-17 00:17:12 +02:00
Marcus Bointon
ac12a9de6e
cleanup 2022-06-17 00:11:49 +02:00
Marcus Bointon
2f4b684353
Merge pull request #2707 from MathiasReker/0-simplified-if-return
simplified if return
2022-06-16 20:36:39 +02:00
Marcus Bointon
77d4559c26
Cleanup 2022-06-16 20:33:55 +02:00
Marcus Bointon
4daa547921
Remove unnecessary cast
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
2022-06-16 20:17:10 +02:00
Marcus Bointon
70fde2aee4
Merge pull request #2713 from MathiasReker/0-no-superfluous-elseif
no superfluous elseif
2022-06-16 19:50:38 +02:00
Marcus Bointon
8fe6c1296d
Merge pull request #2710 from MathiasReker/0-explicit-indirect-variable
explicit indirect variable
2022-06-16 19:46:14 +02:00
MathiasReker
b9b12cfc6d no superfluous elseif
Replaces superfluous elseif with if.
2022-06-16 19:35:23 +02:00
MathiasReker
998bfddd69 explicit indirect variable
Add curly braces to indirect variables to make them clear to understand.
2022-06-16 19:34:47 +02:00
MathiasReker
0747b8ca05 simplified if return
Simplify if control structures that return the boolean result of their condition.
2022-06-16 19:33:09 +02:00
Marcus Bointon
a4d87ad5bd
CS 2022-06-15 22:15:55 +02:00
Marcus Bointon
d610dddcf9
CS 2022-06-15 22:15:28 +02:00
Marcus Bointon
3aaac73c6d
Improve docs on addEmbeddedImage 2022-06-15 22:05:22 +02:00
Marcus Bointon
b52ed06864
6.6.2 2022-06-14 11:27:21 +02:00
Marcus Bointon
2aa2bd20db
Try alternative docs publishing action 2022-06-14 11:14:49 +02:00
Marcus Bointon
7b46afb098
Merge pull request #2700 from jrfnl/feature/composer-update-parallel-lint-restraints
Composer: update PHP Parallel Lint and Console Highlighter
2022-06-14 10:59:28 +02:00
jrfnl
29177b4766
Composer: update PHP Parallel Lint and Console Highlighter
PHP Console Highlighter has released version `1.0.0` and PHP Parallel Lint version `1.3.2` is the first PHP Parallel Lint version which supports PHP Console Highlighter `1.0.0`.

As the minimum supported PHP version is still PHP 5.3 for both, we can safely update both dependency requirements.

Refs:
* https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases/tag/v1.0.0
* https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.3.2
2022-06-14 10:53:57 +02:00
Marcus Bointon
8819eba844
Merge pull request #2665 from jrfnl/feature/lint-show-deprecated
Composer script: show deprecations when linting and update lint dependencies
2022-06-14 10:49:01 +02:00
Marcus Bointon
a4bf414da6
6.6.1 2022-06-14 10:19:03 +02:00
Marcus Bointon
0ad3a474af
Don't clear errors on RSET, fixes #2696 2022-06-14 10:17:49 +02:00
Marcus Bointon
bf99c202a9
Avoid passing null to functions, fixes #2667 2022-04-12 10:05:58 +02:00
Marcus Bointon
88a21e101f
Merge pull request #2666 from PHPMailer/dependabot/github_actions/maxheld83/ghpages-0.3.0
GH Actions: Bump maxheld83/ghpages from 0.2.1 to 0.3.0
2022-04-07 22:33:00 +02:00
dependabot[bot]
8ab58f1d16
GH Actions: Bump maxheld83/ghpages from 0.2.1 to 0.3.0
Bumps [maxheld83/ghpages](https://github.com/maxheld83/ghpages) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/maxheld83/ghpages/releases)
- [Commits](https://github.com/maxheld83/ghpages/compare/v0.2.1...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 20:19:01 +00:00
Marcus Bointon
3480465914
Merge pull request #2664 from jrfnl/feature/add-dependabot-config-for-ghactions
Add dependabot configuration file
2022-04-07 22:18:30 +02:00
jrfnl
38355bb140
Composer script: show deprecations when linting
While rare, there are some deprecations which PHP can show when a file is being linted.
By default these are ignored by PHP-Parallel-Lint.

Apparently though, there is an option to show them (wasn't documented until recently), so let's turn that option on.
2022-04-07 14:05:06 +02:00
jrfnl
b7ba94e0f5
Add dependabot configuration file
This commit adds an initial Dependabot configuration to:
* Submit pull requests for security updates and version updates for GH Action runner dependencies.

At a later point in time, it could be considered to enable it for Composer dependencies as well.

The configuration has been set up to:
* Run weekly.
* Submit a maximum of 5 pull requests at a time.
    If additional pull requests are needed, these will subsequently be submitted the next time Dependabot runs after one or more of the open pull requests have been merged.
* The commit messages for PRs submitted by Dependabot will be prefixed with "GH Actions:" similar to previous PRs I've submitted manually for the same.
2022-04-07 14:04:02 +02:00
Marcus Bointon
0ddee75e3a
Merge pull request #2663 from jrfnl/feature/ghactions-update-codecov
GH Actions: version update for codecov action runner
2022-04-07 11:13:36 +02:00
jrfnl
ee3570ea70
GH Actions: version update for codecov action runner
Yet another predefined action has had a major release.

This is, again, mostly just a change of the Node version used by the action itself (from Node 12 to Node 16).

Refs:
* https://github.com/codecov/codecov-action/releases
2022-04-05 23:49:50 +02:00
Marcus Bointon
0912769c66
#SlavaUkraini 2022-03-11 07:35:51 +01:00
Marcus Bointon
85350ad372
#SlavaUkraini 2022-03-11 07:33:49 +01:00
Marcus Bointon
76b348ebac
Fix test order 2022-03-08 22:39:06 +01:00
Marcus Bointon
a3028ab03b
This wasn't actually testing BCC-only addressing! 2022-03-08 22:37:13 +01:00
Marcus Bointon
c402bb4425
Merge pull request #2641 from jrfnl/feature/ghactions-update-various-actions
GH Actions: version update for various predefined actions
2022-03-05 23:58:38 +01:00
jrfnl
21856c00e5
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases
2022-03-05 15:36:07 +01:00
Marcus Bointon
e43bac82ed
Changelog 2022-02-28 16:31:21 +01:00
Marcus Bointon
ce32116f3b
Merge pull request #2526 from miken32/master
Provide additional error details after connection failures
2022-02-28 16:08:19 +01:00
Marcus Bointon
3525f1b6da
Give up on that test config 2022-02-28 16:03:27 +01:00
Marcus Bointon
70c20c6324
Rearrange tests to deal with version issues 2022-02-28 15:48:25 +01:00
Marcus Bointon
cb53dde517
6.6.0 2022-02-28 15:26:21 +01:00
Marcus Bointon
03649a2ffb
CS 2022-02-28 15:11:05 +01:00