2.0.0
2.0.0
SilverStripe 4
Upgraded Slug functionality to be SilverStripe 4 compatible.
NEW Controller Extension
Added new controller extension to support loading slugs without needing to replicate all the routing code in the controller used for displaying Slugged objects.
Improved Documentation
Readme
is now filled in with much more information on implementing slugged DataObject
s in a project.
Code Tidy
Code is now PSR-2 and PSR-4 compatible, has relevant phpcs
configuration, and a reasonably thorough test suite.