Skip to content

Commit

Permalink
Merge pull request #3416 from bolt/release/5.1.24
Browse files Browse the repository at this point in the history
Prepare release 5.1.24
  • Loading branch information
bobdenotter committed Feb 19, 2023
2 parents 3ce4716 + 930e275 commit 6b8b1ee
Show file tree
Hide file tree
Showing 5 changed files with 23,192 additions and 295 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.24

Released: 2023-02-19

### 🐛 Bug fixes

- Fixed thumbnail sizes, which did not fit because of a incomplete RegEx replace #3411
- Fix default thumbnail crop config #3403
- Update `UserFixtures.php`
- Strict use of strings as keys in TaxonomyFixtures #3415


## 5.1.23

Released: 2023-02-03
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.23';
export const version = '5.1.24';

0 comments on commit 6b8b1ee

Please sign in to comment.