Skip to content

version 1.1.1

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 03 Nov 15:05
· 1446 commits to master since this release

Added

  • League\Uri\parse_query as an alias of Query::parse
  • League\Uri\extract_query as an alias of Query::extract

This is a small BC break to correct parse_query returned value which was not the expected value. I've added the extract_query to complement the function returned value.

Fixed

  • League\Uri\parse_query returned value was the wrong one

Deprecated

  • None

Remove

  • None