Skip to content

Commit

Permalink
Admin 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed May 13, 2020
1 parent 680637f commit 10e682f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="1.0.1"></a>
# [1.0.1](https://github.com/flextype-plugins/admin) (2020-05-13)

### Bug Fixes

* **core:** fix images api link in entries media page
* **core:** fix api's icons in api's page


<a name="1.0.0"></a>
# [1.0.0](https://github.com/flextype-plugins/admin) (2020-05-09)
* General codebase and architecture update for Flextype 0.9.8
2 changes: 1 addition & 1 deletion dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* @link http://digital.flextype.org
* @link https://digital.flextype.org
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Admin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Admin theme for Flextype",
"homepage": "http://flextype.org",
"author": "Sergey Romanenko",
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Admin
version: 1.0.0
version: 1.0.1
description: Admin Panel plugin for Flextype.
icon: fab fa-fort-awesome
author:
Expand Down

0 comments on commit 10e682f

Please sign in to comment.