diff --git a/CHANGELOG.md b/CHANGELOG.md index bda382fe..285426fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). +## 4.1.0 January 16, 2019 +### Added +* Added possibility to view snippet preview on disabled pages. + +### Changed +* Add check if route-enhancers are configured. + +### Fixed +* We fixed some multi-domain and SSL related bugs. +* Fixed HTML markup in modals in the page view. + +## 3.0.5 January 16, 2019 +### Fixed +* The sitemap will now also show mountpoints and other expected pages and will not show pages that are not available. +* Fixed problem with RealURL auto configuration that might override earlier set configuration. + ## 4.0.0 November 23, 2018 ### Changed * Added support for TYPO3 CMS 9LTS diff --git a/ext_emconf.php b/ext_emconf.php index 3a8ebb20..c94ea127 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '4.0.0', + 'version' => '4.1.0', 'constraints' => array( 'depends' => array( 'typo3' => '9.5.0-9.5.99',