Merge pull request #7633 from open-sausages/pulls/4.0/upgrade-docs-appname

DOCS Add note on removed deprecated setApplicationLink / setApplicationName
This commit is contained in:
Loz Calver 2017-11-23 09:32:31 +00:00 committed by GitHub
commit 66e26268f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1813,6 +1813,8 @@ If left unset, this will raise an error.
to see if there is a url to redirect back to.
* Renamed `LeftAndMain_TreeNode` to `CMSMain_TreeNode`
* Removed `LeftAndMain::SiteTreeAsUL()` (override left in `CMSMain`)
* Removed `LeftAndMain::setApplicationLink()` (Deprecated from 3.x)
* Removed `LeftAndMain::setApplicationName()` (Deprecated from 3.x)
* Moved `LeftAndMain::getSiteTreeFor()` to `CMSMain`
* Moved `LeftAndMain::getsubtree()` to `CMSMain`
* Moved `LeftAndMain::updatetreenodes()` to `CMSMain`