1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

CHANGELOG UPDATES

This commit is contained in:
Awilum
2019-06-18 11:58:42 +03:00
parent 8afa617b52
commit 824cb273b6

View File

@@ -2,22 +2,22 @@
### Added
- Flextype Admin Panel: new setting `route` added to customize admin base route. #154
- Flextype Core: GlobalVarsTwigExtension - new global constant `PATH_FIELDSETS` added. #154
- Flextype Core: Entries API - public property $entry added. #154
- Flextype Core: Entries API - public property $entries added. #154
- Flextype Core: Entries API - new event onEntryAfterInitialized added. #154
- Flextype Core: Entries API - new event onEntriesAfterInitialized added. #154
- Flextype Site Plugin: public property $entry added. #154
- Flextype Site Plugin: new event onSiteEntryAfterInitialized added.#154
- Flextype Core: Entries API - public property `$entry` added. #154
- Flextype Core: Entries API - public property `$entries` added. #154
- Flextype Core: Entries API - new event `onEntryAfterInitialized` added. #154
- Flextype Core: Entries API - new event `onEntriesAfterInitialized` added. #154
- Flextype Site Plugin: public property `$entry` added. #154
- Flextype Site Plugin: new event `onSiteEntryAfterInitialized` added.#154
### Fixed
- Flextype Core: Entries API - fetchALL() issue with fetching entries recursively fixed. #154 #161
- Flextype Core: Entries API - `fetchALL()` issue with fetching entries recursively fixed. #154 #161
### Changed
- Flextype Site: code refactoring. #154
- Flextype Admin Panel: code refactoring. #154
### Removed
- Flextype Core: Entries API - remove unused Shortcodes code from method fetch() #162
- Flextype Core: Entries API - remove unused Shortcodes code from method `fetch()` #162
## [0.9.0] - 2019-06-14
### Added