Those updates are not mandatory but desirable to be able to migrate without trouble when next version is released.
Nos:parse_wysiwyg(), Nos:parse_enhancers() and Nos:get_enhancer_content()
These methods are deprecated, use:
- Tools_Wysiwyg::parse() instead of Nos:parse_wysiwyg()
- Tools_Wysiwyg::parseEnhancers() instead of Nos:parse_enhancers()
- Tools_Enhancer::content() instead of Nos:get_enhancer_content()