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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Internal links now keep their query string and fragment when rewritten to another language. url_to_postid() resolves on the path alone and get_permalink() rebuilds the URL from scratch, so a link like /konfiguroi/?tuote=window#tiedot lost everything after the path — on every frontend render, source language included. Covers both the render_block_data path and Polylang's sync path (#2).
Developer
PHPUnit suite covering the Polylang block filters, run against WordPress + Polylang via wp-env (#2, #3).
Test workflow runs lint and PHPUnit on every pull request.
CI dispatches a Satis rebuild when a release is cut (#1).