5.2.0
fixed issue where not preserving query string if it had multiple values with same key
e.g. test=1&test=2 would just use test=1
What's Changed
- #289 preserve query string by @TomPallister in #290
Full Changelog: 5.1.0...5.2.0
fixed issue where not preserving query string if it had multiple values with same key
e.g. test=1&test=2 would just use test=1
Full Changelog: 5.1.0...5.2.0