Skip to content

Commit

Permalink
Merge pull request #2895 from bolt/release/5.0.6
Browse files Browse the repository at this point in the history
Prepare release 5.0.6
  • Loading branch information
bobdenotter authored Oct 28, 2021
2 parents 67c49ad + 79e8f1d commit f27884f
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 141 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Changelog
=========

## 5.0.6

Released: 2021-10-28

### 🐛 Bug fixes

- Only set the `default_status` on new content (I-Valchev, [#2883](https://github.com/bolt/core/pull/2883))
- Fixed that onUserEdit changes backend locale. (Joossensei, [#2829](https://github.com/bolt/core/pull/2829))
- Make Bolt's search keyword required (I-Valchev, [#2885](https://github.com/bolt/core/pull/2885))
- Fix overlapping text on toasts / notifications (I-Valchev, [#2881](https://github.com/bolt/core/pull/2881))

### 📦 Additions and new features

- Add `lazy` parameter to `|showimage` filter (I-Valchev, [#2882](https://github.com/bolt/core/pull/2882))

### 🤖 Tests

- Fix the Cypress tests (Joossensei, [#2884](https://github.com/bolt/core/pull/2884))


## 5.0.5

Released: 2021-10-24
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.0.5';
export const version = '5.0.6';
Loading

0 comments on commit f27884f

Please sign in to comment.