Skip to content

Commit

Permalink
[CHANGE] Raise minor version to 1.6.0 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitzal committed Oct 13, 2021
1 parent 5f99985 commit f3cd6c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 1.6.0
* **[FEATURE]** Add support for TYPO3 11 - drop support for TYPO3 8 - Thanks to @achimfritz
* **[FIX]** Prevent cache flushing when no files found
* **[FIX]** Change return value of compression command to avoid exceptions with different symfony/console versions

### 1.5.4
* **[FIX]** Add compatibility condition for compression command to avoid event not found exception for TYPO3 version lower 10

Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
'author' => 'Alessandro Schmitz',
'author_email' => '[email protected]',
'author_company' => 'Interlutions GmbH',
'version' => '1.5.4',
'version' => '1.6.0',
'state' => 'beta',
'clearCacheOnLoad' => true,
'constraints' => [
'depends' => [
'typo3' => '8.7.0-10.99.99'
'typo3' => '9.5.0-11.99.99'
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit f3cd6c6

Please sign in to comment.