Releases: skipperbent/simple-php-router
Releases · skipperbent/simple-php-router
Version 5.4.1.7
11 Dec 21:48
Compare
Sorry, something went wrong.
No results found
Fixed getUrl() not working for home urls.
Version 5.4.1.6
09 Dec 17:42
Compare
Sorry, something went wrong.
No results found
BaseCsrfVerifier: Fixed included parameter triggering on other request-types than post.
Version 5.4.1.5
09 Dec 04:40
Compare
Sorry, something went wrong.
No results found
Fixed rewrite-route not being executed in rare instances.
Version 5.4.1.4
29 Nov 00:22
Compare
Sorry, something went wrong.
No results found
Fixed setHost nullable value.
Version 5.4.1.3
27 Nov 07:09
Compare
Sorry, something went wrong.
No results found
Remove potential port from hostname.
Version 5.4.1.1
27 Nov 05:55
Compare
Sorry, something went wrong.
No results found
Added better handling of domains on urls.
Version 5.4.1.0
27 Nov 04:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed inputhandler overwriting post-values.
Version 5.4.0.0
21 Nov 15:16
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
RouteResource: simplified the findUrl method (issue: #666 )