Skip to content

Commit

Permalink
[RELEASE] 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3brightside committed Aug 13, 2024
1 parent 8476aa0 commit 2c34741
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,14 @@
- [FEATURE] inline content editing for pages
- [TASK] category and author filtering improvement (works a bit iffy still)
- [TASK] add v13 compatibility and drop v11
* 4.1.0
- [!UPDATE!] Database update needed
- [!BREAKING!] Personnel records are coneccted bidirectionaly now, need to update page records accordingly
- [!BREAKING!] Narrowed down category selection, may need to update TypoScript constants
- [TASK] change default category pid to 'root'
- [TASK] narrow down category selection for performance
- [FEATURE] add ticketing info field to event pages
- [TASK] change location field from input to text
- [TASK] add dedicated content elements to wizard for v12
- [FEATURE] Improved filtering with updated bidirectional ext:personnel persons
- [FEATURE] Dedicated content types for Article and Events lists
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
},
"suggest": {
"t3brightside/personnel": "Contact lists with vCard support, and author records for Pagelist",
"t3brightside/addresses": "Address lists to connect as locations to pages",

"t3brightside/imagelazyload": "Add an option to disable laziload"
},
"autoload": {
Expand Down
3 changes: 2 additions & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Pagelist',
'description' => 'Page based news, events, products and vacancies or just page lists. Demo: microtemplate.t3brightside.com',
'category' => 'fe',
'version' => '4.0.0',
'version' => '4.1.0',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Tanel Põld',
Expand All @@ -22,6 +22,7 @@
],
'suggests' => [
'personnel' => '',
'addresses' => '',
],
],
'autoload' => [
Expand Down

0 comments on commit 2c34741

Please sign in to comment.