diff --git a/CHANGELOG.md b/CHANGELOG.md
index c56b4a6e..00eff999 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [1.9.1](https://github.com/flextype-plugins/admin) (2021-01-16)
+
+### Bug Fixes
+
+* **entries-controller** fix issue non exists media folders on entries actions
+
# [1.9.0](https://github.com/flextype-plugins/admin) (2021-01-14)
diff --git a/bootstrap.php b/bootstrap.php
index 87770d6d..d663c354 100755
--- a/bootstrap.php
+++ b/bootstrap.php
@@ -5,7 +5,7 @@
/**
* Flextype Admin Plugin
*
- * @link http://digital.flextype.org
+ * @link https://flextype.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
diff --git a/composer.json b/composer.json
index f19dbf9a..a5d6cf45 100755
--- a/composer.json
+++ b/composer.json
@@ -8,7 +8,7 @@
"authors": [
{
"name": "Sergey Romanenko",
- "email": "support@flextype.org",
+ "email": "sergey.romanenko@flextype.org",
"homepage": "https://digital.flextype.org"
}
],
diff --git a/package.json b/package.json
index 9b62d3de..c8feda42 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Admin",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "Admin theme for Flextype",
"homepage": "https://flextype.org",
"author": "Sergey Romanenko",
diff --git a/plugin.yaml b/plugin.yaml
index beecf18e..1bdaa749 100755
--- a/plugin.yaml
+++ b/plugin.yaml
@@ -1,18 +1,17 @@
name: Admin
-version: 1.9.0
+version: 1.9.1
description: Admin Panel plugin for Flextype.
icon:
name: fort-awesome
set: "fontawesome|brands"
author:
name: Sergey Romanenko
- email: support@flextype.org
+ email: sergey.romanenko@flextype.org
url: https://flextype.org
homepage: https://github.com/flextype-plugins/admin
documentation: https://github.com/flextype-plugins/admin
changelog: https://github.com/flextype-plugins/admin/blob/master/CHANGELOG.md
bugs: https://github.com/flextype-plugins/admin/issues
-keywords: admin, panel, manager
license: MIT
dependencies:
diff --git a/preview.png b/preview.png
index 990068d1..1894b963 100644
Binary files a/preview.png and b/preview.png differ