Skip to content

Neo 5.2.0

Compare
Choose a tag to compare
@ttempleton ttempleton released this 12 Aug 11:52
· 57 commits to 5.x since this release

Added

  • Added benf\neo\console\controllers\BlockTypesController::actionConvertToEntryType() (php craft neo/block-types/convert-to-entry-type console command)

Changed

  • Neo now requires Craft 5.3.0 or later
  • benf\neo\services\Conversion::convertBlockTypeToEntryType() now has a $save argument
  • Blocks now begin life as unpublished drafts

Fixed

  • Fixed a bug where newly-created blocks could lose their disabled status if the owner element had validation errors and autosaveDrafts was disabled
  • Fixed an undefined array key error that could occur if parent block condition rules were set on block type field layout elements on Craft 4