Skip to content

Commit

Permalink
Merge branch 'release/3.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Sep 28, 2023
2 parents cd137f1 + 3c81f7c commit 3fa5414
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.10] - 2023-09-28

* Fixed backend filtering for MySQL >= 8.0.3.

## [3.1.9] - 2023-06-12

* Added environment variables for manipulating the navigation:
Expand Down
4 changes: 2 additions & 2 deletions controllers/redirects/config_filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scopes:
label: vdlp.redirect::lang.list.switch_system
type: switch
conditions:
- system <> true
- system = true
- "`system` <> true"
- "`system` = true"
is_enabled:
label: vdlp.redirect::lang.list.switch_is_enabled
type: switch
Expand Down
1 change: 1 addition & 0 deletions updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ v3.1.6: "Add support for October CMS 3.3."
v3.1.7: "Remove use of old BrandSetting constants."
v3.1.8: "Add German translation."
v3.1.9: "Added environment variables for manipulating the navigation."
v3.1.10: "Fixed backend filtering for MySQL >= 8.0.3."

0 comments on commit 3fa5414

Please sign in to comment.