Skip to main content

v2023.3.65.1610 - Fixes

Major changes

danger

The logic of the urlencode template function has changed. Previously, this function escaped unsafe characters for the URL path, as well as + and $. In this case, for example, the characters "@" / "=" / ":" / "&" were not escaped. Now unsafe characters are escaped for URL parameters, i.e. all except "-" / "." / "_" / "~"

Bug fixes

  • The dynamic amp substitution parameters from amp-list are now ignored when wrapping links with tracking;
  • The market/products/import API request now allows you to change the name of an existing SKU;
  • The triggers/import_and_start method now respects the unconditional dispatch flag in the trigger.

References: PL-14728 PL-14729 PL-14797 PL-14798