Skip to content

Commit 879178c

Browse files
committed
Prepared release 1.2.0.
1 parent bb93b83 commit 879178c

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

CHANGELOG.md

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

3+
## 1.2.0 - 2021-02-18
4+
5+
## Changed
6+
7+
- Updated `factorio-item-browser/export-data` to its latest version.
8+
- Replaced deprecated Export-Queue with the new Combination API.
9+
310
## 1.1.0 - 2020-07-14
411

512
### Changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/autoload/base.global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
ConfigAggregator::ENABLE_CACHE => true,
1818
'debug' => false,
1919
'name' => 'Factorio Item Browser - Api Import',
20-
'version' => '1.1.0',
20+
'version' => '1.2.0',
2121
];

config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// - `*.global.php`
3333
// - `[FIB_ENV]/*.local.php`
3434
new PhpFileProvider(
35-
realpath(__DIR__) . sprintf('/autoload/{*.global.php,%s/*.local.php}', getenv('FIB_ENV') ?? 'production'),
35+
realpath(__DIR__) . sprintf('/autoload/{*.global.php,%s/*.local.php}', getenv('FIB_ENV') ?: 'production'),
3636
),
3737
], $cacheConfig['config_cache_path']);
3838

0 commit comments

Comments
 (0)