Skip to content

Commit a87d45f

Browse files
committed
Prepare Bolt 5.1.22
1 parent f199197 commit a87d45f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

4+
## 5.1.22
5+
6+
Released: 2023-01-27
7+
8+
### 🐛 Bug fixes
9+
10+
- Fix language switcher failing to set a default "type" value #3398
11+
- Fix excerpt of search result when there is no whitespace after search… #3399
12+
13+
414
## 5.1.21
515

616
Released: 2023-01-27
@@ -9,6 +19,7 @@ Released: 2023-01-27
919

1020
- Fix PHPStan errors (on PHP 8.x) #3395
1121

22+
1223
## 5.1.20
1324

1425
Released: 2023-01-20

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bolt",
3-
"version": "5.1.20",
3+
"version": "5.1.22",
44
"homepage": "https://boltcms.io",
55
"author": "Bob den Otter <[email protected]> (https://boltcms.io)",
66
"license": "MIT",

src/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class Version
2323
* Stable — 3.0.0
2424
* Development — 3.1.0 alpha 1
2525
*/
26-
public const VERSION = '5.1.21';
26+
public const VERSION = '5.1.22';
2727
public const CODENAME = '';
2828

2929
/**

0 commit comments

Comments
 (0)