Assely is a PHP framework which brings a little joy to the WordPress development. Develop structured, easily scalable and complex WordPress websites and web applications with true pleasure.
This pull request sums up Routing component refactoring discussed here: #17. Quick recap:
Unifies routing, no more two different routing systems.
Router is responsible only for switching and running correct actions on URL match. Responsibility for registering custom rewrites will be moved to separate Rewrite component.
This pull request sums up Routing component refactoring discussed here: #17. Quick recap: