docs: ChangeLog 11.2, Version bump

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Eduard Wisch 2026-03-23 14:35:44 +01:00
parent 01c786f02a
commit f7fe80f894
3 changed files with 20 additions and 1 deletions

View file

@ -1,5 +1,24 @@
# CHANGELOG MODULE KUNDENKARTE FOR [DOLIBARR ERP CRM](https://www.dolibarr.org)
## 11.2 (2026-03)
### Verbesserungen
- **Abgang-Labels: Bezeichnung und Oertlichkeit auf getrennten Zeilen**
- Statt `Bezeichnung · Oertlichkeit` in einer Zeile: zwei separate vertikale Textzeilen
- Oertlichkeit: 13px weiter links, kleiner (9px), kursiv, grau
- Linienlänge jetzt aus `max(label, location, kabel)` einzeln berechnet
- Max. Linienlänge 120 → 150px (mehr Platz, kein Abschneiden unter Block)
### Bugfixes
- **Busbar-Farbgebung bei mehrstufigen Anlagen**: Unterste Phasenschiene blieb farblos
- Ursache: `fedPhases`-Sammlung scannte nur Terminals auf der Busbar-Seite
- Fix: Beim Sammeln alle Terminals berücksichtigen, beim Verteilen weiterhin nur `targetPos`
- Gilt fuer Schaltplan-Editor (JS) und Leitungslaufplan-PDF (PHP)
---
## 11.1 (2026-03)
### Neue Features

0
ajax/export_wiring_diagram_pdf.php Normal file → Executable file
View file

View file

@ -76,7 +76,7 @@ class modKundenKarte extends DolibarrModules
$this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@kundenkarte'
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z'
$this->version = '11.1.2';
$this->version = '11.2';
// Url to the file with your last numberversion of this module
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';