DOCS Add note on removed deprecated setApplicationLink / setApplicationName

Fixes #7631
This commit is contained in:
Damian Mooyman 2017-11-23 15:19:40 +13:00
parent 9f0917ff5c
commit 4439d051cf

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`