diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c43e88f..0f376046 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,11 +18,14 @@ * Flextype Admin Panel: Add tail section for base.html #186 * Flextype Admin Panel: Add new event onAdminThemeFooter in base.html #186 * Flextype Site Plugin: Add ability to get query inside twig templates #186 +* Flextype Site Plugin: Add ability to return entries in JSON Format #186 * Flextype Default Theme: Add ability to work with tags for default theme #186 ### Fixed * Flextype Core: ShortcodesTwigExtension - issue with null variables - fixed. #186 -* Flextype Core: Fix issue with bind_where in the Entries #186 +* Flextype Core: Fix issue with bind_where expression for Entries fetchAll method #186 +* Flextype Core: Fix issue with and_where expression for Entries fetchAll method #186 +* Flextype Core: Fix issue with or_where expression for Entries fetchAll method #186 ### Changed * Flextype Core: Moving to PHP 7.2 #198 #186 @@ -51,7 +54,6 @@ * Flextype Admin Panel: remove unused css #186 * Flextype Admin Panel: remove unused js #186 - # [0.9.3](https://github.com/flextype/flextype/compare/v0.9.2...v0.9.3) (2019-07-07) ### Fixed