Skip to content

Commit

Permalink
Merge pull request #67 from acelaya-forks/feature/4.3.1
Browse files Browse the repository at this point in the history
Feature/4.3.1
  • Loading branch information
acelaya authored Mar 23, 2020
2 parents 9596234 + c75129c commit 7e2e66d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## 4.3.1 - 2020-03-23

#### Added

* *Nothing*

#### Changed

* *Nothing*

#### Deprecated

* *Nothing*

#### Removed

* *Nothing*

#### Fixed

* [#66](https://github.com/shlinkio/shlink-installer/issues/66) Fixed regression making config not to be loaded from proper location.


## 4.3.0 - 2020-03-13

#### Added
Expand Down
6 changes: 3 additions & 3 deletions config/container.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

$config = (new ConfigAggregator([
Config\ConfigProvider::class,
new PhpFileProvider('config/config.php'), // Installer config
$shlinkConfigLoader, // Overwritten config coming from Shlink
new PhpFileProvider('config/config.local.php'), // Local config
new PhpFileProvider(__DIR__ . '/config.php'), // Installer config
$shlinkConfigLoader, // Overwritten config coming from Shlink
new PhpFileProvider(__DIR__ . '/config.local.php'), // Local config
]))->getMergedConfig();

$container = new ServiceManager($config['dependencies']);
Expand Down

0 comments on commit 7e2e66d

Please sign in to comment.