We are using the Filter package from the framework, but still have also a Filter package in the CMS, which extends from the framework package. This PR switches all usages of the OutputFilter class to the framework package. The OutputFilter class can then be deprecated and removed in 6.0.
The two classes currently are not 100% identical. For that, the following PRs need to be merged into the framework first: joomla-framework/filter#56 joomla-framework/filter#57
The PRs have been merged. The dependency has been updated in here.
This PR also depends on #40432 to be merged first in order to fix the language dependency.
The other PR has also been merged. We are ready to go!
Testing Instructions
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
thanks