...
The standard ISO/ASTM 52939:2023 can now be assigned to a Service and used to filter for Services in our basket.
The Machine Events Page is now paginated. This ensures better loading time and prevents performance strains for machines that produce a lot of events.
Bug fixes
Thai script is now displayed correctly when creating order notes.
Administration Information
...
The script is executed as plain javascript. That means that a
<script>
tag is not necessary anymore.To ensure backwards compatibility, all existing scripts have been wrapped like this:
document.write(`[old script]`)
.The script is now injected at the bottom of the pages
<head>
section instead of the start of the pages<body>
section.The script is now loaded with theasync
property.There is a new
extra-style
field available in the admin panel, that can be used to include custom css.
...