From 9a6fea83399fa85891cbb3f7255e8db67114b937 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 17 Jan 2020 19:00:43 +0200 Subject: [PATCH] Update CHANGELOG.md and README.md --- CHANGELOG.md | 6 ++++++ README.md | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 506a495..5973def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.2] - 2020-01-17 + +### Changed + +- Added `method_exists` validation for `setTranslations` to support making fields in `nova-settings` translatable + ## [1.1.1] - 2020-01-17 ### Changed diff --git a/README.md b/README.md index f9b6fb4..ac14ae2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This [Laravel Nova](https://nova.laravel.com) allows you to make any input field - **Simple to implement** with minimal code changes (after `spatie/laravel-translatable` support) - Locale tabs to switch between different locale values of the same field - **Double click** on a tab to switch all fields to that locale +- Supports [nova-settings](https://github.com/optimistdigital/nova-settings) package ## Screenshots