Skip to content

Commit

Permalink
Merge pull request #3336 from bolt/release/5.1.17
Browse files Browse the repository at this point in the history
Prepare release 5.1.17
  • Loading branch information
bobdenotter authored Oct 14, 2022
2 parents 8b2ea09 + 25171b2 commit 18c3aba
Show file tree
Hide file tree
Showing 6 changed files with 1,086 additions and 1,098 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

## 5.1.17

Released: 2022-10-14

### 🐛 Bug fixes

- Ensure we return the found `ImageField`, and not the surrounding `Set` or `Collection` #3333
- Fix `fix-bundles` in `PostUpdateScript.php` #3331
- Allow editing `YAML` files through the Bolt Backend #3325
- Check for empty request before using it #3334

## 5.1.16

Released: 2022-09-21
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.14';
export const version = '5.1.17';
Loading

0 comments on commit 18c3aba

Please sign in to comment.