Skip to content

Releases: skipperbent/simple-php-router

Version 5.4.1.7

11 Dec 21:48
a2843d5
Compare
Choose a tag to compare
  • Fixed getUrl() not working for home urls.

Version 5.4.1.6

09 Dec 17:42
8923bee
Compare
Choose a tag to compare
  • BaseCsrfVerifier: Fixed included parameter triggering on other request-types than post.

Version 5.4.1.5

09 Dec 04:40
2a21524
Compare
Choose a tag to compare
  • Fixed rewrite-route not being executed in rare instances.

Version 5.4.1.4

29 Nov 00:22
0b01aa9
Compare
Choose a tag to compare
  • Fixed setHost nullable value.

Version 5.4.1.3

27 Nov 07:09
14c2199
Compare
Choose a tag to compare
  • Remove potential port from hostname.

Version 5.4.1.1

27 Nov 05:55
3c03f08
Compare
Choose a tag to compare
  • Added better handling of domains on urls.

Version 5.4.1.0

27 Nov 04:58
ef4756c
Compare
Choose a tag to compare
  • Fixed domains not being prepending properly to urls.
  • Won't prepend subdomain to urls if subdomain is equal to current host.
  • Url: implemented parse function.
  • Router: getUrl now parses url to properly parse the subdomain.

Version 5.4.0.1

21 Nov 21:28
36dda20
Compare
Choose a tag to compare
  • Fixed inputhandler overwriting post-values.

Version 5.4.0.0

21 Nov 15:16
e22ea70
Compare
Choose a tag to compare
  • InputHandler: Added support for input stream when not json encoded.
  • Added @return never to Response.php (thanks to @ATC-4K)
  • Fixed rare double execution of rewrite routes in exception handler (thanks to @ms-afk).

Version 5.3.0.5

06 May 19:11
7feb464
Compare
Choose a tag to compare
  • RouteResource: simplified the findUrl method (issue: #666)