diff --git a/ChangeLog b/ChangeLog index d97e6a2..2b41cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,3 +60,6 @@ - [TASK] Remove extbase TS settings that are not needed any more * 3.3.2 - [BUGFIX] Add page media field 'as' in TypoScript +* 3.4.0 + - [TASK] Rewrite back end previews using PreviewRenderer + - [TASK] TYPO3 12 compatibility diff --git a/ext_emconf.php b/ext_emconf.php index c58ecd8..eab60a7 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Pagelist', 'description' => 'Create page lists/teasers and add page types for news, events, products and vacancies.', 'category' => 'fe', - 'version' => '3.3.2', + 'version' => '3.4.0', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Tanel Põld',