File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.1.2 - 2021-07-21
4
+
5
+ ### Fixed
6
+
7
+ - Validation request returning a combination as invalid if a request to the Factorio mod Portal has failed. Now a 503
8
+ status code is returned in these cases.
9
+
3
10
## 1.1.1 - 2021-06-21
4
11
5
12
### Added
Original file line number Diff line number Diff line change 8
8
contact :
9
9
name : BluePsyduck
10
10
email : bluepsyduck@gmx.com
11
- version : 1.1.1
11
+ version : 1.1.2
12
12
servers :
13
13
- url : https://combination-api.factorio-item-browser.com/
14
14
description : Live API server
Original file line number Diff line number Diff line change 16
16
return [
17
17
ConfigAggregator::ENABLE_CACHE => true ,
18
18
'debug ' => false ,
19
- 'version ' => '1.1.1 ' ,
19
+ 'version ' => '1.1.2 ' ,
20
20
];
You can’t perform that action at this time.
0 commit comments