File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.2.0 - 2022-01-08
4
+
5
+ ### Added
6
+
7
+ - Google Analytics tracking for the requests.
8
+
9
+ ### Changed
10
+
11
+ - Upgraded the dependencies. Modernized codebase.
12
+ - Doctrine configuration from XML files to attributes.
13
+ - Logging library from Laminas Log to Monolog.
14
+
15
+ ### Removed
16
+
17
+ - Support for PHP 8.0. The minimal required version is now PHP 8.1.
18
+
3
19
## 1.1.2 - 2021-07-21
4
20
5
21
### Fixed
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.2
11
+ version : 1.2.0
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.2 ' ,
19
+ 'version ' => '1.2.0 ' ,
20
20
];
You can’t perform that action at this time.
0 commit comments