From 349eb6b4c1f3050508db20d6377c80fe90054388 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 4 Sep 2019 18:33:55 +0300 Subject: [PATCH] chore(core): update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8822c109..2db9aa7e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,12 +41,14 @@ * Flextype Core: Default theme - settings.json converted to settings.yaml #201 #186 * Flextype Core: Site entries move from JSON to FRONTMATTER (MD) #212 #186 * Flextype Core: Entries - use getDirTimestamp for fetchAll method #212 #186 -* Flextype Site Plugin: settings.json converted to settings.yaml #201 #186 -* Flextype Site Plugin: plugin.json converted to plugin.yaml #201 #186 -* Flextype Site Plugin: en_US.json and ru_RU.json converted to en_US.yaml and ru_RU.yaml #201 #186 * Flextype Core: .gitignore updated * Flextype Core: copyrights updated * Flextype Core: composer.json updated +* Flextype Core: Update path for media from `/image/` to `/image/entries/` +* Flextype Core: Update path for media from `PATH['entries']` to `PATH['assets']` +* Flextype Site Plugin: settings.json converted to settings.yaml #201 #186 +* Flextype Site Plugin: plugin.json converted to plugin.yaml #201 #186 +* Flextype Site Plugin: en_US.json and ru_RU.json converted to en_US.yaml and ru_RU.yaml #201 #186 * Flextype Admin Panel: Settings page improvements #186 * Flextype Admin Panel: Installation page improvements #194 #186 * Flextype Admin Panel: Entries editor page improvements #186