Skip to content

Releases: qTranslate-Team/qtranslate-x

3.2.9.9.2 (3.3 alpha pre-release)

17 Apr 02:02
Compare
Choose a tag to compare
Pre-release

Newer PHP make mysql_real_escape_string return empty string, which can be really bad for an affected user ...

  • Fix: troublesome use of deprecated function mysql_real_escape_string is removed: WP Topic.

3.2.9.9.1 (3.3 alpha pre-release)

16 Apr 20:53
Compare
Choose a tag to compare
Pre-release

Need to test Language Menu handling: help text, FAQ, two new options.

  • Fix: alt attribute for flag icons in widget 'qTranslate Language Chooser': WP Topic.
  • Fix: title attribute for language menu items: WP Topic.
  • Feature: take language menu title from field 'Navigation Label' of menu editor: WP Topic.
  • Feature: options 'names' and 'colon' in Language Menu configuration.
  • Translation: .pot, .po and .mo files updated.

3.2.9.9.0 (3.3 alpha pre-release)

13 Apr 20:30
Compare
Choose a tag to compare
Pre-release

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)

13 Apr 17:09
Compare
Choose a tag to compare
Pre-release

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 function qtranxf_can_redirect to prevent another redirection if mod_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)

11 Apr 19:53
Compare
Choose a tag to compare
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 function qtranxf_can_redirect to prevent another redirection if mod_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 and addLanguageSwitchAfterListener 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)

10 Apr 09:21
Compare
Choose a tag to compare
Pre-release

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)

08 Apr 00:07
Compare
Choose a tag to compare
Pre-release

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)

06 Apr 03:12
Compare
Choose a tag to compare
Pre-release
  • 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)

05 Apr 07:20
Compare
Choose a tag to compare
Pre-release

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)

05 Apr 07:11
Compare
Choose a tag to compare
Pre-release

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.