Skip to content

Shoptimizer v1.6.1

Choose a tag to compare

@starmandeluxe starmandeluxe released this 20 Oct 15:14
· 26 commits to main since this release

New Features

  • Added support for overriding any config file directly via the request by supplying a request header in the following format:

    Key: "{CONFIG FILE NAME PREFIX}_override"
    Value: [A Base64-encoded string of the config file's contents to override the matching config file]

    Example

    Key: "free_shipping_optimizer_config_override"
    Value: "ewogICJmcmVlX3NoaXBwaW5nX3BhdHRlcm5zIjogWwogIF0sCiAgInNoaXBwaW5nX2V4Y2x1c2lvbl9wYXR0ZXJucyI6IFsKICBdCn0K"

Bugfixes/Changes

  • Introduced pre-sanitization of the request body in the form of converting numeric-type values of title and description attributes to their respective string representations to handle cases when those attributes are not string types.