Breaking: #30863 - Streamlined parameters for adding inline language files¶
See forge#30863
Description¶
The method add
of the Page
handles the optional parameter $strip
, a string
that should be removed from any label key in the given file. This did not work until now, so the label keys were never stripped. As this
functionality is now working it could end up with different label keys in the output.
Impact¶
Inline Javascript label keys could have changed.
Affected Installations¶
Any third party code using Page
with the parameter $strip
set to anything but
an empty string.
Migration¶
Change the call to Page
with $strip
or adjust your Javascript to handle
the now correctly rendered label keys.