Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion class/actions_multiclone.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion core/modules/modmulticlone.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down