Plugin Directory

Changeset 364134


Ignore:
Timestamp:
03/24/2011 10:00:47 AM (15 years ago)
Author:
stevevls
Message:

1.1.4 : Fixed possible PHP Warnings when calling add_language_to_home() function, Added explicit UTF-8 character set declaration to database table creation script.

Location:
gts-translation/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gts-translation/trunk/Gts.php

    r363827 r364134  
    3737Plugin URI: http://gts-translation.com/
    3838Description: The only translation plugin that provides human translation of your blog content using community translation (crowdsourcing). Use our community of professional translators or use your own internal community. Currently supports French, Italian, German, Spanish (FIGS). All content is cached on your Wordpress database and indexed by search engines.
    39 Version: 1.1.3
     39Version: 1.1.4
    4040Author: Steve van Loben Sels
    4141Author URI: http://gts-translation.com/
  • gts-translation/trunk/readme.txt

    r363928 r364134  
    44Requires at least: 2.9.0
    55Tested up to: 3.1
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77
    88The only translation plugin that provides human translation of your blog content using community translation
     
    2424has been approved by a moderator.
    2525
    26 Current release supports English to French, Italian, German, Spanish, and Russian only.
     26Current release supports English to French, Italian, German, Spanish, and Russian.
    2727
    2828== Installation ==
     
    111111
    112112= When I switch my blog to Russian, all I see are question marks...what gives?
    113 This happens when the data is stored in MySQL with the wrong character encoding.  Execute the following (being sure to
     113This happens when the data is stored in MySQL with the wrong character encoding.  Execute the following SQL (being sure to
    114114replace 'wp_' with the prefix specified in wp-config.php if you've changed that value):
    115115
     
    171171
    172172== Changelog ==
     173
     174= 1.1.4 =
     175* Fixed possible PHP Warnings when calling add_language_to_home() function
     176* Added explicit UTF-8 character set declaration to database table creation script.
    173177
    174178= 1.1.3 =
  • gts-translation/trunk/wordpress/GtsLinkRewriter.php

    r363827 r364134  
    101101
    102102
    103     function add_language_to_home( $link, $path ) {
     103    function add_language_to_home( $link, $path = "" ) {
    104104
    105105        global $gts_plugin, $wp_rewrite;
Note: See TracChangeset for help on using the changeset viewer.