-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bac4bef
commit 4fd4201
Showing
48 changed files
with
1,229 additions
and
629 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,57 @@ | ||
# v1.7.9 | ||
## 03/19/2021 | ||
|
||
1. [](#new) | ||
* Added `Media::hide()` method to hide files from media | ||
* Added `Utils::getPathFromToken()` method which works also with `Flex Objects` | ||
* Added `FlexMediaTrait::getMediaField()`, which can be used to access custom media set in the blueprint fields | ||
* Added `FlexMediaTrait::getFieldSettings()`, which can be used to get media field settings | ||
1. [](#improved) | ||
* Method `Utils::getPagePathFromToken()` now calls the more generic `Utils::getPathFromToken()` | ||
* Updated `SECURITY.md` to use [email protected] | ||
1. [](#bugfix) | ||
* Fixed broken media upload in `Flex` with `@self/path`, `@page` and `@theme` destinations [#3275](https://github.com/getgrav/grav/issues/3275) | ||
* Fixed media fields excluding newly deleted files before saving the object | ||
* Fixed method `$pages->find()` should never redirect [#3266](https://github.com/getgrav/grav/pull/3266) | ||
* Fixed `Page::activeChild()` throwing an error [#3276](https://github.com/getgrav/grav/issues/3276) | ||
* Fixed `Flex Page` CRUD ACL when creating a new page (needs Flex Objects plugin update) [grav-plugin-flex-objects#115](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/115) | ||
* Fixed the list of pages not showing up in admin [#3280](https://github.com/getgrav/grav/issues/3280) | ||
* Fixed text field min/max validation for UTF8 characters [#3281](https://github.com/getgrav/grav/issues/3281) | ||
* Fixed redirects using wrong redirect code | ||
|
||
# v1.7.8 | ||
## 03/17/2021 | ||
|
||
1. [](#new) | ||
* Added `ControllerResponseTrait::createDownloadResponse()` method | ||
* Added full blueprint support to theme if you move existing files in `blueprints/` to `blueprints/pages/` folder [#3255](https://github.com/getgrav/grav/issues/3255) | ||
* Added support for `Theme::getFormFieldTypes()` just like in plugins | ||
1. [](#improved) | ||
* Optimized `Flex Pages` for speed | ||
* Optimized saving visible/ordered pages when there are a lot of siblings [#3231](https://github.com/getgrav/grav/issues/3231) | ||
* Clearing cache now deletes all clockwork files | ||
* Improved `system.pages.redirect_default_route` and `system.pages.redirect_trailing_slash` configuration options to accept redirect code | ||
1. [](#bugfix) | ||
* Fixed clockwork error when clearing cache | ||
* Fixed missing method `translated()` in `Flex Pages` | ||
* Fixed missing `Flex Pages` in site if multi-language support has been enabled | ||
* Fixed Grav using blueprints and form fields from disabled plugins | ||
* Fixed `FlexIndex::sortBy(['key' => 'ASC'])` having no effect | ||
* Fixed default Flex Pages collection ordering to order by filesystem path | ||
* Fixed disappearing pages on save if `pages://` stream resolves to multiple folders where the preferred folder doesn't exist | ||
* Fixed Markdown image attribute `loading` [#3251](https://github.com/getgrav/grav/pull/3251) | ||
* Fixed `Uri::isValidExtension()` returning false positives | ||
* Fixed `page.html` returning duplicated content with `system.pages.redirect_default_route` turned on [#3130](https://github.com/getgrav/grav/issues/3130) | ||
* Fixed site redirect with redirect code failing when redirecting to sub-pages [#3035](https://github.com/getgrav/grav/pull/3035/files) | ||
* Fixed `Uncaught ValueError: Path cannot be empty` when failing to upload a file [#3265](https://github.com/getgrav/grav/issues/3265) | ||
* Fixed `Path cannot be empty` when viewing non-existent log file [#3270](https://github.com/getgrav/grav/issues/3270) | ||
* Fixed `onAdminSave` original page having empty header [#3259](https://github.com/getgrav/grav/issues/3259) | ||
|
||
# v1.7.7 | ||
## 02/23/2021 | ||
|
||
1. [](#new) | ||
* Added `Utils::arrayToQueryParams()` to convert an array into query params | ||
* Added `Utils::arrayToQueryParams()` to convert an array into query params | ||
1. [](#improved) | ||
* Added original image support for all flex objects and media fields | ||
* Improved `Pagination` class to allow custom pagination query parameter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.