Plugin Directory

Changeset 1290035


Ignore:
Timestamp:
11/19/2015 05:26:50 PM (10 years ago)
Author:
erichie
Message:

simplified authentication to Lingotek

Location:
lingotek-translation
Files:
90 added
3 edited

Legend:

Unmodified
Added
Removed
  • lingotek-translation/trunk/admin/settings/connect-account.php

    r1193542 r1290035  
    33  var hash = window.location.hash;
    44  if (hash.length && hash.indexOf("access_token") !== -1) {
    5     var parts = hash.substring(1).split('=');
    6     var access_token = parts[1];
    7     var url_with_access_token = window.location.origin + window.location.pathname + window.location.search + '&access_token=' + access_token;
     5    var url_with_access_token = window.location.origin + window.location.pathname + window.location.search + '&' + hash.substr(1);
    86    window.location.href = url_with_access_token;
    97  }
  • lingotek-translation/trunk/lingotek.php

    r1277996 r1290035  
    33Plugin name: Lingotek Translation
    44Plugin URI: http://lingotek.com/wordpress#utm_source=wpadmin&utm_medium=plugin&utm_campaign=wplingotektranslationplugin
    5 Version: 1.1.7
     5Version: 1.1.8
    66Author: Lingotek and Frédéric Demarle
    77Author uri: http://lingotek.com
     
    1616    exit();
    1717
    18 define('LINGOTEK_VERSION', '1.1.7'); // plugin version (should match above meta)
     18define('LINGOTEK_VERSION', '1.1.8'); // plugin version (should match above meta)
    1919define('LINGOTEK_MIN_PLL_VERSION', '1.7.4.2');
    2020define('LINGOTEK_BASENAME', plugin_basename(__FILE__)); // plugin name as known by WP
  • lingotek-translation/trunk/readme.txt

    r1277996 r1290035  
    44Tags: automation, bilingual, international, language, Lingotek, localization, multilanguage, multilingual, translate, translation
    55Requires at least: 3.8
    6 Tested up to: 4.3
    7 Stable tag: 1.1.7
     6Tested up to: 4.4
     7Stable tag: 1.1.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    123123== Changelog ==
    124124
     125= 1.1.8 (2015-11-19) =
     126
     127* Simplified authentication to Lingotek
     128
    125129= 1.1.7 (2015-11-2) =
    126130
Note: See TracChangeset for help on using the changeset viewer.