diff --git a/ChangeLog b/ChangeLog index 8a8f02a..b42cb9a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/composer.json b/composer.json index 8e5a4a1..5f4046a 100755 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/ext_emconf.php b/ext_emconf.php index 2992d84..51827ae 100755 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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', @@ -22,6 +22,7 @@ ], 'suggests' => [ 'personnel' => '', + 'addresses' => '', ], ], 'autoload' => [