You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm @Battra's fix working in 1.7 -- don't know what problem @hapheus had with it. Please update the plugin accordingly (even just by merging the PR #3)
Hi,
I just installed this plugin in YOURLS 1.6 and the query string was not passed to the long URL. It works when I changed this line:
yourls_add_filter('redirect', 'qs_forward_redirect' );
To:
yourls_add_filter('redirect_location', 'qs_forward_redirect' );
From the list of actions & filters, it looks like there is no 'redirect' filter anymore?
Thanks!
The text was updated successfully, but these errors were encountered: