Changeset 356


Ignore:
Timestamp:
01/13/2010 12:53:42 PM (2 years ago)
Author:
ofer
Message:

Readme updated for 0.4.1 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WordPress/plugin/transposh/readme.txt

    r345 r356  
    22Contributors: oferwald, amirperlman 
    33Donate link: http://transposh.org/donate/ 
    4 Tags: translation, widget, filter, bilingual, multilingual, transposh, language, crowdsourcing, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese 
     4Tags: translation, widget, filter, bilingual, multilingual, transposh, language, crowdsourcing, context, wiki, RTL, Hebrew, Spanish, French, Russian, English, Arabic, Portuguese, translate 
    55Requires at least: 2.7 
    6 Tested up to: 2.9.0 
     6Tested up to: 2.9.1 
    77Stable tag: <%VERSION%> 
    88 
     
    118118 
    119119Currently the plugin is able to add the multilingual urls to the sitemap, and you need to add the following line at the sitemap-core.php, add-url function (line 1509 at version 3.2.2) 
    120 `do_action('sm_addurl',$loc, &$page);` 
     120 
     121`do_action('sm_addurl', &$page);` 
     122 
    121123We hope that future versions will include this by default, and for now you can get the patched file from our site. 
    122124After a change of languages used, you are welcomed to trigger a new sitemap buildup. 
     
    143145 
    144146You can wrap the element with the "no_translate" class, or add a span similar to `<span class="no_translate">` 
     147 
     148= Can I make different images appear in different languages in my themes? = 
     149 
     150Yes, although a bit tricky - you can use the `$my_transposh_plugin->target_language` as part of the image descriptor, this will load different 
     151images based on the current language 
    145152 
    146153== Screenshots == 
     
    159166 
    160167== Changelog == 
     168= 2010/01/13 - 0.4.1 = 
     169 * Fixed a few redirection bugs (administrative pages, and referred pages) 
     170 * Fixed documentation bug (regarding google-sitemap-generator patch requirement) 
     171 * Support on demand and async loading of transposh script 
     172 * Using google closure compiler to reduce script size (now only 3k when gzipped) 
     173 * Script now passes jslint.com (almost) 
     174 * Css optimizations and reduction in number of file requests in most scenarios 
    161175= 2010/01/01 - 0.4.0 = 
    162176 * Solve activation/deactivation bug 
Note: See TracChangeset for help on using the changeset viewer.