Skip to content

Releases: alt-design/Alt-Redirect-Addon

v1.6.4 - Fixes CVE-2025-60868

13 Oct 22:06

Choose a tag to compare

  • Fixes CVE-2025-60868 (public, non-coordinated disclosure - @kasiasok) by improving validation and normalisation in the query string stripping logic.

  • This resolves cases where certain query parameters could bypass stripping due to casing, encoding, or duplication.

We recommend upgrading to this version when possible to ensure redirects behave safely and consistently.

v1.6.3 - Default Install Changes

15 Mar 09:22

Choose a tag to compare

Remove default query string installation during install after feedback 🙌

v1.6.2 - Bugfix URL query encoding issue

04 Feb 14:20
52d8bfd

Choose a tag to compare

Bugfix - Fixes a bug with PHP_QUERY_RFC1738 encoded URLs where the processed URI came out PHP_QUERY_RFC3986 encoded, breaking the redirect. Encoding type is now flagged based on the requestURI on the fly to chose the same type as the request.

v1.6.1 - Fix import functionality

16 Jan 17:02
12bdcab

Choose a tag to compare

v1.6.0 - Enhanced Query String functionality

14 Jan 13:35
85b2281

Choose a tag to compare

This release sees enhanced query string functionality. This changes the behaviour of the query strings such that added Query strings are stripped, the URI processed, they are then re-added back to the redirect.

Following this change, a "strip" toggle has been added to enable complete stripping of a query string. If this is toggled on, the string will be removed before the URI is processed, it will not be re-added afterward.

V1.5.2 - Hotfix

13 Jan 13:32
a6c8083

Choose a tag to compare

Fixed an issue in the URI function for stripping query strings that could cause the URI to not have the base path stripped sometimes.

v1.5.1 - Hotfix

13 Jan 11:22
d5940bd

Choose a tag to compare

Hotfix missing new asset build

v1.5.0 - Statamic Static Site Generator support

13 Jan 10:57
5919041

Choose a tag to compare

Adds new functionality to support Statamic's Static Site Generator addon.

Thanks to :

@efc - Main block of functionality
@breizhwave - flagging '/' issue on index.html

v1.4.0 - Query String functionality & general fixes / tidy up

10 Jan 16:33
9acde12

Choose a tag to compare

Adds new functionality to filter query strings from URIs.

General code tidy up and improved documentation

v1.3.3 - Statamic Version Bump

16 Dec 19:48

Choose a tag to compare

Statamic Version Bump