Releases: 26B/unbabble
Releases · 26B/unbabble
0.0.8
- Fix: translating meta fields where post or term IDs were lost when they were not translatable.
- Fix: translating meta fields for terms which was expecting the wrong class.
- Fix: network activation of Unbabble was not working.
- Fix: network activated Unbabble was not being found when using
LangInterface::is_unbabble_active
. - Fix: network activated WPML was not being found when checking if Unbabble should run.
0.0.7
- Fix issue with our version of
diqa/formatter
in composer - Update dependencies
0.0.6
- Add CLI commands for Posts, Terms and Options.
- Check if a term's slug already exists before creating it. Fixes issue with language filtering not letting core WordPress from checking the existence correctly.
0.0.5
- Delay language matching for directory router until
wp_loaded
action - Update yarn dependencies
0.0.4
- Replace
PHP_SELF
usage forREQUEST_URI
.PHP_SELF
is unreliable. - Add filter
ubb_new_source_id
to bypass source uuid generation used to translation groups.
0.0.3
- Change
wp-plugin.php
tounbabble.php
in root folder. - Added handling for multilingual homepages and menus.
- Added Migrator from WPML to Unbabble.
- Added method to get language information such as the native name.
- Added routing resolver to handle correct routing when switching blogs.
- Added method to translate the current url for post archives, single post and single term pages.
0.0.2
Remove unnecessary dependencies.
0.0.1
First release of the Multilingual Wordpress Plugin Unbabble.