From e425e5627ab444f54488b7629e965cc461cef80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Sat, 29 Jun 2024 12:36:12 +0300 Subject: [PATCH] [RELEASE] 4.0.0 --- ChangeLog | 13 ++++++++++++- README.md | 8 +++++--- composer.json | 2 +- ext_emconf.php | 2 +- 4 files changed, 19 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 792004e..8a8f02a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -91,6 +91,17 @@ - [TASK] TCA code clean up * 3.8.0 - [FEATURE] Add 'shortcut to' option to page types - - [UPDATE] Database update needed + - [!UPDATE!] Database update needed * 3.8.1 - [TASK] add orderBy = sorting for sys_category +* 4.0.0 + - [!UPDATE!] Database update needed + - [TASK] improve styles + - [TASK] clarify constant comments + - [FEATURE] improved BE previews + - [FEATURE] remove dummy image + - [FEATURE] add crop ratio for images + - [FEATURE] add sorting by event time + - [FEATURE] inline content editing for pages + - [TASK] category and author filtering improvement (works a bit iffy still) + - [TASK] add v13 compatibility and drop v11 diff --git a/README.md b/README.md index 08944cc..f102bd1 100755 --- a/README.md +++ b/README.md @@ -16,14 +16,16 @@ Page lists from selected page records or subpages. - List of sub pages with recursive option - List of selected pages - Exclude pages from lists -- Category and author filtering +- Basic category and author filtering - Set start from, limit and sort options -- Shortcut new page types to documents, other pages or external urls +- Image enable/disable and cropping +- Inline content editing from page properties for list module only article creation +- Shortcut to documents, other pages or external urls - Pagination with [paginatedprocessors](https://github.com/t3brightside/paginatedprocessors) - 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 +- Example vCal support for event pages ## System requirements - TYPO3 diff --git a/composer.json b/composer.json index 1615bd8..8e5a4a1 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "t3brightside/pagelist", - "description": "TYPO3 CMS extension to create news, events, vacancies and products or just page lists.", + "description": "TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com", "type": "typo3-cms-extension", "keywords": ["TYPO3", "extension", "teaser", "pageteaser", "news", "events", "vacancies", "products"], "license": "GPL-2.0-or-later", diff --git a/ext_emconf.php b/ext_emconf.php index bdbbee3..2992d84 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -2,7 +2,7 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Pagelist', - 'description' => 'Page based news, events, products and vacancies or just page lists.', + 'description' => 'Page based news, events, products and vacancies or just page lists. Demo: microtemplate.t3brightside.com', 'category' => 'fe', 'version' => '4.0.0', 'state' => 'stable',