From eaebd8faa0d09c541a2bffd1a61cf5f46da41046 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 10 Jan 2020 15:50:12 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb1020..8d5edf8 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). +## [2.3.2] - 2020-01-10 + +### Added + +- Added new config option `page_path` which allows project-specific path manipulation + ## [2.3.1] - 2019-12-17 ### Added @@ -352,6 +358,7 @@ php artisan vendor:publish --provider="OptimistDigital\NovaPageManager\ToolServi - Programmatically created templates for pages and regions - Multilanguage support +[2.3.2]: https://github.com/optimistdigital/nova-page-manager/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/optimistdigital/nova-page-manager/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/optimistdigital/nova-page-manager/compare/2.2.2...2.3.0 [2.2.2]: https://github.com/optimistdigital/nova-page-manager/compare/2.2.1...2.2.2