Releases: DorsetDigital/silverstripe-canonical
Feature update
This release adds compatibility for CMS 5, and also updates the underlying method for adding the new tags in line with the most recent Silverstripe functionality.
Credit to @lerni for his assitance in the ongoing maintenance of this module.
Feature release - manual overrides
This release adds and improves the control over canonical tags on a per-page basis
Bugfix
Fix missing backslash in Danish language file
Add translation code
Include translations code in module (thanks to @sanderha )
Maintenance release
Adds functionality to let the module override other add-ons which may have injected a canonical tag already
Canonical Override Support
Adds checking for a CanonicalLink()
method on owner classes to provide a means of overriding the URL slug used in the canonical tag without altering the normal Link()
method. This allows some flexibility in cases such as using DataObjects for pages, where the DataObject Link()
method may not be directly accessible from the Page class.
v1.0.0
Update README