From 824cb273b6bbc3c752b0b48e0efa1d1d35b2eb74 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 18 Jun 2019 11:58:42 +0300 Subject: [PATCH] CHANGELOG UPDATES --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0e2d13..abf5f8e3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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