Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 386 Bytes

UPGRADE-2.0.md

File metadata and controls

11 lines (8 loc) · 386 Bytes

Upgrade from 1.2 to 2.0

REST Controller

  • The deprecated methods are removed from the RestController:

    Removed Use instead
    putDocumentAction() updateDocumentAction()
    deleteDocumentAction() updateDocumentAction()
    performSecurityCheck() $this->accessChecker->check()