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

chore(core): update changelog

This commit is contained in:
Awilum
2020-04-13 19:30:57 +03:00
parent 7f37333bb9
commit 7f296a8dd9

View File

@@ -17,6 +17,10 @@
/api/management/entries
```
* **core:** add Container for extending Flextype Container instead of Controller(s)
* **core:** add Application URL `url` into the common flextype settings #405
* **core:** add new improved plugins sorting in the Plugins API.
* **core:** add dependencies validation for Plugins API #411
* **core:** add manifest file `/src/flextype/config/flextype.yaml` for Flextype
### Bug Fixes
@@ -35,6 +39,17 @@
```
{{ registry.get('plugins.site.settings.title')|e('html') }}
```
* **core:** We should add app `url` into the core instead of `base_url` and `site_url` #405
for e.g. this is a wrong code to access site url:
```
{{ registry.plugins.site.url }}
```
and this is a correct code to access app url:
```
{{ registry.get('flextype.settings.url') }}
```
<a name="0.9.7"></a>
# [0.9.7](https://github.com/flextype/flextype/compare/v0.9.6...v0.9.7) (2020-03-03)