Skip to content

Releases: brenoalvs/monk

General Improvements and Bugfixes

22 Jan 11:24
636f333
Compare
Choose a tag to compare
  • 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

29 Sep 22:16
Compare
Choose a tag to compare
  • 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

19 Sep 18:28
Compare
Choose a tag to compare
  • 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

29 Aug 00:48
Compare
Choose a tag to compare
  • 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

18 Aug 22:34
Compare
Choose a tag to compare
  • 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

11 Aug 22:04
Compare
Choose a tag to compare
  • 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

05 Aug 00:33
Compare
Choose a tag to compare

General Bugfixes - 0.3.1

11 Jul 14:03
Compare
Choose a tag to compare
  • 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

01 Jun 21:48
Compare
Choose a tag to compare
  • Added menus translation support
  • Fixed some security bugs

URL Rewriting and Medias Translation - 0.2.0

23 Feb 00:06
Compare
Choose a tag to compare
  • 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