mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Changelog for https://github.com/silverstripe/silverstripe-cms/pull/1556 (#5837)
This commit is contained in:
parent
a809e80d01
commit
020d0c181e
@ -53,6 +53,9 @@
|
||||
* `DBString->LimitWordCountXML` removed. Use `LimitWordCount` for XML safe version.
|
||||
* `$module` parameter in `themedCSS` and `themedJavascript` removed.
|
||||
* Theme selector has been removed from SiteConfig. Please use `SSViewer.themes` config instead.
|
||||
* `CMSMain::buildbrokenlinks()` action is removed.
|
||||
* `Folder_UnusedAssetsField` is removed.
|
||||
* `UpgradeSiteTreePermissionSchemaTask` is removed.
|
||||
|
||||
## New API
|
||||
|
||||
@ -997,4 +1000,4 @@ The default `admin/` URL to access the CMS interface can now be changed via a cu
|
||||
`AdminRootController`. If your website or module has hard coded `admin` URLs in PHP, templates or JavaScript, make sure
|
||||
to update those with the appropriate function or config call. See
|
||||
[CMS architecture](/developer_guides/customising_the_admin_interface/cms-architecture#the-admin-url) for language
|
||||
specific functions.
|
||||
specific functions.
|
||||
|
Loading…
Reference in New Issue
Block a user