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',