Kim Nürnberger
Kim Nürnberger
# **THANKS SENPAI**
Add filter `mollie_shipment_tracking_data` to allow adding externally provided shipment tracking data before calling `shipAll()`. Fixes #425
SYM databases support ranged enum values, at least in version 6.0. They look like this: `Enum=EnumName(0="Value0", 1="Value 1", 2..5="Ranged Value 2-5")` This commit adds support by expanding the 2..5 range...
This commit adds support for SPN on variables in SYM databases
This commit adds support for the -b modifier on variables in SYM databases
My use case requires running additional software in containers. I'm sharing my Dockerfile and GitHub Action in case they might be useful to make public. They build both `arm64` and...