Releases: brenoalvs/monk
Releases · brenoalvs/monk
General Improvements and Bugfixes
- Added hreflang tags
- Added comments filter by post language on admin
- Added monk_get_translations function that can be used to create custom language switchers.
- Changed database queries to improve performance
- Fixed static front page bug
- Fixed custom meta queries overwrite
- Fixed syntax error on plugin activation for older PHP versions.
- Fixed terms filter button was not showing.
- Fixed incorrectly language options when opening last edited menu.
Admin Improvements - 0.6.0
- Improved Monk Settings notifications
- Improved Language Switcher customizer settings
- Added terms language filter
- Added
monk_custom_language_slug
filter to allow users customize language slugs.
Posts and Terms Fixes - 0.5.2
- Fixed bug when a post was restored from trash
- Fixed the default category english translation
- Fixed bug when "All languages" is selected in the language selector of post and pages
General Bugfixes - 0.5.1
- Fixed bug on medias update process
- Fixed accessibility attributes on admin controls.
- Fixed persistent language filter when post type has no posts.
Site Settings Translations - 0.5.0
- Added site title and description translation
- Added shortcode to retrieve translation links
- Added the 'uncategorized' category translations
- Fixed custom taxonomies links on language switcher
- Fixed medias filter by language on post edit pages
General Bugfixes - 0.4.1
- Fixed bug with the site front page translation when permalinks are not active
- Fixed Travis CI warnings
- Fixed compatibility bug with
get_current_screen
function calls - Fixed broken archive links in the Language Switcher widget
- Fixed date archive links with duplicated language slug in the URLs
- Fixed the links coming with wrong taxonomy names in term edit pages
Full language support - 0.4.0
General Bugfixes - 0.3.1
- Fixed date permalinks filter.
- Fixed allowed memory size error when trying to get language from queried object.
- Fixed error when pages "have a language slug" in it.
Example:site.com/en/england/
->site.com/fr/frgland/
Work done in:
https://github.com/brenoalvs/monk/milestone/20?closed=1
Menus Translations - 0.3.0
- Added menus translation support
- Fixed some security bugs
URL Rewriting and Medias Translation - 0.2.0
- Improved queries filters by language for posts and terms on admin and front-end.
- Added medias translation support. (no duplicated files!)
- Added support for language in permalinks.
Now you can use:
example.com/en/
example.com/en/categories/my-category
example.com/pt-br/produtos/meu-produto
Instead of old and ugly parameters:
example.com/?lang=en
example.com/categories/my-category/?lang=en
example.com/produtos/meu-produto/?lang=pt-br