Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@NightJar NightJar released this 28 Dec 05:23

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 DataObjects in a project.

Code Tidy

Code is now PSR-2 and PSR-4 compatible, has relevant phpcs configuration, and a reasonably thorough test suite.