- Fixed out of date Twig clear command call
- Fix recursive finding of translatable files in app/ directory
- Bump minimum requirements to 5.4+
- Fix a bug in Url::locale
- Touch the parent of a lang entity when the latter is changed
- Prevent refetching of attributes during joins
- Fix a bug where the fallback locale wasn't properly used
- Added a
fallback
language option - Added
URL::language
to get an URL to a language - Added
URL::switchLanguage
to get an URL to the current page in another language - Dynamic language methods
Lang::get
now loads translations in your default locale if none found in the current one
- Fix deferred service providers bugs
- Rewrite Polyglot to use the existing Facades (see README)