D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
softaculous
/
grav
/
Filename :
changelog.txt
back
Copy
# v1.7.17 ## 06/15/2021 1. [](#new) * Interface `FlexDirectoryInterface` now extends `FlexAuthorizeInterface` 1. [](#improved) * Allow to unset an asset attribute by specifying null (ie, `'defer': null`) * Support specifying custom attributes to assets in a collection [Read more](https://learn.getgrav.org/17/themes/asset-manager#collections-with-attributes?target=_blank) [#3358](https://github.com/getgrav/grav/issues/3358) * File `frontmatter.yaml` isn't part of media, ignore it * Switched default `JQuery` collection to use 3.x rather than 2.x 1. [](#bugfix) * Fixed missing styles when CSS/JS Pipeline is used and `asset://` folder is missing * Fixed permission check when moving a page [#3382](https://github.com/getgrav/grav/issues/3382) # v1.7.16 ## 06/02/2021 1. [](#new) * Added 'addFrame()' method to ImageMedium [#3323](https://github.com/getgrav/grav/pull/3323) 1. [](#improved) * Set `cache.clear_images_by_default` to `false` by default * Improve error on bad nested form data [#3364](https://github.com/getgrav/grav/issues/3364) 1. [](#bugfix) * Improve Plugin and Theme initialization to fix PHP8 bug [#3368](https://github.com/getgrav/grav/issues/3368) * Fixed `pathinfo()` twig filter in PHP7 * Fixed the first visible child page getting ordering number `999999.` [#3365](https://github.com/getgrav/grav/issues/3365) * Fixed flex pages search using only folder name [#3316](https://github.com/getgrav/grav/issues/3316) * Fixed flex pages using wrong type in `onBlueprintCreated` event [#3157](https://github.com/getgrav/grav/issues/3157) * Fixed wrong SRI paths invoked when Grav instance as a sub folder [#3358](https://github.com/getgrav/grav/issues/3358) * Fixed SRI trying to calculate remote assets, only ever set integrity for local files. Use the SRI provided by the remote source and manually add it in the `addJs/addCss` call for remote support. [#3358](https://github.com/getgrav/grav/issues/3358) * Fix for weird regex issue with latest PHP versions on Intel Macs causing params to not parse properly in URI object # v1.7.15 ## 05/19/2021 1. [](#improved) * Allow optional start date in page collections [#3350](https://github.com/getgrav/grav/pull/3350) * Added `page` and `output` properties to `onOutputGenerated` and `onOutputRendered` events 1. [](#bugfix) * Fixed twig deprecated TwigFilter messages [#3348](https://github.com/getgrav/grav/issues/3348) * Fixed fatal error with some markdown links [getgrav/grav-premium-issues#95](https://github.com/getgrav/grav-premium-issues/issues/95) * Fixed markdown media operations not working when using `image://` stream [#3333](https://github.com/getgrav/grav/issues/3333) [#3349](https://github.com/getgrav/grav/issues/3349) * Fixed copying page without changing the slug [getgrav/grav-plugin-admin#2135](https://github.com/getgrav/grav-plugin-admin/issues/2139) * Fixed missing and commonly used methods when using `system.twig.undefined_functions = false` [getgrav/grav-plugin-admin#2138](https://github.com/getgrav/grav-plugin-admin/issues/2138) * Fixed uploading images into Flex Object if field destination is not set # v1.7.14 ## 04/29/2021 1. [](#new) * Added `MediaUploadTrait::checkFileMetadata()` method 1. [](#improved) * Updating a theme should always keep the custom files [getgrav/grav-plugin-admin#2135](https://github.com/getgrav/grav-plugin-admin/issues/2135) 1. [](#bugfix) * Fixed broken numeric language codes in Flex Pages [#3332](https://github.com/getgrav/grav/issues/3332) * Fixed broken `exif_imagetype()` twig function # v1.7.13 ## 04/23/2021 1. [](#new) * Added support for getting translated collection of Flex Pages using `$collection->withTranslated('de')` 1. [](#improved) * Moved `gregwar/Image` and `gregwar/Cache` in-house to official `getgrav/Image` and `getgrav/Cache` packagist packages. This will help environments with very strict proxy setups that don't allow VCS setup. [#3289](https://github.com/getgrav/grav/issues/3289) * Improved XSS Invalid Protocol detection regex [#3298](https://github.com/getgrav/grav/issues/3298) * Added support for user provided folder in Flex `$page->copy()` 1. [](#bugfix) * Fixed `The "Grav/Common/Twig/TwigExtension" extension is not enabled` when using markdown twig tag [#3317](https://github.com/getgrav/grav/issues/3317) * Fixed text field maxlength validation newline issue [#3324](https://github.com/getgrav/grav/issues/3324) * Fixed a bug in Flex Object `refresh()` method