From 2213774d2943b628eb04f56183a899b09e2f7598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Fri, 7 Jan 2022 15:33:33 +0200 Subject: [PATCH] [RELEASE] 3.3.0 --- ChangeLog | 2 ++ README.md | 1 + ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75963a8..28aa958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,3 +54,5 @@ - TCA clean up and improvement - Dependent to paginatedprocessors 1.3 - Add pagination link anchor feature +* 3.3.0 + - Basic vCal support for event pages diff --git a/README.md b/README.md index 29da9c6..dab0591 100755 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Page lists from selected page records or subpages. - Connection to [personnel](https://github.com/t3brightside/personnel) for authors and contact persons - Base templates and CSS for cards and lists - Easy to add custom templates +- vCal support for event pages ## System requirements - TYPO3 diff --git a/ext_emconf.php b/ext_emconf.php index cf9cf29..f6ab7b1 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.2.0', + 'version' => '3.3.0', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Tanel Põld',