Skip to content

Releases: marketing-factory/picturecredits

v2.3.1

21 Oct 12:10
Compare
Choose a tag to compare

[BUGFIX] Prevent issue with typed property in TYPO3 v12

v2.3.0

21 Oct 09:08
Compare
Choose a tag to compare

[TASK] Deduplicate file references and provide PSR-14 events to hook into the collection process
[TASK] Improve icon rendering on mandatory fields
[TASK] Replace renderStatic() in Fluid ViewHelper

v2.2.0

03 Aug 15:39
Compare
Choose a tag to compare

[FEATURE] Support Site Sets
[TASK] Switch to PHP-based documentation rendering
[TASK] Make picture credits cacheable

v2.1.0

12 Feb 13:55
Compare
Choose a tag to compare

[TASK] Provide compatibility with TYPO3 v13.0
[TASK] Load ES6 module only when needed
[TASK] Replace RequireJS with ES6 module
[TASK] Hide unused default fields in plugin record

v1.1.3

12 Feb 13:54
Compare
Choose a tag to compare

[TASK] Hide unused default fields in plugin record

v2.0.2

08 Feb 14:01
Compare
Choose a tag to compare

[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

08 Feb 09:32
Compare
Choose a tag to compare
  • [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

08 Feb 09:31
Compare
Choose a tag to compare
  • [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).

v2.0.0

16 Jan 08:30
Compare
Choose a tag to compare

[TASK] Provide compatibility with TYPO3 v12

v1.1.0

16 Jan 08:28
Compare
Choose a tag to compare

[TASK] Adjust rendering of picture credits in Fluid

These changes aim to improve the readability of the Fluid templates.