Update dependency getgrav/grav to v1.7.5 #66

Closed
renovate-bot wants to merge 1 commits from renovate/getgrav-grav-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
getgrav/grav minor 1.6.31 -> 1.7.5

Release Notes

getgrav/grav

v1.7.5

Compare Source

02/01/2021

    • Revert: Fixed page save failing because of uploaded images #​3191 - breaking save

v1.7.4

Compare Source

02/01/2021

    • Added FlexForm::setSubmitMethod() to customize form submit action
    • Improved GPM error handling
    • Fixed bin/gpm uninstall script not working because of bad typehint #​3172
    • Fixed login: visibility_requires_access not working in pages #​3176
    • Fixed cannot change image format #​3173
    • Fixed saving page in expert mode #​3174
    • Fixed exception in $flexPage->frontmatter() method when setting value
    • Fixed onBlueprintCreated event being called multiple times in Flex Pages grav-plugin-flex-objects#​97
    • Fixed wrong ordering in page collections if intl extension has been enabled #​3167
    • Fixed page redirect to the first visible child page (needs to be routable and published, too)
    • Fixed untranslated module pages showing up in the menu
    • Fixed page save failing because of uploaded images #​3191
    • Fixed incorrect config lookup for loading in ImageLoadingTrait #​3192

v1.7.3

Compare Source

01/21/2021

    • IMPORTANT - Please checkout the process to self-upgrade from CLI if you are on Grav 1.7.0 or 1.7.1
    • Added support for symlinking individual plugins and themes by using bin/grav install -p myplugin or -t mytheme
    • Added support for symlinking plugins and themes with hebe.json file to support custom folder structures
    • Added support for running post-install scripts in bin/gpm selfupgrade if Grav was updated manually
    • Fixed default GPM Channel back to 'stable' - this was inadvertently left as 'testing' #​3163
    • Fixed broken stream initialization if environment:// paths aren't streams
    • Fixed Clockwork debugger in sub-folder multi-site setups
    • Fixed Unsupported option "curl" passed to "Symfony\Component\HttpClient\CurlHttpClient" in bin/gpm selfupgrade #​3165

v1.7.1

Compare Source

01/20/2021

    • Fixed fatal error when site.taxonomies contains a bad value
    • Sanitize valid Page extensions from Page::template_format()
    • Fixed bin/gpm index erroring out #​3158
    • Fixed bin/gpm selfupgrade failing to report failed Grav update #​3116
    • Fixed bin/gpm selfupgrade error on Call to undefined method #​3160
    • Flex Pages: Fixed fatal error when trying to move a page to Root (/) #​3161
    • Fixed twig parsing errors in pages where twig is parsed after markdown #​3162
    • Fixed lighttpd.conf access-deny rule #​1876
    • Fixed page metadata being double-escaped #​3121

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: Disabled by config. Please merge this manually once you are satisfied.

♻️ 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) | minor | `1.6.31` -> `1.7.5` | --- ### Release Notes <details> <summary>getgrav/grav</summary> ### [`v1.7.5`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v175) [Compare Source](https://github.com/getgrav/grav/compare/1.7.4...1.7.5) #### 02/01/2021 1. [](#bugfix) - Revert: Fixed page save failing because of uploaded images [#&#8203;3191](https://github.com/getgrav/grav/issues/3191) - breaking save ### [`v1.7.4`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v174) [Compare Source](https://github.com/getgrav/grav/compare/1.7.3...1.7.4) #### 02/01/2021 1. [](#new) - Added `FlexForm::setSubmitMethod()` to customize form submit action 2. [](#improved) - Improved GPM error handling 3. [](#bugfix) - Fixed `bin/gpm uninstall` script not working because of bad typehint [#&#8203;3172](https://github.com/getgrav/grav/issues/3172) - Fixed `login: visibility_requires_access` not working in pages [#&#8203;3176](https://github.com/getgrav/grav/issues/3176) - Fixed cannot change image format [#&#8203;3173](https://github.com/getgrav/grav/issues/3173) - Fixed saving page in expert mode [#&#8203;3174](https://github.com/getgrav/grav/issues/3174) - Fixed exception in `$flexPage->frontmatter()` method when setting value - Fixed `onBlueprintCreated` event being called multiple times in `Flex Pages` [grav-plugin-flex-objects#&#8203;97](https://github.com/trilbymedia/grav-plugin-flex-objects/issues/97) - Fixed wrong ordering in page collections if `intl` extension has been enabled [#&#8203;3167](https://github.com/getgrav/grav/issues/3167) - Fixed page redirect to the first visible child page (needs to be routable and published, too) - Fixed untranslated module pages showing up in the menu - Fixed page save failing because of uploaded images [#&#8203;3191](https://github.com/getgrav/grav/issues/3191) - Fixed incorrect config lookup for loading in `ImageLoadingTrait` [#&#8203;3192](https://github.com/getgrav/grav/issues/3192) ### [`v1.7.3`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v173) [Compare Source](https://github.com/getgrav/grav/compare/1.7.1...1.7.3) #### 01/21/2021 1. [](#improved) - IMPORTANT - Please [checkout the process](https://getgrav.org/blog/grav-170-cli-self-upgrade-bug) to `self-upgrade` from CLI if you are on **Grav 1.7.0 or 1.7.1** - Added support for symlinking individual plugins and themes by using `bin/grav install -p myplugin` or `-t mytheme` - Added support for symlinking plugins and themes with `hebe.json` file to support custom folder structures - Added support for running post-install scripts in `bin/gpm selfupgrade` if Grav was updated manually 2. [](#bugfix) - Fixed default GPM Channel back to 'stable' - this was inadvertently left as 'testing' [#&#8203;3163](https://github.com/getgrav/grav/issues/3163) - Fixed broken stream initialization if `environment://` paths aren't streams - Fixed Clockwork debugger in sub-folder multi-site setups - Fixed `Unsupported option "curl" passed to "Symfony\Component\HttpClient\CurlHttpClient"` in `bin/gpm selfupgrade` [#&#8203;3165](https://github.com/getgrav/grav/issues/3165) ### [`v1.7.1`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v171) [Compare Source](https://github.com/getgrav/grav/compare/1.7.0...1.7.1) #### 01/20/2021 1. [](#bugfix) - Fixed fatal error when `site.taxonomies` contains a bad value - Sanitize valid Page extensions from `Page::template_format()` - Fixed `bin/gpm index` erroring out [#&#8203;3158](https://github.com/getgrav/grav/issues/3158) - Fixed `bin/gpm selfupgrade` failing to report failed Grav update [#&#8203;3116](https://github.com/getgrav/grav/issues/3116) - Fixed `bin/gpm selfupgrade` error on `Call to undefined method` [#&#8203;3160](https://github.com/getgrav/grav/issues/3160) - Flex Pages: Fixed fatal error when trying to move a page to Root (/) [#&#8203;3161](https://github.com/getgrav/grav/issues/3161) - Fixed twig parsing errors in pages where twig is parsed after markdown [#&#8203;3162](https://github.com/getgrav/grav/issues/3162) - Fixed `lighttpd.conf` access-deny rule [#&#8203;1876](https://github.com/getgrav/grav/issues/1876) - Fixed page metadata being double-escaped [#&#8203;3121](https://github.com/getgrav/grav/issues/3121) ### [`v1.7.0`](https://github.com/getgrav/grav/blob/master/CHANGELOG.md#v170) [Compare Source](https://github.com/getgrav/grav/compare/1.6.31...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**: Disabled by config. Please merge this manually once you are satisfied. ♻️ **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 changed title from Update dependency getgrav/grav to v1.7.4 to Update dependency getgrav/grav to v1.7.5 2021-02-02 09:08:49 +00:00
renovate-bot force-pushed renovate/getgrav-grav-1.x from 6b1da112de to 069fe69cde 2021-02-02 09:08:49 +00:00 Compare
mwalbeck closed this pull request 2021-02-02 17:49:18 +00:00
Author
Collaborator

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (1.7.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will now ignore this update (1.7.5). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

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#66
No description provided.