Hallo,
in der aktuellen 1.7.3 gab es einen kleinen Schnitzer, dass ggf. Bild-Vorschauen nicht angezeigt wurden bzw. Contao im Frontend den Hinweis ausgeschrieben hat "Dieses Element nutzt noch das alte Format.".
Der Fehler war einem kleinen Performance-Update geschuldet und ist in 1.7.4 behoben.

Updatehinweis:
  • Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
  • Ein Datenbankupdate ist nicht nötig

Changelog ab 1.7.3:
Code:
### 1.7.4
Fixed: Image attributes do not show preview image in backend or Contaos "update database" hint in the front end due to cached wizard values (#308)

### 1.7.3
Fixed: Store custom orders correctly
Added: Maintenance: Remove all attribute related data from the vault
Added: Cache limit for wizard data (#304)
Update: Do not deserialize the wizard data when adding to the cache. (#304)
Update: Fetch the attribute values directly from the wizard data
Update: Include Element: Load tl_content DCA only if not loaded before