From 7e4af1d9b11f349d230d06e0c02f5fe1df8a6ba6 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 10 May 2019 17:03:57 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d39d6..c317dc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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). -## [Unreleased] +## [1.5.0] + +### Changed + +- Added ability to apply custom response formatting by implementing `resolveResponseValue($value)` function on any field +- Reworked the way data is returned through `nova_get_page` and `nova_get_region` helpers ## [1.4.0] @@ -100,7 +105,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Programmatically created templates for pages and regions - Multilanguage support -[unreleased]: https://github.com/optimistdigital/nova-page-manager/compare/1.1.0...HEAD +[1.5.0]: https://github.com/optimistdigital/nova-page-manager/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/optimistdigital/nova-page-manager/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/optimistdigital/nova-page-manager/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/optimistdigital/nova-page-manager/compare/1.2.3...1.3.0