From 4863e513da388ce84808332422ea15222dbc83e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tanel=20P=C3=B5ld?= Date: Mon, 25 Mar 2024 22:52:02 +0200 Subject: [PATCH] [RELEASE] 4.0.0 --- ChangeLog | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62729d3..ca82611 100644 --- a/ChangeLog +++ b/ChangeLog @@ -92,3 +92,13 @@ - [TASK] !BREAKING! Drop ext:news author feature * 3.9.1 - [TASK] Replace file_get_contents() with getContents() for vCard images +* 4.0.0 + - [UPGRADE] Update database tables & check the front end for image crop and sizes + - [TASK] remove name field + - [FEATURE] vastly improved back end preview + - [TASK] add v13 compatibility and drop support for v11 + - [TASK] clean up + - [TASK] remove border radius from card images + - [FEATURE]add image cropping + - [BUGFIX] remove empty item from array if selected record is hidden + - [BUGFIX] #13 add content-type and disposition to vCards for improving mobile downloading diff --git a/README.md b/README.md index 0d22149..ffc5c97 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ List of people from pages or individual records. ## Features - List of persons from pages - List of selected persons +- Image crop - Sort by - Pagination with items per page and unique to the content element with [paginatedprocessors](https://github.com/t3brightside/paginatedprocessors) - Disable from back end: images, vCard link, extra information @@ -21,6 +22,7 @@ List of people from pages or individual records. - Base templates for cards, list and table - Easy to add custom templates - Contact person/author records for pages and [pagelist](https://github.com/t3brightside/pagelist) page types +- Back end preview images ## System requirements - TYPO3