Update changelog with recent bugfixes
- Contact category filter - Schematic editor add carrier button - Panel height calculation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0b9ca65a69
commit
45469df529
2 changed files with 11 additions and 1 deletions
10
ChangeLog.md
10
ChangeLog.md
|
|
@ -27,6 +27,16 @@
|
|||
|
||||
- **Datei-Badge Icon**: Zeigt jetzt Bueroklammer-Icon statt nur Zahl
|
||||
|
||||
- **Kontakt-Anlagen Kategorie-Filter**: Fehlende Kategorie-Auswahl hinzugefuegt
|
||||
- Gebaeude/Standort vs. Technisches Element jetzt auch bei Kontakten waehlbar
|
||||
- Strom-Typen sind jetzt auswaehlbar
|
||||
|
||||
- **Schematic Editor**: Hutschiene hinzufuegen Button bei leerem Panel
|
||||
- Button erscheint jetzt auch wenn noch keine Hutschiene existiert
|
||||
|
||||
- **Panel-Hoehe**: Korrektur der Berechnung bei mehreren Hutschienen
|
||||
- Unterer Rand wird nicht mehr abgeschnitten
|
||||
|
||||
### Datenbank-Aenderungen
|
||||
- Neue Spalte `badge_color` in `llx_kundenkarte_anlage_type_field`
|
||||
|
||||
|
|
|
|||
|
|
@ -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 = '4.0.2';
|
||||
$this->version = '4.0.3';
|
||||
// Url to the file with your last numberversion of this module
|
||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue