Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

    image-20250407-105054.pngImage Added

Bug fixes

  • Thai script is now displayed correctly when creating order notes.

Administration Information

...

  1. The script is executed as plain javascript. That means that a <script> tag is not necessary anymore.

  2. To ensure backwards compatibility, all existing scripts have been wrapped like this: document.write(`[old script]`).

  3. 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 the async property.

  4. There is a new extra-style field available in the admin panel, that can be used to include custom css.

...