Skip to content

Releases: Jersyfi/laravel-localization

New feature

19 Nov 07:29
9250ba9
Compare
Choose a tag to compare
  • Added query string to the localized route
  • Changed documentation

Fixes

04 Nov 13:55
2cedcd0
Compare
Choose a tag to compare
  • Fixed wrong migration file path in service provider
  • Fixed wrong namespace in middleware

New database features

04 Nov 13:34
1b6b573
Compare
Choose a tag to compare
  • Added middleware to save changing language to users database table
  • Added Function to check if the users database table is corrupted
  • Changed Service provider to push middleware
  • Changed documentation

Extended Documenation

03 Mar 08:16
df89a91
Compare
Choose a tag to compare
  • Suggest to use spatie/laravel-translatable

Minimized and new features

03 Mar 07:59
a3f8e9d
Compare
Choose a tag to compare
  • Localization::currentRouteURL() minimized by calling Localization::currentRouteLocaleURL

Changes from v1.8.0

  • Localization::currentRouteURL() to get the current route url
  • changed private functions to protected
  • changed function descirptions

Extended Documenation

23 Feb 07:42
5bbc82f
Compare
Choose a tag to compare
  • Edited the docuemntation helper functions with useful examples
  • Dreamed of falling back to the year 2020

New features and docs

19 Feb 12:03
5bbc82f
Compare
Choose a tag to compare
  • Added Localization::getLocalesWithoutCurrent for language switcher
  • Edited the Docuemntation

New features and docs

18 Feb 19:14
e12c7c7
Compare
Choose a tag to compare
  • Added Localization::getLocaleSlug to replace seperator
  • Complete documentation

Fixes

18 Feb 15:32
ff775e2
Compare
Choose a tag to compare
  • Edited composer.json invalid version constraint

New features

18 Feb 15:27
fd8a5ac
Compare
Choose a tag to compare
  • Added config value localization.redirect_default
  • Edited Localization::localeIsValid() to pass multiple locales at once
  • Edited Localization::localesHasDefaultLocale()
  • Edited Middleware Locale to redirect default locale when requested locale not found