Skip to content

Releases: web-love/wp-router

Bug fix

30 Apr 11:43
Compare
Choose a tag to compare

Fix a bug with the $matches variable that would add warnings in the logs if non-matching routes were defined.

Allow custom response objects in custom routes

06 Apr 20:53
Compare
Choose a tag to compare

Fixed a issue where on some edge cases deep arrays would break PHP get_class() function. It has been replaced with a more defensive is_a() function that prevent this type of error.

Change default custom_API_endpoint

06 Apr 12:00
Compare
Choose a tag to compare

Changed the default custom_api_endpoint in Weblove\WPRouter\RouterInterface to api/v1 so it follows the Router class default implementation

Simplify folder structure

05 Apr 20:44
Compare
Choose a tag to compare

Simplify folder structure of the library so it's easier to extend in the future.

PSR-4 compliant autoload

05 Apr 20:14
Compare
Choose a tag to compare

Add a PSR-4 compliant autoload to the composer package.

Add autoload features

05 Apr 19:20
Compare
Choose a tag to compare

This package is now autoloaded with composer.

Stable release

05 Apr 19:11
Compare
Choose a tag to compare

First stable release of Wp-router.