Skip to content

Commit

Permalink
Merge branch 'release/1.7.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 15, 2021
2 parents ad1cf15 + 7e41938 commit ac62f54
Show file tree
Hide file tree
Showing 13 changed files with 446 additions and 223 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 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

Expand Down
Loading

0 comments on commit ac62f54

Please sign in to comment.