Skip to content

Commit

Permalink
Prepare the v.1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
schengawegga committed Aug 8, 2023
1 parent 4bf131c commit 1665e1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- 8.0
- nightly
install:
- pear list
Expand Down
9 changes: 5 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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="/">
Expand Down

0 comments on commit 1665e1b

Please sign in to comment.