mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
51 lines
948 B
Markdown
51 lines
948 B
Markdown
---
|
|
hide_table_of_contents: true
|
|
---
|
|
|
|
|
|
# 0.2.1
|
|
|
|
Not yet released.
|
|
|
|
### 🚀 New features
|
|
- [OpenPanel Enterprise Edition](/product/openpanel-premium-control-panel/)
|
|
- OpenAdmin > Templates
|
|
|
|
### 🐛 Bug fixes
|
|
- Excluded `/send_email` route on OpenAdmin from terms check.
|
|
- Fixed bug with `server_config.yml` file missing for new accounts.
|
|
- Fixed bug with OpenPanel > WPManager not displaying screenshots from remote api due to CSP setting.
|
|
|
|
|
|
### 💅 Polish
|
|
|
|
|
|
### opencli license
|
|
|
|
`opencli license` is a new command dedicated to Enterprise users. It allows you to set a license key, verify it, display information and delete the key to downgrade to Community edition.
|
|
|
|
|
|
View available options:
|
|
```bash
|
|
opencli license
|
|
```
|
|
|
|
Adding a license key:
|
|
```bash
|
|
opencli license <KEY>
|
|
```
|
|
|
|
View license key:
|
|
```bash
|
|
opencli license key
|
|
```
|
|
|
|
View license information:
|
|
```bash
|
|
opencli license info
|
|
```
|
|
Delete license key:
|
|
```bash
|
|
opencli license delete
|
|
```
|