The change history in this article lists changes in the Xentral environment that are only of interest to on-prem customers with customizations. Please also refer to the release notes for information about changes that are relevant to all customers, on-prem and cloud alike.
We are heavily restructuring the ErpAPI class. If you depend on this class in your custom code you need to check if your code is still compatible.
class.erpapi.php
The following methods and functions have been removed from www/lib/class.erpapi.php
:
-
AnzahlOffeneAufgaben
-
ArtikelAnzahlLagerPlatzMitSperre
-
CheckBuchhaltung
-
unicode_decode
-
AdresseAlsAnsprechpartner
-
formatmenulink
-
ArtikelMindestlager
-
GetWaage
-
CheckUSTFormat
-
isMailAdr
-
filterMailAdr
-
EndeMessung
-
uniqueTimeStamp
-
GetWartezeitTicket
-
makeDifferenz
-
makeString
-
GetVerrechnungskontenReisekosten
-
IsAdresseInGruppe
-
CopyProjektDaten
-
Wochenplan
-
checkCell
-
get_time_difference
We are heavily restructuring the www/pages
folder and others. If you have custom pages and therefore hesitate to update, please let us know.
www/pages
-
We have moved all files from the
www/pages/_gen
folder to thewww/pages/content
folder. This might affect custom code. -
We are applying consistent code formatting (PHP-CS-fixer rules) to all files in the
www/pages
folder. This probably doesn't have any impact for you.
www/widgets
We are in the process of unifying the files in www/widgets/_gen
with files in www/widgets
.