Skip to content

Commit 6b8b1ee

Browse files
authored
Merge pull request #3416 from bolt/release/5.1.24
Prepare release 5.1.24
2 parents 3ce4716 + 930e275 commit 6b8b1ee

File tree

5 files changed

+23192
-295
lines changed

5 files changed

+23192
-295
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
## 5.1.24
5+
6+
Released: 2023-02-19
7+
8+
### 🐛 Bug fixes
9+
10+
- Fixed thumbnail sizes, which did not fit because of a incomplete RegEx replace #3411
11+
- Fix default thumbnail crop config #3403
12+
- Update `UserFixtures.php`
13+
- Strict use of strings as keys in TaxonomyFixtures #3415
14+
15+
416
## 5.1.23
517

618
Released: 2023-02-03

assets/js/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// generated by genversion
2-
export const version = '5.1.23';
2+
export const version = '5.1.24';

0 commit comments

Comments
 (0)