This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,69 @@
## Changelog
- **[0.7.0]**
+ 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.
- **[0.6.0]**
+ Changed the notification system for when Monk settings page gets updated
+ Improved customizer settings for the Language Switcher widget
+ Added terms language filter
+ Added the filter monk_custom_language_slug to let users change language slugs
- **[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
- **[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.
- **[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
- **[0.4.1]**
+ Fixed bug with the site front end 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
- **[0.4.0]**
+ Added automatic language packages download.
+ Added the option to choose whether the default language slug should be in the URLs.
+ Added full language support. You can now translate your site into more than 100 different languages.
+ Improved the Language Switcher's UI.
+ Fixed the "next and previous" post links.
- **[0.3.1]**
+ Improved overall links structures.
+ Improved the Language Switcher widget.
+ Improved text consistency.
+ Improved the post public filters.
+ Fixed date and category archive links.
- **[0.3.0]**
+ Added menus translation support.
+ Support us using Monk Love message.
- **[0.2.0]**
+ Improved queries filters by language for posts and terms on admin and front-end.
+ Added medias translation support.
+ Added language in permalinks.
- **[0.1.0]**
- Initial release.