Releases: LIN3S/WPRouting
Releases · LIN3S/WPRouting
v2.0.1: Added return to PostArchiveResolver
Fixed ArchiveResolver to fit the new implementation
Added a return when PostArchive call Archive internally
Redesign all the router
All WordPress options done
Improved default waterfalls
Now is YAML strict: 404 response if there isn't any route for that request
Simplified matching
Some minor fixes
Restructured directory structure
Removed ResolverInterface and become Resolver as abstract class
Added initial CHANGELOG
Installed and configured php-cs-fixer
Built PhpSpec infrastructure and added some initial specs
Added editorconfig
Added Travis
v1.0.3
Updated dependencies to be compatible with Symfony 3
v1.0.2
Fixed bug related with 404 (Not found) resolver
v1.0.1
Fixed issues resolving routes with arguments
v1.0.0: Merge pull request #1 from LIN3S/docs/usage
Added usage docs