Skip to content

Version 3.0.0-beta.1

Compare
Choose a tag to compare
@bhupeshappfoster bhupeshappfoster released this 14 Jul 08:54

3.0.0-beta.1 - 2022-07-14

Fixed

  • An issue where New translations button on entry index page remains active on switching entry groups.
  • An issue where deleting draft from globalsetdraft/assetdraft detail page was removing order file.

Updated

  • Craft minimum version from 3.7.33 to 4.0.0
  • Requires PHP ^8.0.2
  • Category draft's custom logic with craft's native code. (Craft now supports category drafts)
  • Download TM files action disabled by default.

Added

  • Support for Craft 4.
  • Logging in webhook flow for api orders.

Removed

  • Removed unsused editDraftAssets.
  • Removed translations_categorydrafts table.

Chore

  • Code refactoring and cleanup.