NEW: Module Workstations Management upgraded to stable status

This commit is contained in:
Laurent Destailleur 2023-05-24 03:26:52 +02:00
parent 8f981fb734
commit d1ce063667
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ For uses:
---------
NEW: PHP 8.2 compatibility (test not yet completed).
NEW: Module Workstations Management upgraded to stable status
NEW: #23436 Group social networks fields
NEW: Accountancy - Add specific page to export accounting data rather than the journals page
NEW: Accountancy - Add sub-account balance FPC22

View File

@ -41,6 +41,7 @@ class modWorkstation extends DolibarrModules
public function __construct($db)
{
global $langs, $conf;
$this->db = $db;
// Id for module (must be unique).
@ -62,7 +63,7 @@ class modWorkstation extends DolibarrModules
// Used only if file README.md and README-LL.md not found.
$this->descriptionlong = "WorkstationsDescription";
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = 'experimental';
$this->version = 'dolibarr';
// Url to the file with your last numberversion of this module
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';