b3f8bd1998
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3.9 KiB
3.9 KiB
v3.3.0
03/25/2026
-
- Implement home page url visibility based on settings #81
-
- Fixed fallback regex to support regional language codes (e.g.,
en-us,fr-ca,de-de) in addition to simple two-letter codes - Fixed translated URL fallback to respect
system.languages.content_fallbackchain rather than always falling back to the default language
- Fixed fallback regex to support regional language codes (e.g.,
v3.2.0
10/21/2024
v3.1.1
05/10/2023
v3.1.0
12/12/2022
-
- Using blocks in
partials/langswitcher.html.twigto make it easier to extend without having to copy the logic
- Using blocks in
v3.0.2
10/05/2022
-
- Require Grav
1.7.37to make use of the newPages::getSimplePagesHash()method - Added caching to
translated_routesso translation work is only performed on the first load, resulting in faster subsequent page loads
- Require Grav
v3.0.1
08/19/2022
v3.0.0
08/19/2022
-
- Completely rewrote the logic for translated URLs to be more robust.
- Added configuration option to use Translated URLs or use previous Raw-Route approach
-
- Updated
hreflangTwig template to use new translated URLs logic - Added an
x-defaultentry forhreflangtemplate when default language hasinclude_default_langset to false - Support
paramsandquerystring parameters in URLs - Full domain URLs for
hreflangentries
- Updated
v2.0.1
08/04/2022
-
- Fixed exception thrown instead of 404 Page not found #66
v2.0.0
07/25/2022
v1.5.0
07/01/2021
v1.4.3
06/25/2021
-
- Made langswitcher data available in Grav object
-
- Fix multilang alternatives #58
v1.4.2
03/17/2021
-
- Pass phpstan level 1 tests
- Require Grav v1.6
-
- Fix
hreflangURLs #57
- Fix
v1.4.1
05/09/2019
-
- Added some translations #45
v1.4.0
06/29/2017
-
- Added the
untranslated_pages_behavioroption to determine what to do with a language link when the current page doesn't exist in that language or it exists but it's not published
- Added the
-
- Fixed generated URLs when
append_url_extensionis set, via PR #22
- Fixed generated URLs when
v1.3.0
02/17/2017
-
- Added support for
hreflangannotations via PR #19
- Added support for
v1.2.1
05/28/2016
v1.2.0
05/03/2016
-
- Take URI parameters into account when switching languages
- Add
externalclass to avoid problems on modular pages whenjquery.singlePageNavis loaded