Skip to content

Releases: remindgmbh/extbase

v3.1.0

24 Mar 14:38

Choose a tag to compare

3.1.0 (2026-03-24)

Features

  • pass settings to EnrichDetailResultEvent dispatch (81ff3eb)

v3.0.1

02 Mar 09:50

Choose a tag to compare

3.0.1 (2026-03-02)

Bug Fixes

  • adjust versions for remind/headless and remind/routing (80b5ca0)

v3.0.0

25 Feb 13:29

Choose a tag to compare

3.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • drop TYPO3 v12 support
  • change ControllerService to abstract action controller
  • use event for serialization instead of jsonSerialize
    function with TypoScript configuration
  • integrate JsonService in AbstractExtbaseController
  • move getProcessedProperties from removed
    AbstractSerializableEntity to ModelUtility

Features

  • add settings to SerializeEntityEvent (f81bdf2)
  • add TYPO3 v13 support (32f682a)
  • provide service class for serialization of entity base properties (e2b7fcf)

Bug Fixes

  • pass UriBuilder to ModifyFilterableListResultEvent (8c2559f)
  • process filter values with underscores in field name (67d3db9)
  • process object storages in SerializationService (0ca3886)
  • provide various bugfixes (a6e126c)
  • resolve phpstan errors (544b4f7)

v2.1.3

22 Sep 10:04

Choose a tag to compare

2.1.3 (2025-09-22)

Bug Fixes

  • use lower camel cased field names in filter queries (d6f7f7e)

v2.1.2

31 Jul 08:04

Choose a tag to compare

2.1.2 (2025-07-31)

Bug Fixes

  • add backend.form tag in javascript module import map (7623d3f)
  • enhance getRecordTitle to handle missing or non-scalar label fields (8ae4c8b)
  • update getRecordTitle return type to non-nullable string (96356ad)
  • use default language field values for filters in ItemsProcFunc, resolves #31 (f3d6109)
  • use uid of default language filter values for foreign relations (3aae0c0)

v2.1.1

26 Jun 08:06

Choose a tag to compare

2.1.1 (2025-06-26)

Bug Fixes

  • process selected filter values (cd9e74e)
  • update getRecordTitle return type to nullable string (5c9bac0)

v2.1.0

06 Jun 08:41

Choose a tag to compare

2.1.0 (2025-06-06)

Features

  • introduce event for modifications of serialized list items (2658ef3)

v2.0.0

18 Mar 13:09

Choose a tag to compare

2.0.0 (2025-03-18)

⚠ BREAKING CHANGES

  • update extension according to extension template and move routing to own extension

Features

  • add dynamic value mapper (512715e)
  • update extension according to extension template and move routing to own extension (e4f4e7d)
  • use FilesServices from remind/headless (66d52fd)

Bug Fixes

  • prevent error when no routeEnhancers are defined (dec532e)

v1.2.0

26 Jun 06:52

Choose a tag to compare

1.2.0 (2024-06-26)

Features

  • allow extbasePluginQueryEnhancer without limitToPages (f45f4ba)

Bug Fixes

  • use correct page uid in route enhancer check (93ef040)

v1.1.1

25 Apr 09:59

Choose a tag to compare

1.1.1 (2024-04-25)

Bug Fixes

  • show label for empty values (f90fc37)