New in 1.1.18 works with upcomming wp 4.5 thats new for widget is now compatible with wp 4.3 thanks to @adnanoner and @gitmad saving taxonomies wont print warning thanks to @jmarceli saving post quick edit wont print warnings thanks again to jmarceli.
Thanks to @rafa-aguilar custom post types are fixed thanks to @MicheleBertoli slug box now shows the utf8 chars instead of the enconded ones. you can now toggle the default slug box, in case you want to edit it. edit term has been re-worked, so no more errors and notices couple of other stuff has been fixed by me thanks to your awesome bug reports...
The widget didn't allow the visitors to change to the language if qtranslate-x was being used.
Changed text strings with no text-domain and with text-domain 'qtranlate to text-domain 'qts pot catalog updated with current strings, including last found is.
Thanks to vbkun for casting the much wanted function to get slug based on id and language.
Todo detect Slug for each language and redirect in parse query. expand qtranslate for translate attachment names and descriptions translate other slugs like attachments. qtranslate integration with other plugins like Jigoshop, e-commerce, etc.
Set the base permastructs for post types and taxonomies ..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
That means slugs now are stored on meta tables and installation creates termmeta table with some new core functions to access save data, based on simple term meta.
Upgrade process when the plugin updates from older versions. the plugin generates translated slug from title in empty cases. the plugin checks if the slug already exists, and adds in this case.
Read more