v1.0-BETA5
·
26 commits
to refs/heads/main
since this release
Added
- Added check for existence of translation repository by @andrey-helldar in #29
- Added setting a trait in case of its absence by @andrey-helldar in #30
Changed
- Renamed the console command for generating helper files for the IDE to
lang:models-helper
by @andrey-helldar in #35 - The console command for creating models has been renamed to
make:model-translation
by @andrey-helldar in #26 - The model search form has been changed to select it from the list by @andrey-helldar in #27
Removed
- Removed call to create parent model by @andrey-helldar in #25
Fixed
- Added adjustment of model namespace when passing as an argument by @andrey-helldar in #34
- Added check for model existence during generation by @andrey-helldar in #28
- Fixed error: Call to undefined method
ClassMap::get()
by @andrey-helldar in #33 - Fixed error: Class "\App\Models\UserTranslation" not found by @andrey-helldar in #32
- Fixed the template for the
HasTranslations
trait added to the parent model by @andrey-helldar in #31