Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Mar 14, 2024
1 parent 30a4b1a commit d73e05f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
V 0.3.1 2024-02- : #5 Unable to generate an upgrade if only 1 event
: #
V 0.4.0 2024-03-14 : #1 Harmonize logs and move them to global var directory
#5 Unable to generate an upgrade if only 1 event
#6 Allow to generate file upgrade from CLI
#7 Rename GenerateModulesUpgradeListCommand
V 0.3.0 2023-11-12 : Code refactoring and improvements
Allow to add your owns converters and upgraders from custom modules
Add a hook to allow custom modules to exclude some configurations from changes
Expand Down
2 changes: 1 addition & 1 deletion hhmodulesmanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct()
{
$this->name = 'hhmodulesmanager';
$this->tab = 'administration';
$this->version = '0.3.1';
$this->version = '0.4.0';
$this->author = 'hhennes';
$this->bootstrap = true;
parent::__construct();
Expand Down

0 comments on commit d73e05f

Please sign in to comment.