Browse Source

Changelog.

pull/283/head v1.4.0
Sebastian 8 years ago
parent
commit
7693309b3b
  1. 13
      CHANGELOG.md
  2. 2
      src/Squidex/appsettings.json

13
CHANGELOG.md

@ -1,10 +1,21 @@
# Changelog
## v1.4.0 - 2018-05-02
### Features
* **UI**: Big refactorings and UI improvements.
* **Actions**: New log formatter with placeholder for user infos.
* **Actions**: Azure Queue action.
* **Actions**: Algolia action.
* **Actions**: Fastly action.
* **Backup**: Backup all your data to an archive.
## v1.3.0 - 2018-02-17
### Features
* **Actions**: ElasticSearch action
* **Actions**: ElasticSearch action.
### Refactorings

2
src/Squidex/appsettings.json

@ -177,7 +177,7 @@
"identity": {
/*
* Enable password auth.
* Enable password auth. Set this to false if you want to disable local login, leaving only 3rd party login options.
*/
"allowPasswordAuth": true,
/*

Loading…
Cancel
Save