-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bf131c
commit 1665e1b
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ php: | |
- 5.6 | ||
- 7.0 | ||
- 7.1 | ||
- 7.2 | ||
- 7.3 | ||
- 7.4 | ||
- 8.0 | ||
- nightly | ||
install: | ||
- pear list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,9 +28,9 @@ | |
<email>[email protected]</email> | ||
<active>no</active> | ||
</developer> | ||
<date>2022-11-29</date> | ||
<date>2023-08-08</date> | ||
<version> | ||
<release>1.5.0</release> | ||
<release>1.5.1</release> | ||
<api>1.3.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -39,8 +39,9 @@ | |
</stability> | ||
<license uri="https://opensource.org/licenses/BSD-3-Clause">New BSD License</license> | ||
<notes> | ||
* New Feature: Establish STARTTLS connection without authentication (add new param 'starttls') #17 | ||
* BugFix: Del: deprecation warnings (PHP 8.1 E_DEPRECATED warnings when you provide null values) #20 | ||
* BugFix: Do not use parseAddressList statically #21 | ||
* BugFix: Dynamic properties deprecation (initialized several undefined variables) #22 #26 | ||
* BugFix: Problem with giving port to constructor in smtpmx.php #26 | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|