Releases: Laravel-Lang/config
Releases · Laravel-Lang/config
1.10.0
Changed
- Changed the names of session keys, cookies and headers for localization to
Accept-Language
by @andrey-helldar in #35
1.9.1
Fixed
- Fixed an error in assigning a value to a new parameter by @andrey-helldar in #34
1.9.0
Added
- Added a new parameter for filtering relations by @andrey-helldar in #33
1.8.2
Fixed
- Fixed Translator environments by @andrey-helldar in #32
1.8.1
Fixed
- Corrected the column name to be more obvious (before it's too late 😅) by @andrey-helldar in #31
1.8.0
Added
- Added sorting option for
Translator
package by @andrey-helldar in #30
1.7.0
Added
- Added settings for translators by @andrey-helldar in #29
1.6.0
Added
- Added a new parameter for models -
suffix
by @andrey-helldar in #22 - Added a new parameter to route names (
column
) by @andrey-helldar in #28 - Application path can now be an array by @andrey-helldar in #27
Changed
- Removed deprecated options for
laravel-lang/models
by @andrey-helldar in #21 - Removed unnecessary json flags option for models by @andrey-helldar in #24
1.5.0
Added
- Added new options for
laravel-lang/routes
by @andrey-helldar in #20
1.4.2
Changed
- Added exclusion of technical files during installation by @andrey-helldar in #19
- Added reading of the
VENDOR_PATH
option from the environment settings to determine whether helper files are saved for the IDE by @andrey-helldar in #18 - Hotfix has been turned into a good solution by @andrey-helldar in #16
- Route header values moved to constants by @andrey-helldar in #17