Closed markseuffert closed 6 years ago
You're introducing a new parameter in the mid of the parameter list, which breaks backwards compatibility. You have to add it to the end of the current parameter list.
Sorry about that, I fixed it.
Any plans to merge this or can you suggest an alternative API?
Added an optional file name to public function
set_language()
. After recent API changes in Version 1.0.9.0, it wasn't possible anymore to set a specific language file name. I needed this for Datenstrom Yellow, where the file names follow a different pattern, for examplehighlight-javascript.php
.Hope you find it useful.