Update dependency getgrav/grav to v1.7.6 #89

Manually merged
renovate-bot merged 1 commits from renovate/getgrav-grav-1.7.x into master 2021-02-17 20:01:11 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
getgrav/grav patch 1.7.5 -> 1.7.6

Release Notes

getgrav/grav

v1.7.6

Compare Source

02/17/2021

    • Added Medium::attribute() to pass arbitrary attributes #​3065
    • Added Plugins::getPlugins() and Plugins::getPlugin($name) to make it easier to access plugin instances #​2277
    • Added regex_match and regex_split twig functions #​2788
    • Updated all languages from Crowdin - Please update any translations here
    • Added abstract FlexObject, FlexCollection and FlexIndex classes to \Grav\Common\Flex namespace (extend those instead of Framework or Generic classes)
    • Updated bundled composer.phar binary to latest version 2.0.9
    • Improved session fixation handling in PHP 7.4+ (cannot fix it in PHP 7.3 due to PHP bug)
    • Added optional password/database attributes for redis in system.yaml
    • Added ability to filter enabled or disabled with bin/gpm index #​3187
    • Added $grav->getVersion() or grav.version in twig to get the current Grav version #​3142
    • Added second parameter to $blueprint->flattenData() to include every field, including those which have no data
    • Added support for setting session domain #​2040
    • Better support inheriting languages when using child themes #​3226
    • Added option for FlexForm constructor to reset the form
    • Fixed issue with content-security-policy not being properly supported with http-equiv + support single quotes
    • Fixed CLI progressbar in backup and security commands to use styled output #​3198
    • Fixed page save failing because of uploaded images #​3191
    • Fixed Flex Pages using only default language in frontend #​106
    • Fixed empty route() and raw_route() when getting translated pages #​3184
    • Fixed error on bin/gpm plugin uninstall #​3207
    • Fixed broken min/max validation for field type: int
    • Fixed lowering uppercase characters in usernames when saving from frontend #​2565
    • Fixed save error when editing accounts that have been created with capital letters in their username #​3211
    • Fixed renaming flex objects key when using file storage
    • Fixed wrong values in Admin pages list #​3214
    • Fixed pipelined asset using different hash when extra asset is added to before/after position #​2781
    • Fixed trailing slash redirect to only apply to GET/HEAD requests and use 301 status code #​3127
    • Fixed root page to always contain trailing slash #​3127
    • Fixed <meta name="flattr:*" content="*"> to use name instead property #​3010
    • Fixed behavior of opposite filters in Pages::getCollection() to match Grav 1.6 #​3216
    • Fixed modular content with missing template file ending up using non-modular template #​3218
    • Fixed broken attachment image in Flex Objects Admin when destination: self@ used #​3225
    • Fixed bug in page content with both markdown and twig enabled #​3223

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [getgrav/grav](https://github.com/getgrav/grav) | patch | `1.7.5` -> `1.7.6` | --- ### Release Notes <details> <summary>getgrav/grav</summary> ### [`v1.7.6`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v176) [Compare Source](https://github.com/getgrav/grav/compare/1.7.5...1.7.6) #### 02/17/2021 1. [](#new) - Added `Medium::attribute()` to pass arbitrary attributes [#&#8203;3065](https://github.com/getgrav/grav/pull/3065) - Added `Plugins::getPlugins()` and `Plugins::getPlugin($name)` to make it easier to access plugin instances [#&#8203;2277](https://github.com/getgrav/grav/pull/2277) - Added `regex_match` and `regex_split` twig functions [#&#8203;2788](https://github.com/getgrav/grav/pull/2788) - Updated all languages from [Crowdin](https://crowdin.com/project/grav-core) - Please update any translations here 2. [](#improved) - Added abstract `FlexObject`, `FlexCollection` and `FlexIndex` classes to `\Grav\Common\Flex` namespace (extend those instead of Framework or Generic classes) - Updated bundled `composer.phar` binary to latest version `2.0.9` - Improved session fixation handling in PHP 7.4+ (cannot fix it in PHP 7.3 due to PHP bug) - Added optional password/database attributes for redis in `system.yaml` - Added ability to filter enabled or disabled with bin/gpm index [#&#8203;3187](https://github.com/getgrav/grav/pull/3187) - Added `$grav->getVersion()` or `grav.version` in twig to get the current Grav version [#&#8203;3142](https://github.com/getgrav/grav/issues/3142) - Added second parameter to `$blueprint->flattenData()` to include every field, including those which have no data - Added support for setting session domain [#&#8203;2040](https://github.com/getgrav/grav/pull/2040) - Better support inheriting languages when using child themes [#&#8203;3226](https://github.com/getgrav/grav/pull/3226) - Added option for `FlexForm` constructor to reset the form 3. [](#bugfix) - Fixed issue with `content-security-policy` not being properly supported with `http-equiv` + support single quotes - Fixed CLI progressbar in `backup` and `security` commands to use styled output [#&#8203;3198](https://github.com/getgrav/grav/issues/3198) - Fixed page save failing because of uploaded images [#&#8203;3191](https://github.com/getgrav/grav/issues/3191) - Fixed `Flex Pages` using only default language in frontend [#&#8203;106](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/106) - Fixed empty `route()` and `raw_route()` when getting translated pages [#&#8203;3184](https://github.com/getgrav/grav/pull/3184) - Fixed error on `bin/gpm plugin uninstall` [#&#8203;3207](https://github.com/getgrav/grav/issues/3207) - Fixed broken min/max validation for field `type: int` - Fixed lowering uppercase characters in usernames when saving from frontend [#&#8203;2565](https://github.com/getgrav/grav/pull/2565) - Fixed save error when editing accounts that have been created with capital letters in their username [#&#8203;3211](https://github.com/getgrav/grav/issues/3211) - Fixed renaming flex objects key when using file storage - Fixed wrong values in Admin pages list [#&#8203;3214](https://github.com/getgrav/grav/issues/3214) - Fixed pipelined asset using different hash when extra asset is added to before/after position [#&#8203;2781](https://github.com/getgrav/grav/issues/2781) - Fixed trailing slash redirect to only apply to GET/HEAD requests and use 301 status code [#&#8203;3127](https://github.com/getgrav/grav/issues/3127) - Fixed root page to always contain trailing slash [#&#8203;3127](https://github.com/getgrav/grav/issues/3127) - Fixed `<meta name="flattr:*" content="*">` to use name instead property [#&#8203;3010](https://github.com/getgrav/grav/pull/3010) - Fixed behavior of opposite filters in `Pages::getCollection()` to match Grav 1.6 [#&#8203;3216](https://github.com/getgrav/grav/pull/3216) - Fixed modular content with missing template file ending up using non-modular template [#&#8203;3218](https://github.com/getgrav/grav/issues/3218) - Fixed broken attachment image in Flex Objects Admin when `destination: self@` used [#&#8203;3225](https://github.com/getgrav/grav/issues/3225) - Fixed bug in page content with both markdown and twig enabled [#&#8203;3223](https://github.com/getgrav/grav/issues/3223) </details> --- ### Renovate configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-02-17 19:01:21 +00:00
Update dependency getgrav/grav to v1.7.6
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
7aab142a49
renovate-bot manually merged commit 7aab142a49 into master 2021-02-17 20:01:11 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: walbeck-it/docker-getgrav#89
No description provided.