Skip to content

Releases: spicywebau/craft-neo

Neo 5.5.6

27 Feb 10:37

Choose a tag to compare

Fixed

  • Fixed a missing PHP use statement that caused the fix from 5.5.5 not to work

Neo 5.5.5

18 Feb 09:55

Choose a tag to compare

Fixed

  • Fixed an error that occurred during Neo-to-Matrix conversion, if Neo block data still existed in the database for a site that was no longer a supported site for the block

Neo 5.5.4

28 Jan 09:44

Choose a tag to compare

Fixed

  • Fixed an error that could occur when creating a new block in a Neo field with Max Blocks set

Neo 5.5.3

11 Nov 00:09

Choose a tag to compare

Changed

  • Improved garbage collection of orphaned Neo data

Fixed

  • Fixed a bug where revision Neo blocks shared by revision owners would be deleted for newer owners when the oldest owner was pruned
  • Fixed a style issue with disabled Neo block visual indicators

Neo 5.5.2

06 Oct 01:14

Choose a tag to compare

Fixed

  • Fixed a bug where block type icons weren't appearing in preview mode

Neo 4.4.7

06 Oct 04:07

Choose a tag to compare

Fixed

  • Fixed a bug where revision Neo blocks shared by revision owners would be deleted for newer owners when the oldest owner was pruned

Neo 5.5.1

18 Sep 23:57

Choose a tag to compare

Fixed

  • Fixed an error that occurred during Neo-to-Matrix conversion, if there was relational data in the database for a relational field that was since removed from a Neo block type's field layout

Neo 4.4.6

18 Sep 23:49

Choose a tag to compare

Fixed

  • Fixed an error that occurred during Neo-to-Matrix conversion, if there was relational data in the database for a relational field that was since removed from a Neo block type's field layout

Neo 4.4.5

11 Sep 03:29

Choose a tag to compare

Fixed

  • Fixed a bug where Matrix content nested in a revision of a deleted Neo block would disappear when restoring the revision

Neo 5.5.0

10 Sep 01:34

Choose a tag to compare

{note} If you are affected by the entry condition rule bug, you will need to resave either the entry type or block type.

Added

  • Added benf\neo\elements\conditions\OwnerDateCreatedConditionRule
  • Added benf\neo\elements\conditions\OwnerDateUpdatedConditionRule
  • Added benf\neo\elements\conditions\OwnerHasUrlConditionRule
  • Added benf\neo\elements\conditions\OwnerLevelConditionRule
  • Added benf\neo\elements\conditions\OwnerSlugConditionRule
  • Added benf\neo\elements\conditions\OwnerTitleConditionRule
  • Added benf\neo\elements\conditions\OwnerUriConditionRule
  • Added benf\neo\models\Settings::$alwaysShowButtonsAboveField
  • Added benf\neo\models\Settings::$blockAnchorIdPrefix
  • Added benf\neo\services\Blocks::blockAnchorId()
  • Added benf\neo\web\twig\Variable::blockAnchorId()
  • Added benf\neo\web\twig\Variable::previewHighlightAttribute()

Fixed

  • Fixed a bug that occurred when an entry type was set on a block type, where entry-specific condition rules on field layout components were being saved on the block type, causing errors when creating blocks of that type
  • Fixed accessibility issues with new block menus and buttons
  • Fixed a bug where Neo block validation on save was clearing out errors added previously in the request