Skip to content

Commit

Permalink
Accounts Admin 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jun 24, 2020
1 parent 8f671a5 commit 8a576cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
<a name="1.1.2"></a>
# [1.1.2](https://github.com/flextype-plugins/accounts-admin) (2020-06-24)

### Features

* **core** do not allow to delete logged in user account
* **fieldsets** update accounts-admin-add fieldsets, add default role - user

`accounts-admin-add.yaml`

```
roles:
title: accounts_admin_roles
type: tags
size: 12
default: user
validation:
required: false
```
### Bug Fixes
* **lang** fix translates
* **middleware** get supper_admin_registered property directly from the config
<a name="1.1.1"></a>
# [1.1.1](https://github.com/flextype-plugins/accounts-admin) (2020-06-23)
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: Accounts Admin
version: 1.1.1
version: 1.1.2
description: Accounts Admin Plugin to manage users accounts in Flextype Admin Panel.
icon: fas fa-users
author:
Expand Down

0 comments on commit 8a576cc

Please sign in to comment.