Feature/add subscription type to the admin user table (#311)

* Add the subscription type to the user table in the admin control panel

* Update changelog
This commit is contained in:
Thomas Kaul
2021-08-22 22:11:05 +02:00
committed by GitHub
parent 2083d28d02
commit 98dac4052a
9 changed files with 76 additions and 30 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Added the subscription type to the users table of the admin control panel
## 1.41.0 - 21.08.2021
### Added