Overview
During the time of the TYPO3 Core Development several functions and methods get changed, marked as deprecated and finally removed.
This extension helps developers to use one development branch that still still works for multiple TYPO3 releases.
Example:
The method t3lib_div::makeInstanceClassName() got deprecated in TYPO3 4.3. Besides that makeInstance() accepts additional arguments that will be forwarded to the constructor of the class to be created.
