diff --git a/CHANGELOG.md b/CHANGELOG.md index da4a2b2..34208b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.1.0](https://github.com/flextype-plugins/phpmailer) (2020-08-05) + +### Features + +* **core** update code base for new Flextype 0.9.9 + # [1.0.0](https://github.com/flextype-plugins/phpmailer) (2020-06-13) * Initial Release diff --git a/README.md b/README.md index 7c0c539..4620cce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

PHP Mailer plugin for Flextype

-Version License Total downloads Flextype Discord +Version License Total downloads Flextype Discord

## Features @@ -19,7 +19,7 @@ * DKIM and S/MIME signing support * Compatible with PHP 5.5 and later * Namespaced to prevent name clashes -* Much more! +* Much more! ## Dependencies @@ -27,7 +27,7 @@ The following dependencies need to be downloaded and installed for PHP Mailer Pl | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.8 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.9 | [download](https://github.com/flextype/flextype/releases) | ## Installation diff --git a/bootstrap.php b/bootstrap.php index 43846f9..c25c771 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Flextype; +namespace Flextype\Plugin\PHPMailer; use function is_file; diff --git a/composer.json b/composer.json index 9da0cb8..a46d72b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "issues": "https://github.com/flextype-plugins/phpmailer/issues" }, "require": { - "php": ">=7.2.0", + "php": ">=7.2.5", "ext-json": "*", "phpmailer/phpmailer": "~6.1" }, @@ -24,7 +24,7 @@ "apcu-autoloader": true, "optimize-autoloader": true, "platform": { - "php": "7.2.0" + "php": "7.2.5" } } } diff --git a/plugin.yaml b/plugin.yaml index e5d833d..06998bb 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: PHP Mailer -version: 1.0.0 +version: 1.1.0 description: PHP Mailer plugins for Flextype. icon: fas fa-envelope author: @@ -11,4 +11,4 @@ bugs: https://github.com/flextype-plugins/phpmailer/issues license: MIT dependencies: - flextype: 0.9.8 + flextype: 0.9.9