diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68e2623..2e539be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+<a name="1.6.0"></a>
+# [1.6.0](https://github.com/flextype-plugins/phpmailer/compare/v1.5.0...v1.6.0) (2020-12-30)
+
+### Features
+
+* **core** update code base for new Flextype 0.9.14
+* **core** Moving to PHP 7.4
+* **core** use new TWIG Plugin 1.7.0
+
 <a name="1.5.0"></a>
 # [1.5.0](https://github.com/flextype-plugins/phpmailer/compare/v1.4.0...v1.5.0) (2020-12-20)
 
diff --git a/README.md b/README.md
index f2b4a6e..e0935e0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-<h1 align="center">PHP Mailer plugin for <a href="http://flextype.org/">Flextype</a></h1>
+<h1 align="center">PHP Mailer plugin for <a href="https://flextype.org/">Flextype</a></h1>
 
 <p align="center">
-<a href="https://github.com/flextype-plugins/phpmailer/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/phpmailer.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/github/downloads/flextype-plugins/phpmailer/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.13-green.svg" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
+<a href="https://github.com/flextype-plugins/phpmailer/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/phpmailer.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/phpmailer"><img src="https://img.shields.io/github/downloads/flextype-plugins/phpmailer/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.14-green.svg" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
 </p>
 
 ## 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.13 | [download](https://github.com/flextype/flextype/releases) |
+| [flextype](https://github.com/flextype/flextype) | 0.9.14 | [download](https://github.com/flextype/flextype/releases) |
 
 ## Installation
 
diff --git a/composer.json b/composer.json
index d1ebec1..c08c4ed 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
       "issues": "https://github.com/flextype-plugins/phpmailer/issues"
     },
     "require": {
-        "php": ">=7.3.0",
+        "php": ">=7.4.0",
         "ext-json": "*",
         "phpmailer/phpmailer": "~6.1"
     },
@@ -24,7 +24,7 @@
         "apcu-autoloader": true,
         "optimize-autoloader": true,
         "platform": {
-            "php": "7.3.0"
+            "php": "7.4.0"
         }
     }
 }
diff --git a/plugin.yaml b/plugin.yaml
index b468a3a..b9219a0 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,5 +1,5 @@
 name: PHP Mailer
-version: 1.5.0
+version: 1.6.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.13
+  flextype: 0.9.14
diff --git a/settings.yaml b/settings.yaml
index 3602d02..ede80ba 100644
--- a/settings.yaml
+++ b/settings.yaml
@@ -2,4 +2,4 @@
 enabled: true
 
 # PHP Mailer plugin priority
-priority: 80
+priority: 100