1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

chore(core): update changelog

This commit is contained in:
Awilum
2020-02-29 13:30:45 +03:00
parent 264e25589d
commit 7ee601ab8d

View File

@@ -15,6 +15,14 @@
* **core:** add new core constants `PATH['tokens']`, `PATH['accounts']`, `PATH['logs']`, `PATH['uploads']`
* **core:** add new locales support Persian, Indonesian, Galician #327
* **core:** add alternative comparison syntax for Entries API
Alternative comparison syntax:
```
!= - Not equals to
like - Contains the substring
```
* **core:** set entries field `routable`=`true` on new entry creation #320
* **core:** use `array_merge()` instead of `array_replace_recursive()` for entries update method.
* **core:** initialize plugins before themes #323
@@ -118,6 +126,7 @@
### BREAKING CHANGES
* **core:** remove Debug, Html and Form Flextype Components.
* **admin-plugin:** remove Twitter Bootstrap.
* **admin-plugin:** remove user profile page `/admin/profile`
* **admin-plugin:** method `getUsers()` renamed to `getUsersList()` in UsersController.