Skip to content

Commit

Permalink
[RELEASE] Release of version 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Haeser committed Jan 16, 2019
1 parent 1517278 commit 81959aa
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 81959aa

Please sign in to comment.