From 004d9ab244be8659aa18620292ede91d34d4d115 Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Fri, 28 Aug 2026 18:48:59 +0200 Subject: [PATCH] Versionsnummer 1.6.0 nachgetragen [deploy] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit War im vorigen Commit (6949702) nicht mit dabei — ChangeLog und Code sprachen schon von 1.6.0, die Modul-Klasse noch von 1.5.1. Co-Authored-By: Claude Opus 5 (1M context) --- core/modules/modBericht.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modBericht.class.php b/core/modules/modBericht.class.php index 46dfcc1..4fc8558 100644 --- a/core/modules/modBericht.class.php +++ b/core/modules/modBericht.class.php @@ -27,7 +27,7 @@ class modBericht extends DolibarrModules $this->editor_name = 'Alles Watt läuft'; $this->editor_url = ''; - $this->version = '1.5.1'; + $this->version = '1.6.0'; $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); $this->picto = 'fa-file-pdf';