Skip to content

Commit cfd963d

Browse files
committed
Prepare the 1.10.1 release
1 parent da3c239 commit cfd963d

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"email": "[email protected]",
1111
"name": "Chuck Hagenbuch",
1212
"role": "Lead"
13+
},
14+
{
15+
"email": "[email protected]",
16+
"name": "Armin Graefe",
17+
"role": "Lead"
1318
}
1419
],
1520
"autoload": {

package.xml

+11-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,15 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2021-03-19</date>
19+
<lead>
20+
<name>Armin Graefe</name>
21+
<user>schengawegga</user>
22+
<email>[email protected]</email>
23+
<active>yes</active>
24+
</lead>
25+
<date>2022-09-23</date>
2026
<version>
21-
<release>1.10.0</release>
27+
<release>1.10.1</release>
2228
<api>1.4.0</api>
2329
</version>
2430
<stability>
@@ -27,7 +33,9 @@
2733
</stability>
2834
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
2935
<notes>
30-
* Add the starttls() method
36+
* BugFix: (authXOAuth2) longer tokens violate maximum SMTP command line length #70
37+
* BugFix: (disconnect) socket will not disconnect on erroneous response upon QUIT message #71
38+
* BugFix: Fix PHP 8.2 deprecation warnings on undefined properties #72
3139
</notes>
3240
<contents>
3341
<dir baseinstalldir="/" name="/">

0 commit comments

Comments
 (0)