Skip to content

Commit

Permalink
Merge pull request #33 from lovata/develop
Browse files Browse the repository at this point in the history
Release version 1.9.1
  • Loading branch information
kharanenka authored Apr 17, 2018
2 parents 2732ffe + 751e167 commit 6f40303
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/CommonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function setUp()
$obManager->refreshPlugin($sPluginKey);
}

$obManager->bootAll(true);
$obManager->registerAll(true);
$obManager->bootAll();
$obManager->registerAll();
}
}
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@
1.8.0:
- 'Added translation into French. Thanks for contribution philmarc.'
1.9.0:
- 'Add TraitCached. Update vendor packages.'
- 'Add TraitCached. Update vendor packages.'
1.9.1:
- 'Remove force boot and register plugins in CommonTest class'

0 comments on commit 6f40303

Please sign in to comment.