Update dependency getgrav/grav to v1.7.0 #45

Merged
renovate-bot merged 1 commits from renovate/getgrav-grav-1.7.x into master 2021-01-19 21:01:34 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
getgrav/grav patch 1.7.0-rc.20 -> 1.7.0

Release Notes

getgrav/grav

v1.7.0

Compare Source

01/19/2021

    • Requires PHP 7.3.6
    • Read about this release in the Grav 1.7 Released blog post
    • Read the full list of all changes in the Changelog on GitHub
    • Please read Grav 1.7 Upgrade Guide before upgrading!
    • Added support for overriding configuration by using environment variables
    • Use PHP 7.4 serialization (the old Serializable methods are now final and cannot be overridden)
    • Enabled ETag setting by default for 304 responses
    • Added FlexCollection::getDistinctValues() to get all the assigned values from the field
    • Flex Pages method $page->header() returns \Grav\Common\Page\Header object, old Page class still returns stdClass
    • Make it possible to use an absolute path when loading a blueprint
    • Make serialize methods final in ContentBlock, AbstractFile, FormTrait, ObjectCollectionTrait and ObjectTrait
    • Added support for relative paths in PageObject::getLevelListing() #​3110
    • Better --env and --lang support for bin/grav, bin/gpm and bin/plugin console commands
      • BC BREAK Shorthand for --env: -e will not work anymore as it conflicts with some plugins
    • Added support for locking the start and limit in a Page Collection
    • Fixed port issue with system.custom_base_url
    • Hide errors with exif_read_data in ImageFile
    • Fixed unserialize in MarkdownFormatter and Framework\File classes
    • Fixed pages with session messages should never be cached #​3108
    • Fixed Filesystem::normalize() with dot-dot paths
    • Fixed Flex sorting issues grav-plugin-flex-objects#​92
    • Fixed Clockwork missing dumped arrays and objects
    • Fixed fatal error in PHP 8 when trying to access root page
    • Fixed Array->String conversion error when languages:translations: false admin#​1896
    • Fixed Inflector methods when translation is missing GRAV.INFLECTOR_* translations
    • Fixed exception when changing parent of new page grav-plugin-admin#​2018
    • Fixed ordering issue with moving pages grav-plugin-admin#​2015
    • Fixed Flex Pages cache not invalidating if saving an old Page object #​3152
    • Fixed multiple issues with system.language.translations: false
    • Fixed page collections containing dummy items for untranslated default language #​2985
    • Fixed streams in setup.php being overridden by system/streams.yaml #​2450
    • Fixed ERR_TOO_MANY_REDIRECTS with HTTPS = 'On' #​3155
    • Fixed page collection pagination not behaving as it did in Grav 1.6

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.0-rc.20` -> `1.7.0` | --- ### Release Notes <details> <summary>getgrav/grav</summary> ### [`v1.7.0`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v170) [Compare Source](https://github.com/getgrav/grav/compare/1.7.0-rc.20...1.7.0) #### 01/19/2021 1. [](#new) - Requires **PHP 7.3.6** - Read about this release in the [Grav 1.7 Released](https://getgrav.org/blog/grav-1.7-released) blog post - Read the full list of all changes in the [Changelog on GitHub](https://github.com/getgrav/grav/blob/1.7.0/CHANGELOG.md) - Please read [Grav 1.7 Upgrade Guide](https://learn.getgrav.org/17/advanced/grav-development/grav-17-upgrade-guide) before upgrading! - Added support for overriding configuration by using environment variables - Use PHP 7.4 serialization (the old `Serializable` methods are now final and cannot be overridden) - Enabled `ETag` setting by default for 304 responses - Added `FlexCollection::getDistinctValues()` to get all the assigned values from the field - `Flex Pages` method `$page->header()` returns `\Grav\Common\Page\Header` object, old `Page` class still returns `stdClass` 2. [](#improved) - Make it possible to use an absolute path when loading a blueprint - Make serialize methods final in `ContentBlock`, `AbstractFile`, `FormTrait`, `ObjectCollectionTrait` and `ObjectTrait` - Added support for relative paths in `PageObject::getLevelListing()` [#&#8203;3110](https://github.com/getgrav/grav/issues/3110) - Better `--env` and `--lang` support for `bin/grav`, `bin/gpm` and `bin/plugin` console commands - **BC BREAK** Shorthand for `--env`: `-e` will not work anymore as it conflicts with some plugins - Added support for locking the `start` and `limit` in a Page Collection 3. [](#bugfix) - Fixed port issue with `system.custom_base_url` - Hide errors with `exif_read_data` in `ImageFile` - Fixed unserialize in `MarkdownFormatter` and `Framework\File` classes - Fixed pages with session messages should never be cached [#&#8203;3108](https://github.com/getgrav/grav/issues/3108) - Fixed `Filesystem::normalize()` with dot-dot paths - Fixed Flex sorting issues [grav-plugin-flex-objects#&#8203;92](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/92) - Fixed Clockwork missing dumped arrays and objects - Fixed fatal error in PHP 8 when trying to access root page - Fixed Array->String conversion error when `languages:translations: false` [admin#&#8203;1896](https://github.com/getgrav/grav-plugin-admin/issues/1896) - Fixed `Inflector` methods when translation is missing `GRAV.INFLECTOR_*` translations - Fixed exception when changing parent of new page [grav-plugin-admin#&#8203;2018](https://github.com/getgrav/grav-plugin-admin/issues/2018) - Fixed ordering issue with moving pages [grav-plugin-admin#&#8203;2015](https://github.com/getgrav/grav-plugin-admin/issues/2015) - Fixed Flex Pages cache not invalidating if saving an old `Page` object [#&#8203;3152](https://github.com/getgrav/grav/issues/3152) - Fixed multiple issues with `system.language.translations: false` - Fixed page collections containing dummy items for untranslated default language [#&#8203;2985](https://github.com/getgrav/grav/issues/2985) - Fixed streams in `setup.php` being overridden by `system/streams.yaml` [#&#8203;2450](https://github.com/getgrav/grav/issues/2450) - Fixed `ERR_TOO_MANY_REDIRECTS` with HTTPS = 'On' [#&#8203;3155](https://github.com/getgrav/grav/issues/3155) - Fixed page collection pagination not behaving as it did in Grav 1.6 </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-01-19 20:01:33 +00:00
Update dependency getgrav/grav to v1.7.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
4fc8067454
renovate-bot merged commit 4fc8067454 into master 2021-01-19 21:01:34 +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#45
No description provided.