diff --git a/ChangeLog.md b/ChangeLog.md index 1ac3ab7..c5f95c4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ## Release 1.4 - +- FIX : Compat v22 - *12/08/2025* - 1.4.3 - FIX : Fatal Unsupported operand type string instead of int - **26/02/2025** - 1.4.2 - FIX : Compat v21 : Using deprecated "->periode" change to "->period" - **05/02/2025** - 1.4.1 - FIX: Compat v20 diff --git a/class/actions_multiclone.class.php b/class/actions_multiclone.class.php index 61febd7..8044442 100644 --- a/class/actions_multiclone.class.php +++ b/class/actions_multiclone.class.php @@ -33,7 +33,7 @@ class Actionsmulticlone extends multiclone\RetroCompatCommonHookActions { /** - * @var array Hook results. Propagated to $hookmanager->resArray for later reuse + * @var array Hook results. Propagated to $this->results for later reuse */ public $results = array(); diff --git a/core/modules/modmulticlone.class.php b/core/modules/modmulticlone.class.php index c6ed14f..6ec9ecf 100644 --- a/core/modules/modmulticlone.class.php +++ b/core/modules/modmulticlone.class.php @@ -61,7 +61,7 @@ function __construct($db) // Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module) $this->description = "Permettre de cloner en spécifiant le nombre de clones et la fréquence en mois"; // Possible values for version are: 'development', 'experimental', 'dolibarr' or version - $this->version = '1.4.2'; + $this->version = '1.4.3'; // Key used in llx_const table to save module status enabled/disabled (where MYMODULE 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)