Skip to content

Commit 8f0e003

Browse files
committed
Prepared release 1.2.0.
1 parent 9ce7292 commit 8f0e003

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## 1.1.2 - 2021-07-21
420

521
### Fixed

api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
contact:
99
name: BluePsyduck
1010
email: bluepsyduck@gmx.com
11-
version: 1.1.2
11+
version: 1.2.0
1212
servers:
1313
- url: https://combination-api.factorio-item-browser.com/
1414
description: Live API server

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
return [
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
19-
'version' => '1.1.2',
19+
'version' => '1.2.0',
2020
];

0 commit comments

Comments
 (0)