Skip to content

Commit

Permalink
Merge pull request #3310 from bolt/release/5.1.14
Browse files Browse the repository at this point in the history
Prepare release 5.1.14
  • Loading branch information
bobdenotter authored Aug 31, 2022
2 parents 63fa81d + 6f0b870 commit e4a76e9
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 139 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

## 5.1.14

Released: 2022-08-31

### 🐛 Bug fixes

- Catch more broad Exception in `Locales::getName` (bobdenotter, [#3309](https://github.com/bolt/core/pull/3309))
- Insert `<meta>` snippets on main request only (jordanaubert, [#3308](https://github.com/bolt/core/pull/3308))
- Content validation is triggered on creation of content as well (jordanaubert, [#3305](https://github.com/bolt/core/pull/3305))
- Fix deprecation notice in PHP `8.0` and above ( abdellahrk, [#3307](https://github.com/bolt/core/pull/3307))


## 5.1.13

Released: 2022-08-26
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.13';
export const version = '5.1.14';
Loading

0 comments on commit e4a76e9

Please sign in to comment.