From 020d0c181e04949cb01552080b00e52b7e4ced62 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Mon, 25 Jul 2016 18:27:38 +1200 Subject: [PATCH] Changelog for https://github.com/silverstripe/silverstripe-cms/pull/1556 (#5837) --- docs/en/04_Changelogs/4.0.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/04_Changelogs/4.0.0.md b/docs/en/04_Changelogs/4.0.0.md index 71b6c4be4..f205e8503 100644 --- a/docs/en/04_Changelogs/4.0.0.md +++ b/docs/en/04_Changelogs/4.0.0.md @@ -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. \ No newline at end of file +specific functions.