diff --git a/CHANGELOG.md b/CHANGELOG.md index 5018251..e6f7869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `ngiraud/nova-translatable-v2` will be documented in this file +## 1.0.3 - 2020-04-24 + +- Laravel 7 compatibility + ## 1.0.2 - 2020-02-04 - Retrieve the right attribute to fill the values diff --git a/README.md b/README.md index eb47e99..6337868 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package is inspired by [optimistdigital/nova-translatable](https://github.c ## Requirements -- `laravel/nova: ^2.9` +- `laravel/nova: ^3.0` - `spatie/laravel-translatable: ^4.0` You first need to set up the [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable) package. diff --git a/composer.json b/composer.json index 9ca7834..af9e3f6 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ } ], "require": { - "php": ">=7.1.0", - "laravel/nova": "^2.9", + "php": ">=7.2.5", + "laravel/nova": "^3.0", "spatie/laravel-translatable": "^4.0" }, "autoload": {