Archive for category Software Updates
Version 0.9.2 – 4 years and we don’t break
Posted by ofer in General Messages, Release announcements, Software Updates on March 11, 2013
Yes, it was over four years since the first version of Transposh for wordpress was released. And indeed, we have come a very long way.
Transposh is being used by thousands of sites all over the web, and we have many happy users (and a few less happy ones
).
This version, 0.9.2, is not really what we expected to have by now, after four years we would have expected that a version one (maybe even two) will already have been released. But apparently, life does rarely proceed as you plan it to.
The title of this posts actually refers to a new behaviour of our parser, when we used to encounter an (which should be a non-breaking space) we actually broke the phrase into two, which is rather the exact opposite of what things should have been. So hopefully this is now fixed, and we’ll no longer break!
Other changes include:
- Basic support for Woocommerce integration
- Override the case when other plugins or themes cause the process_page to be called prematurely
- Fix a nasty bug when the same translation appeared in a paragraph more than once
- Bing have added two languages
- Fix the bug reported by dserber disallowing language selection on post where translate_on_publish was disabled
- Update for .po files, Turkish Translation by Ömer Faruk Karabulut
You will enjoy this version! This is an order!
Version 0.9.0 – Ready, settings, go!
Posted by ofer in Release announcements, Software Updates on December 12, 2012
On the 12/12/12 (what a lovely date) at 20:12 (an appropriate time). We have released version 0.9.0 of our plugin. This version included a major rewrite of our settings and administration page. Moving from the single very long page with oh so many options to a slick tabbed interface.
This version is not only cosmetic but it also included two major features enabled by the settings new advanced tab:
1. Inclusion of debugging support: Now we will be able to give you better support using the plugin ability to create logs, and allow remote debugging.
2. Advanced parsing rules: This feature allows you to change the way texts are being broken for translation on your site. It allows a much finer granulation and fitting the engine to your specific use case.
However – be warned, those features, although well tested are marked advanced and experimental. Use them only if you understand what you are doing.
There are so many other features and bug fixes included, that many of them deserve their own post, but for now, lets go over the change log:
* A new language selection widget based on select2 (Very nice select box with flags)
* Added ctrl keys for quick navigation of previous/next blocks (Improves speed of working with the interface)
* A new option that allows to reset the configuration file to the recommanded defaults
* Css fixes for twenty twelve theme
* Avoid loading the subwidgets in the admin pages
* Removed distinction between editable and viewable languages, now a language can only be active or disabled
* Updating jQueriUI to 1.9.2 (jQuery should now be 1.6+)
* Fixes the z-index for the old style dropdown (patch by chemaz)
* Fixes the bug with the coupling of Chinese simple and traditional
* Fix bug preventing upgrade from very old versions
* Suppress notices when widgets are created directly with our function
* Avoid rewriting urls in the default language, mainly effected canonicals
* Our script is needed when the widget allows setting of default language
* Finally solved the problem with MSN translate and CR/LF
In the days following the initial release, three bugs have been uncovered and fixed, if something simple is not working, make sure to refresh your files.
Enjoy this version!
Version 0.8.5 – We support Lao too
Posted by ofer in General Messages, Release announcements on September 17, 2012
Well, Google just announced on their translate blog that they will support Lao, the official language of Laos, so we have added the code required and did a quick release with support to this language, which is also supported by One Hour Translation.
The version is already out for a few days but the real problem with getting this post live was finding a picture. We are not quite sure it is the most appropriate picture, but at least it rhymes.
Enjoy this new version.
Version 0.8.3 – The widget’s shortcode
Posted by ofer in Release announcements on May 30, 2012
This version fixes some bugs and adds support for a nice shortcode that allows you to place the widget inside the post
For example, this:
[tp widget="flags/tpw_flags_css.php"]
Will display:
Version 0.8.2 – 3 years, 66 languages, 1 wordpress
Posted by ofer in General Messages, Release announcements, Software Updates on March 6, 2012
It has been three years (and three days, and thirty three hours) since the first version of Transposh plugin has been aired on the wordpress.org plugin repository.
Time surely flies.
This has been the first leap year (29th February) and a real leap year for Transposh. The plugin has been downloaded from the repository over 50,000 times this year and has made a steady growth of features and total number of languages supported. And today with the addition of Hmong Daw we are the first plugin to support a total number of 66 languages.
This was a really interesting (as in, have an interesting life) year for the automatic translation industry and plugins, where Google has nearly dropped their API support (only to switch to a pay model) while Bing imposed new limits. Transposh has successfully overcame those changes, while other plugins did not survive.
What does the future holds for Transposh? We are slowly boiling some new stuff, working on our vision to improve website translation, when things will be ready – they will be out. Meanwhile, your continued support is important to us, sometimes a simple email with “your plugin is great” drives us to continue. So if you believe we are doing well, drop us a line, if you think we should improve things, drop us a note, and if you think that we suck, we fail to understand why you have read this message up to this point
Wishing ourselves a great 4th year, maybe it will end with a bigger cake
Version 0.8.1 – It’s not a bug! it’s a feature!
Posted by ofer in Release announcements, Software Updates on December 12, 2011
At Transposh we pride ourselves in our high coding standards, this means that we have no bugs in our software. Yes, you have heard this right, zero bugs found. However – there is a slight problem, other people are not like us and they actually do have bugs in their codes. So if you installed Transposh and something is not working correctly, there is probably a bug in WordPress, or a bug in the theme you are you using, or a conflict with another plugin, or jQuery made some mess, or you are still using Internet Explorer 2 or this is something related to your mother, or her mother, or her grandmother, or the first cell that was ever created. It is never us! never ever!
If something is not working and you report it to us, we immediately find someone else to blame, and sometimes, when in good mood, we actually code something to avoid those other people bugs.
This release is one of those releases, the only new feature is the ability to set comment languages in the management interface (if someone posted in Spanish while actually browsing your site in English or vice verse) .
The rest of this release is:
- Enable live human translations backup by default
- Lists of languages used in Javascript are fixed and more readable
- Improved loading for backend javascripts
- Support the , symbol in parsing (Its not a comma, really!)
- Reintroduce CORS support in our AJAX (Cross Origin Ajax)
- Try to make sure lazyloader loads in the correct context
- Fix calculation of batch translation size to avoid translations too large for Google
- Fix when two jQueryUI versions are included, mainly for wordpress 3.2.x
- Fixed widget to remove [Language] which was buggy as noted by Philip Trauring
- Fix broken sites for users using the widget function directly
Version 0.7.6 – Keep on rolling
Posted by ofer in Release announcements on August 3, 2011
We are happy to present you all with our newest wordpress plugin release. This is a rolling release that does not include any major changes or something that is too groundbreaking. So we’ll just walk over the changelog and explain the news.
- We have imported some improvements to the simple html dom which serves as the base to our parser from a new upstream release, not much news here
- Allow setting of a post/page language with a simple select box. This is not a new feature, as this could have been handled in the past my adding the tp_language meta to the posts manually, however it does simplify the process, and it also make sure that translate default language is turned on so that the feature will actually work.
- Warn about some conditions that we can’t fix and a user should probably be aware of. Currently there are two condition we notify about, which are the ones that made most of our support questions to date. First we warn about low memory conditions, and we urge people to increase their php memory limit (or switch to a decent hosting service). The second warning is about the lack of APC or similar which can improve the performance dramatically (again, switch to better hosting!). The warnings can be safely removed by pressing the small X symbol and the side which will assure that you won’t see those warnings in the near future.
- Allow collecting of anonymized statisics upon user consent. Please please allow us to gather some data! we really want some vanity statistics like we are running on 1 zillion sites and are translating a gazillion pages per second!
- Fixed some minor warning notices reported by users. No longer will your logs be clogged after removing our ads!
Version 0.7.5 – The longest day ++
Posted by ofer in Release announcements on June 22, 2011
One day after summer has officially begun in the northern hemisphere, we are proud to present version 0.7.5 of our plugin. This version adds support for the new languages that were announced as supported today by Google Translate - Bengali, Gujarati, Kannada, Tamil and Telugu.
Before rushing to add those languages to your blog, please be reminded that those languages use an ajax proxy in order to work correctly, which means that they create a load on your server upon the first encounter with a new translation string (forcing it to fetch the translation from Google). So the choice is yours, but you have been notified…
Further more this version adds the option not to override the default locale with Transposh’s default language, this behavior (new on 0.7.4) allowed MU users to have admin pages in their language, but on the other hand annoyed users that wanted to manage the site in a language different than their default, so now this is configurable.
We have also improved the translation UI, the next and previous buttons now save changes done, and the dialog will not be re-centered upon clicking these buttons.
We hope you’ll enjoy this version.
Version 0.7.1 – Release train keeps rolling
Posted by ofer in General Messages, Release announcements on January 31, 2011
Work on transposh is commencing at full speed, and when a new version is reaching a stable state we attempt to release it to the masses for general consumption. This minor version does not bring any new major features but it does go to fix some points that needed attention.
So without further ado, lets review the changes:
- Two language translations to the plugin were added, Dutch with the help of Roland Nieuwendijk and Russian with the help of Romans Matusevics. If you want to help, just contact us and get our eternal gratitude (and credits)
- Marking of excerpts were fixed for tp_language posts
- Dramatically reduce number of database queries on translatable urls (from thousands to one)
- Fix for automatic translation when anonymous translation is not supported on non google engines
- Fix buddypress (and hopefully other) redirections on single activities pages and other double redirected pages
- Fix for regression with after post translation and translate all
We hope you’ll enjoy this version, and we are waiting for your comments and feedback.












Recent Comments