sheadawson / silverstripe-shortcodable

Provides a GUI for CMS users to insert Shortcodes into the HTMLEditorField + an API for developers to define Shortcodable DataObjects and Views.
MIT License
48 stars 36 forks source link

3.2 compatibility #18

Closed wernerkrauss closed 8 years ago

wernerkrauss commented 8 years ago

Shortcodable 1.0.0 is broken in 3.2, as the route to the controller is not built in anymore

See https://docs.silverstripe.org/en/3.2/changelogs/3.2.0/#api-removed-url-routing-by-controller-name

sheadawson commented 8 years ago

Cheers for letting me know. 1.0.1 now released.