Releases: qtranslate/qtranslate-xt
3.2.9.9.0 (3.3 alpha pre-release)
Release by johnclause
Monday Apr 13, 2015 at 20:28 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.9.0
Design of integration. Comments are very welcome.
- Design: Java script interface for 3rd-party integration, functions: getLanguages, getFlagLocation, isLanguageEnabled, addLanguageSwitchBeforeListener, addLanguageSwitchAfterListener, enableLanguageSwitchingButtons.
- Translation: pot and po files updated.
3.2.9.8.9 (3.3 alpha pre-release)
Release by johnclause
Monday Apr 13, 2015 at 17:07 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8.9
Experimental support of Visual Composer is ready for testing
- Feature: option 'Post Types' to exclude some post types from translation: WP Topic and WP Topic.
- Feature: Visual Composer compatibility (experimental).
- Enhancement (cancelled previously changed at 3.2.9.8.8, it breaks some other places, needs more investigation): 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.
3.2.9.8.8 (3.3 alpha pre-release)
Release by johnclause
Saturday Apr 11, 2015 at 19:51 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8.8
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.
3.2.9.8.5 (3.3 alpha pre-release)
Release by johnclause
Friday Apr 10, 2015 at 09:16 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8.5
One more problem has been discovered, thanks a lot to testers.
- Fix: special cases for arrays in POST. Issue #127 and WP Topic.
- Translation: thanks to all translators contributed. po files updated with correct version number.
3.2.9.8.4 (3.3 alpha pre-release)
Release by johnclause
Wednesday Apr 08, 2015 at 00:04 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8.4
This might be ready to go.
- Fix: taxonomy names with apostrophe and other special characters: Issue #122.
- Fix: locale 'ja' changed to 'ja_JP'. Thanks to Yusuke Noguchi.
- Translation: thanks to all translators contributed.
3.2.9.8.1 (3.3 pre-release)
Release by johnclause
Monday Apr 06, 2015 at 03:11 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8.1
- Fix: function
qtranxf_join_b
, test for qtranxf_allthesame - PHP version compatibility: syntax changed in
qtranxf_collect_translations*
3.2.9.8 (3.3 pre-release)
Release by johnclause
Sunday Apr 05, 2015 at 07:18 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.8
This version needs serious testing in the content editor areas, since the javascript framework has changed significantly.
- Improvement: TinyMCE handling is re-designed once again. [WP Topic] [Issue #115]
- Feature: new type of hook, displayHookAttrs, in
admin/js/common.js
to translate submit button texts (used in Woocommerce, for example).
3.2.9.7 (3.3 pre-release)
Release by johnclause
Friday Apr 03, 2015 at 14:38 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.7
Just to save this version before a new update.
- Translation: German (de_DE) po/mo files updated, thanks to Maurizio Omissoni.
- Translation: Italian (it_IT) po/mo files updated, thanks to Maurizio Omissoni.
- Feature: new front-end option 'Show content in an alternative language': Issue #21.
- Improvement: error handling for gettext updates #105 and #113, and other minor code clean up.
3.2.9.6 (3.3 alpha pre-release)
Release by johnclause
Tuesday Mar 31, 2015 at 18:06 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.6
Testing of post editors and language management needed.
- Translation: Dutch (nl_NL) po/mo files updated. Thanks to Marius Siroen.
- Translation: Portuguese (pt_PT) po/mo files updated. Thanks to Pedro Mendonça.
- Feature: framework for handling admin notices on new releases.
- Improvement: design of option handling: optimization and simplification in the code.
- Fix: replaced pre-defined language code 'pt-br' with 'pb': Issue #104.
- Fix: hidden multilingual input fields moved right before their single-lingual originals: WP Topic.
3.2.9.4 (3.3 alpha-release)
Release by johnclause
Saturday Mar 28, 2015 at 03:22 GMT from master
Originally released as https://github.com/qTranslate-Team/qtranslate-x/releases/tag/3.2.9.4
This version seems more or less stable, Thanks to everybody who helped to test.
One more round of testing would really help.
- Translation: po files updated. Thanks to Pedro Mendonça for a discussion.
- Fix: languages management problems: Issue #102.