Browse Source

Merge branch 'master' of github.com:Squidex/squidex

pull/403/head
Sebastian Stehle 7 years ago
parent
commit
495a92b968
  1. 7
      CHANGELOG.md
  2. 8
      src/Squidex/app/features/settings/pages/more/more-page.component.html

7
CHANGELOG.md

@ -1,5 +1,12 @@
# Changelog
## 3.2.2 - 2019-08-20
### Bugfixes
* **API**: Fixed a bug that prevented json response for field endpoint to be serialized correctly.
* **UI**: Layout fix for clients page.
## 3.2.1 - 2019-08-19
### Bugfixes

8
src/Squidex/app/features/settings/pages/more/more-page.component.html

@ -6,15 +6,17 @@
</ng-container>
<ng-container content>
<div class="card border-danger">
<div class="card">
<h3 class="card-header">Danger Zone</h3>
<div class="card-body">
<div class="row">
<div class="col">
<h4>Archive App</h4>
<h5>Archive App</h5>
<div>Once you archive an app, there is no going back. Please be certain.</div>
<sqx-form-hint>
Once you archive an app, there is no going back. Please be certain.
</sqx-form-hint>
</div>
<div class="col-auto">
<button type="button" class="btn btn-danger"

Loading…
Cancel
Save