Skip to content

Commit

Permalink
[RELEASE] 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Jun 29, 2024
1 parent 6f4ba4a commit e425e56
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e425e56

Please sign in to comment.