Releases: spatie/nova-translatable
Releases · spatie/nova-translatable
4.0.3
What's Changed
- Fix 404 when adding attachments to translated Trix fields by @albertcat in #106
New Contributors
- @albertcat made their first contribution in #106
Full Changelog: 4.0.2...4.0.3
4.0.2
What's Changed
- Add missing "translatedFieldsByLocale" property by @gdebrauwer in #102
New Contributors
- @gdebrauwer made their first contribution in #102
Full Changelog: 4.0.1...4.0.2
4.0.1
What's Changed
- Update badges in README.md by @homersimpsons in #94
- Fix adding Translatable to Panels by @marijoo in #99
New Contributors
- @homersimpsons made their first contribution in #94
- @marijoo made their first contribution in #99
Full Changelog: 4.0.0...4.0.1
3.3.0
3.2.0
Changes
- This release is meant to only support Nova 3, for Nova 4 support, please change your version to
^4.0
where continued Nova 4 support will be developed. - Future
^3.0
releases of this package will only support Nova 3.
The following command can be used for updating to the Nova 4 version of this package:
composer require 'spatie/nova-translatable ^4.0'
And for Nova 3 support, use the following command:
composer require 'spatie/nova-translatable ^3.2'
4.0.0
- drop support for older Nova versions
3.1.2
What's Changed
- Fix undefined array index for route actions without controller by @vilhelmjosander in #80
New Contributors
- @vilhelmjosander made their first contribution in #80
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Added assignedPanel by @forsvunnet in #77
New Contributors
- @forsvunnet made their first contribution in #77
Full Changelog: 3.1.0...3.1.1