diff --git a/feedback/phpmailer/README.md b/feedback/phpmailer/README.md index 85f758d..6270646 100644 --- a/feedback/phpmailer/README.md +++ b/feedback/phpmailer/README.md @@ -34,7 +34,7 @@ Formatting email correctly is surprisingly difficult. There are myriad overlappi The PHP `mail()` function usually sends via a local mail server, typically fronted by a `sendmail` binary on Linux, BSD and OS X platforms, however, Windows usually doesn't include a local mail server; PHPMailer's integrated SMTP implementation allows email sending on Windows platforms without a local mail server. ## License -This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license. Please read LICENSE for information on the software availability and distribution. +This software is distributed under the [LGPL 2.1](http://www.gnu.org/licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read LICENSE for information on the software availability and distribution. ## Installation & loading PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file: diff --git a/feedback/phpmailer/VERSION b/feedback/phpmailer/VERSION index e873808..41bd15e 100644 --- a/feedback/phpmailer/VERSION +++ b/feedback/phpmailer/VERSION @@ -1 +1 @@ -6.0.6 \ No newline at end of file +6.0.7 \ No newline at end of file diff --git a/feedback/phpmailer/language/phpmailer.lang-ms.php b/feedback/phpmailer/language/phpmailer.lang-ms.php index 4e2c340..f12a6ad 100644 --- a/feedback/phpmailer/language/phpmailer.lang-ms.php +++ b/feedback/phpmailer/language/phpmailer.lang-ms.php @@ -23,4 +23,4 @@ $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() telah gagal.'; $PHPMAILER_LANG['smtp_error'] = 'Ralat pada pelayan SMTP: '; $PHPMAILER_LANG['variable_set'] = 'Tidak boleh menetapkan atau menetapkan semula pembolehubah: '; -//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; +$PHPMAILER_LANG['extension_missing'] = 'Sambungan hilang: '; diff --git a/feedback/phpmailer/src/PHPMailer.php b/feedback/phpmailer/src/PHPMailer.php index a3be338..5210492 100644 --- a/feedback/phpmailer/src/PHPMailer.php +++ b/feedback/phpmailer/src/PHPMailer.php @@ -701,7 +701,7 @@ class PHPMailer * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * Error severity: message only, continue processing. diff --git a/feedback/phpmailer/src/POP3.php b/feedback/phpmailer/src/POP3.php index 9dab992..66cf273 100644 --- a/feedback/phpmailer/src/POP3.php +++ b/feedback/phpmailer/src/POP3.php @@ -45,7 +45,7 @@ class POP3 * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * Default POP3 port number. diff --git a/feedback/phpmailer/src/SMTP.php b/feedback/phpmailer/src/SMTP.php index 9651e52..da85442 100644 --- a/feedback/phpmailer/src/SMTP.php +++ b/feedback/phpmailer/src/SMTP.php @@ -34,7 +34,7 @@ class SMTP * * @var string */ - const VERSION = '6.0.6'; + const VERSION = '6.0.7'; /** * SMTP line break constant.