We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c682f3 commit 3bb132cCopy full SHA for 3bb132c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.1.5 - 2021-06-15
4
+
5
+### Fixed
6
7
+- Accidental download of a mod named "base" from the Factorio Mod Portal, overwriting the local (vanilla) one.
8
9
## 2.1.4 - 2021-05-24
10
11
### Changed
config/autoload/base.global.php
@@ -17,5 +17,5 @@
17
ConfigAggregator::ENABLE_CACHE => true,
18
'debug' => false,
19
'name' => 'Factorio Item Browser - Export',
20
- 'version' => '2.1.4',
+ 'version' => '2.1.5',
21
];
0 commit comments