File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
14
## 5.1.21
5
15
6
16
Released: 2023-01-27
@@ -9,6 +19,7 @@ Released: 2023-01-27
9
19
10
20
- Fix PHPStan errors (on PHP 8.x) #3395
11
21
22
+
12
23
## 5.1.20
13
24
14
25
Released: 2023-01-20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bolt" ,
3
- "version" : " 5.1.20 " ,
3
+ "version" : " 5.1.22 " ,
4
4
"homepage" : " https://boltcms.io" ,
5
5
"author" :
" Bob den Otter <[email protected] > (https://boltcms.io)" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ final class Version
23
23
* Stable — 3.0.0
24
24
* Development — 3.1.0 alpha 1
25
25
*/
26
- public const VERSION = '5.1.21 ' ;
26
+ public const VERSION = '5.1.22 ' ;
27
27
public const CODENAME = '' ;
28
28
29
29
/**
You can’t perform that action at this time.
0 commit comments