diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1ec010..542b4b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [1.10.0](https://github.com/flextype-plugins/site/compare/v1.9.0...v1.10.0) (2021-01-07)
+
+### Features
+
+* Update code base for new Icon 2.0.0
+
# [1.9.0](https://github.com/flextype-plugins/site/compare/v1.8.0...v1.9.0) (2021-01-03)
@@ -5,7 +12,6 @@
* **core** add plugin.php file
* **core** improve controllers handling in routes for performance enhancements
-* **core** add plugin.php file
### Bug Fixes
diff --git a/README.md b/README.md
index 54b607d..188e2ea 100755
--- a/README.md
+++ b/README.md
@@ -15,14 +15,14 @@ The following dependencies need to be downloaded and installed for Site Plugin.
| Item | Version | Download |
|---|---|---|
| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
-| [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
+| [twig](https://github.com/flextype-plugins/twig) | >=2.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
| [noir](https://github.com/flextype-themes/noir) | >=1.0.0 | [download](https://github.com/flextype-themes/noir/releases) |
## Installation
1. Download & Install all required dependencies.
2. Create new folder `/project/plugins/site`
-3. Download jQuery Plugin and unzip plugin content to the folder `/project/plugins/site`
+3. Download Site Plugin and unzip plugin content to the folder `/project/plugins/site`
## Documentation
diff --git a/plugin.yaml b/plugin.yaml
index 793f045..000fbe1 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,7 +1,9 @@
name: Site
-version: 1.9.0
+version: 1.10.0
description: Site plugin to display entries content on the website frontend.
-icon: fas fa-globe
+icon:
+ name: globe
+ set: "fontawesome|solid"
author:
name: Sergey Romanenko
email: support@flextype.org
@@ -12,4 +14,4 @@ license: MIT
dependencies:
flextype: 0.9.15
- twig: '>=1.0.0'
+ twig: '>=2.0.0'