Plugin Directory

Changeset 1239023


Ignore:
Timestamp:
09/06/2015 07:47:45 AM (10 years ago)
Author:
chsxf
Message:

2.10.2:

Location:
mqtranslate/tags/2.10.2
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • mqtranslate/tags/2.10.2/README.md

    r1142928 r1239023  
    44Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, professional, translation, service, human 
    55Requires at least: 3.9 
    6 Tested up to: 4.2 
    7 Stable tag: 2.10.1
     6Tested up to: 4.3 
     7Stable tag: 2.10.2
    88License: GPLv2
    99
     
    8181---------
    8282
     832.10.2:
     84
     85- Fixed [BugTraq issue 139](http://seclists.org/bugtraq/2015/Jul/139) reported for qTranslate and applicable to mqTranslate
     86
    83872.10.1:
    8488
  • mqtranslate/tags/2.10.2/mqtranslate.php

    r1101179 r1239023  
    44Plugin URI: http://wordpress.org/plugins/mqtranslate/
    55Description: <strong>DEPRECATED - Try <a href="http://wordpress.org/plugins/qtranslate-x>qTranslate X</a></strong> - Adds userfriendly multilingual content support into Wordpress. mqTranslate is a fork of the well-known <a href="http://www.qianqin.de/mqtranslate/">qTranslate</a> plugin by <a href="http://www.qianqin.de/">Qian Qin</a>, extending the original software with collaborative and team-oriented features.
    6 Version: 2.10.1
     6Version: 2.10.2
    77Author: xhaleera
    88Author URI: http://www.xhaleera.com
     
    145145// Can be changed to use with other versions but might cause problems and/or data loss!
    146146define('QT_MIN_SUPPORTED_WP_MINOR_VERSION', '3.9');
    147 define('QT_MAX_SUPPORTED_WP_MAJOR_VERSION', '4.2');
     147define('QT_MAX_SUPPORTED_WP_MAJOR_VERSION', '4.3');
    148148define('QT_STRING',     1);
    149149define('QT_BOOLEAN',    2);
  • mqtranslate/tags/2.10.2/mqtranslate_configuration.php

    r1094313 r1239023  
    200200        exit();
    201201    }
     202   
     203    // Sanitizing GET edit parameter
     204    if (isset($_GET['edit']) && !preg_match('/^[a-z]{2}$/i', $_GET['edit']))
     205        unset($_GET['edit']);
    202206   
    203207    // init some needed variables
  • mqtranslate/tags/2.10.2/readme.txt

    r1142928 r1239023  
    33Tags: multilingual, language, admin, tinymce, bilingual, widget, switcher, i18n, l10n, multilanguage, professional, translation, service, human
    44Requires at least: 3.9
    5 Tested up to: 4.2
    6 Stable tag: 2.10.1
     5Tested up to: 4.3
     6Stable tag: 2.10.2
    77License: GPLv2
    88
     
    8383== Changelog ==
    8484
     852.10.2:
     86
     87- Fixed [BugTraq issue 139](http://seclists.org/bugtraq/2015/Jul/139) reported for qTranslate and applicable to mqTranslate
     88
    85892.10.1:
    8690
Note: See TracChangeset for help on using the changeset viewer.