3.2.9.8.8 (3.3 alpha pre-release)
Pre-release
Pre-release
More fixes for the special case of arrays in POST: #127.
- Translation: Greek ('el_GR') predefined language added, thanks to Marios Bekatoros.
- Translation: Arabic (ar) po/mo files updated. Thanks to Nedal Elghamry.
- Enhancement: added check
isset($_SERVER['REDIRECT_STATUS'])
in functionqtranxf_can_redirect
to prevent another redirection ifmod_rewrite
is already doing redirection. In particular, this should help to troubleshoot internal server error 500 as it was observed in Issue #96. - Feature: js functions
addLanguageSwitchBeforeListener
andaddLanguageSwitchAfterListener
is designed for other plugin integration, read Integration for more information. Thanks to Dmitry for the useful design discussion Issue #128. - Fix: more special cases for arrays in POST, Issue #127.