From 54ba3e1edad9b33ca9076b2594df945c60d5cb85 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Wed, 18 Sep 2019 10:21:14 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d1a746..bee9a8b8 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.4.1] - 2019-09-18 + +### Changed + +- Fix Menu `slug` unique validation (thanks to [@zippoxer](https://github.com/zippoxer)) + ## [1.4.0] - 2019-09-12 ### Changed @@ -126,6 +132,7 @@ public static function getValue($value = null, array $parameters = null) - Nesting and re-ordering of menu-items - Creation of custom link options (ie links to Laravel models) +[1.4.1]: https://github.com/optimistdigital/nova-menu-builder/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/optimistdigital/nova-menu-builder/compare/1.3.3...1.4.0 [1.3.3]: https://github.com/optimistdigital/nova-menu-builder/compare/1.3.2...1.3.3 [1.3.2]: https://github.com/optimistdigital/nova-menu-builder/compare/1.3.1...1.3.2