We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5452a7 commit f91b5b1Copy full SHA for f91b5b1
docs/en/changelogs/3.0.0.md
@@ -136,6 +136,12 @@ unless these are explicitly noted.
136
137
Alternatively, you can enforce database usage by setting `SapphireTest->usesDatabase` to `TRUE` in your test class.
138
139
+### Breadcrumbs ###
140
+
141
+Breadcrumbs have been altered to be their own template. In the process of this, the common static
142
+SiteTree::$breadcrumbs_delimiter has been removed. To customise breadcrumbs now, create a template
143
+BreadcrumbsTemplate.ss from cms/template to your theme or application.
144
145
### Deprecated Classes ###
146
147
* `FileIframeField`: Use `UploadField`
0 commit comments