Skip to content

Commit

Permalink
Merge pull request #3271 from bolt/release/5.1.11
Browse files Browse the repository at this point in the history
Prepare release 5.1.11
  • Loading branch information
bobdenotter authored Jul 5, 2022
2 parents 656a9af + ec924f8 commit 2faaccb
Show file tree
Hide file tree
Showing 5 changed files with 1,433 additions and 1,324 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========

## 5.1.11

Released: 2022-07-05

### 🐛 Bug fixes

- Add non-supported SVG HTML element to HTML Sanitiser [#3257](https://github.com/bolt/core/pull/3257)
- `|image`-filter looks in all possible fields [#3259](https://github.com/bolt/core/pull/3259)
- Feature/prev and next class [#3255](https://github.com/bolt/core/pull/3255)
- Additional fix for `type: number` field, set default to `min: 0`. [#3252](https://github.com/bolt/core/pull/3252)
- Fix the Canonical even Better! [#3248](https://github.com/bolt/core/pull/3248)
- Create an empty stub for postLoad to make updating smoother [#3270](https://github.com/bolt/core/pull/3270)


## 5.1.10

Released: 2022-06-17
Expand Down
2 changes: 1 addition & 1 deletion assets/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '5.1.10';
export const version = '5.1.11';
Loading

0 comments on commit 2faaccb

Please sign in to comment.