diff --git a/CHANGELOG.md b/CHANGELOG.md index 5759c2a..f0fbe3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ + +# [1.3.0](https://github.com/flextype-plugins/phpmailer/compare/v1.2.0...v1.3.0) (2020-08-25) + +### Features + +* **core** update code base for new Flextype 0.9.11 + # [1.2.0](https://github.com/flextype-plugins/phpmailer) (2020-08-19) ### Features -* **core** update code base for new Flextype 0.9.9 +* **core** update code base for new Flextype 0.9.10 # [1.1.0](https://github.com/flextype-plugins/phpmailer) (2020-08-05) diff --git a/README.md b/README.md index 837b001..9b4f0f2 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 @@ -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.10 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.11 | [download](https://github.com/flextype/flextype/releases) | ## Installation diff --git a/plugin.yaml b/plugin.yaml index 060f62b..20e8f4a 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: PHP Mailer -version: 1.2.0 +version: 1.3.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.10 + flextype: 0.9.11