Skip to content

Commit bdd681c

Browse files
committed
Admin 1.9.1
1 parent fe286f0 commit bdd681c

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.9.1"></a>
2+
# [1.9.1](https://github.com/flextype-plugins/admin) (2021-01-16)
3+
4+
### Bug Fixes
5+
6+
* **entries-controller** fix issue non exists media folders on entries actions
7+
18
<a name="1.9.0"></a>
29
# [1.9.0](https://github.com/flextype-plugins/admin) (2021-01-14)
310

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Flextype Admin Plugin
77
*
8-
* @link http://digital.flextype.org
8+
* @link https://flextype.org
99
*
1010
* For the full copyright and license information, please view the LICENSE
1111
* file that was distributed with this source code.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "Sergey Romanenko",
11-
"email": "support@flextype.org",
11+
"email": "sergey.romanenko@flextype.org",
1212
"homepage": "https://digital.flextype.org"
1313
}
1414
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Admin",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "Admin theme for Flextype",
55
"homepage": "https://flextype.org",
66
"author": "Sergey Romanenko",

plugin.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
name: Admin
2-
version: 1.9.0
2+
version: 1.9.1
33
description: Admin Panel plugin for Flextype.
44
icon:
55
name: fort-awesome
66
set: "fontawesome|brands"
77
author:
88
name: Sergey Romanenko
9-
email: support@flextype.org
9+
email: sergey.romanenko@flextype.org
1010
url: https://flextype.org
1111
homepage: https://github.com/flextype-plugins/admin
1212
documentation: https://github.com/flextype-plugins/admin
1313
changelog: https://github.com/flextype-plugins/admin/blob/master/CHANGELOG.md
1414
bugs: https://github.com/flextype-plugins/admin/issues
15-
keywords: admin, panel, manager
1615
license: MIT
1716

1817
dependencies:

preview.png

16.7 KB
Loading

0 commit comments

Comments
 (0)