Skip to content

Commit

Permalink
Prepare the 1.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
schengawegga committed Sep 23, 2022
1 parent da3c239 commit cfd963d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"email": "[email protected]",
"name": "Chuck Hagenbuch",
"role": "Lead"
},
{
"email": "[email protected]",
"name": "Armin Graefe",
"role": "Lead"
}
],
"autoload": {
Expand Down
14 changes: 11 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2021-03-19</date>
<lead>
<name>Armin Graefe</name>
<user>schengawegga</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-09-23</date>
<version>
<release>1.10.0</release>
<release>1.10.1</release>
<api>1.4.0</api>
</version>
<stability>
Expand All @@ -27,7 +33,9 @@
</stability>
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
<notes>
* Add the starttls() method
* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line length #70
* BugFix: (disconnect) socket will not disconnect on erroneous response upon QUIT message #71
* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down

0 comments on commit cfd963d

Please sign in to comment.