Releases: marketing-factory/picturecredits
v2.3.1
v2.3.0
v2.2.0
v2.1.0
v1.1.3
v2.0.2
[BUGFIX] Check if EXT:filemetadata is installed
The commit "[BUGFIX] Render custom fields for file metadata" introduced a new issue: the picturecredits fields were only available if EXT:filemetadata is installed in the system.
The reason is that separate "showitem" lists for file types are provided only by EXT:filemetadata. Using only the EXT:core version, one can not add new fields to selected types with ExtensionManagementUtility::addToAllTCAtypes()
.
v2.0.1
-
[BUGFIX] Render custom fields for file metadata
When using EXT:picturecredits in combination with other extensions that extend the "sys_file_metadata" table (e.g. EXT:filemetadata), their additional fields and palettes are no longer overwritten.
-
[BUGFIX] Update mandatory icon if field is cleared via button
Metadata fields can have a colored icon that indicates if a value is mandatory. The icon color changes if a value is set or removed by manual input.
Now, the color is also updated when a user uses the clear button of the field ("close" icon on the right).
v1.1.1
-
[BUGFIX] Render custom fields for file metadata
When using EXT:picturecredits in combination with other extensions that extend the "sys_file_metadata" table (e.g. EXT:filemetadata), their additional fields and palettes are no longer overwritten.
-
[BUGFIX] Update mandatory icon if field is cleared via button
Metadata fields can have a colored icon that indicates if a value is mandatory. The icon color changes if a value is set or removed by manual input.
Now, the color is also updated when a user uses the clear button of the field ("close" icon on the right).