Skip to content

Commit 0853146

Browse files
authored
Merge pull request #2 from frederic34/dev
add translation
2 parents fec3a30 + 6dafc81 commit 0853146

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/.gitkeep

Whitespace-only changes.

core/modules/modIDreamANewCalendar.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public function __construct($db)
6565
$this->editor_name = 'frederic34';
6666
$this->editor_url = 'https://fredericfrance.fr';
6767
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
68-
$this->version = '1.1.0';
68+
$this->version = '0.1.0';
6969
// Url to the file with your last numberversion of this module
70-
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
70+
// $this->url_last_version = 'http://www.example.com/versionmodule.txt';
7171

7272
// Key used in llx_const table to save module status enabled/disabled (where IDREAMANEWCALENDAR is value of property name of module in uppercase)
7373
$this->const_name = 'MAIN_MODULE_' . strtoupper($this->name);

0 commit comments

Comments
 (0)