Skip to content

Commit

Permalink
rev 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Jun 29, 2022
1 parent e2008ee commit 15c5fa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions htdocs/timesheet/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# dolibarr_project_timesheet changelog
4.5.4
- fix: save and next
- fix: update progress only #190
- fix: calcualte total lines

4.5.3
- better adaptative header size in PDF

Expand Down
2 changes: 1 addition & 1 deletion htdocs/timesheet/core/modules/modtimesheet.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct($db)
$this->editor_name = 'Patrick Delcroix';
$this->editor_url = 'https://github.com/delcroip';
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = '4.5.3';
$this->version = '4.5.4';
// Key used in llx_cons table to save module status enabled/disabled(where timesheet is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Where to store the module in setup page(0=common, 1=interface, 2=others, 3=very specific)
Expand Down

0 comments on commit 15c5fa2

Please sign in to comment.