Skip to content

Commit

Permalink
Prepare the 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Mar 19, 2021
1 parent 1db92e7 commit 51e5997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Net/SMTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ protected function getBestAuthMethod()
* @return mixed Returns a PEAR_Error with an error message on any
* kind of failure, true on success, or false if SSL/TLS
* isn't available.
* @since 1.9.3
* @since 1.10.0
*/
public function starttls()
{
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2020-08-13</date>
<date>2021-03-19</date>
<version>
<release>1.9.2</release>
<api>1.3.0</api>
<release>1.10.0</release>
<api>1.4.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://opensource.org/licenses/bsd-license.php">BSD-2-Clause</license>
<notes>
* Repackage documentation
* Add the starttls() method
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down

0 comments on commit 51e5997

Please sign in to comment.