From f34f015629642f99f194bb3a7cd1c2fbd007a4e8 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Mon, 13 Jun 2022 18:36:47 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f01b9f..5231ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [5.0.1] - 13-06-2022 + +### Added + +- SEO fields support and configuration options + +### Changed + +- Reworked fields filling logic on both the JS and PHP side to support File and Image fields +- Fixed spreading operator used on an array with string keys causing an exception on PHP 8.0 +- Fixed stub not having correct return types (thanks to [@kaareloun](https://github.com/kaareloun)) + ## [5.0.0] - 09-06-2022 Major rework for Nova 4.