diff --git a/Net/SMTP.php b/Net/SMTP.php index 7ee170d..029632e 100644 --- a/Net/SMTP.php +++ b/Net/SMTP.php @@ -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() { diff --git a/package.xml b/package.xml index 5c5d534..be3fdaf 100644 --- a/package.xml +++ b/package.xml @@ -16,10 +16,10 @@ chuck@horde.org yes - 2020-08-13 + 2021-03-19 - 1.9.2 - 1.3.0 + 1.10.0 + 1.4.0 stable @@ -27,7 +27,7 @@ BSD-2-Clause -* Repackage documentation +* Add the starttls() method