Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:15
· 61 commits to main since this release
54be81e

New Features

  • None.

Improvements

  • None.

Bug Fixes

  • Fix the slug query parameter dropping the array form (?slug[]=a&slug[]=b) by replacing the sanitize_text_field callback, which collapsed arrays to an empty string, with a dedicated eventon_apify_sanitize_slug_filter that sanitizes each value while preserving both the comma-separated string and array inputs.

Full Changelog: v2.1.0...v2.1.1