Skip to content

Releases: Gernott/mask

v7.1.29

30 Apr 19:28
Compare
Choose a tag to compare

Fixed

  • Remove orphan inline fields
  • Remove field key selector if dragged into inline field
  • Prevent (new) core fields to be dragged into inline field

v7.1.28

20 Apr 14:31
Compare
Choose a tag to compare

Fixed

  • Compatibility fix for very old Mask file fields

v7.1.27

15 Apr 16:41
Compare
Choose a tag to compare

Fixed

The Mask configuration is no longer shared internally across services, which led to side effects.
For example: The file fields allowedFileExtensions list was loaded with the core $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'] list after first save. This was a side effect of the TCA generation in another unrelated class.

v7.1.26

14 Apr 13:57
Compare
Choose a tag to compare

Fixed

  • Fix side effects of modifying the TableDefinitionCollection
  • Fix MoveRteOptions Update Wizard adding TCA for core fields

v7.1.25

13 Apr 17:16
Compare
Choose a tag to compare

Fixed

  • The bodytext field of Mask elements can now be searched #484

v7.1.24

10 Apr 18:35
Compare
Choose a tag to compare

Fixed

  • Some warnings in the console

Added

  • UpgradeWizard for filling l10_source. Relevant, if you upgraded from TYPO3 v7 or lower.

v7.1.23

22 Mar 09:11
Compare
Choose a tag to compare

Fixed

  • Empty "backend" setting no longer causing frontend templates to load
  • Select item values now trimmed #482

Added

  • #StandWithUkraine

Changed

  • Mask now uses main as its default branch.

v7.1.22

17 Mar 15:58
Compare
Choose a tag to compare

Fixed

  • Fix FolderDoesNotExistException (thanks Martin Lipp)

This is a followup release, which fixes an exception occurring for installations which define"typo3conf/ext" paths in their config instead of "EXT:".

v7.1.21

17 Mar 07:56
Compare
Choose a tag to compare

Fixed

  • Compatibility with typo3/cms-composer-installers v4 #477, #478

v7.1.20

10 Mar 14:05
Compare
Choose a tag to compare

Fixed

  • Catch exception for orphan table definitions