Skip to content

Releases: spicywebau/craft-neo

v2.4.5

30 Aug 02:25
Compare
Choose a tag to compare

Fixed

  • fix multi-site issue where on draft creation the contents of the draft is copied over to the other site drafts. #246
  • Fixed issue with saving a new entry and the alert that appears (the "Do you want to leave" msg on save).
  • Fixed issue with field deletion when there's multi level nested blocks #249

v2.4.4

21 Aug 06:15
Compare
Choose a tag to compare

Fixed

  • require the siteId for neo structures for eager loading
  • fix getSupportedSiteIdsForField language comparison

Changed

  • Removed the queue job after changing the propagation method for the neo field as it was causing Attempting to save an element in an unsupported site.. Propagation changes will be applied once the entry containing the field is saved.

v2.4.3

16 Aug 03:56
Compare
Choose a tag to compare

Fixed

  • added beforeSave function to properly update the neo field propagation method by setting and checking the oldPropagationMethod variable.

  • if PROPAGATION_METHOD_NONE is NOT set for the neo field, make sure to duplicate the block and structures for the other sites using the primary content.

  • Fix indentation of code

v2.4.2

08 Aug 12:20
Compare
Choose a tag to compare

Fixed

  • Fix - Need to set the new key for neo structures since the ownerSiteId is now set

v2.4.1

08 Aug 00:08
Compare
Choose a tag to compare

Fixed

  • Fixed issue #239
  • Fixed indentation, swapped to tabs.

Changed

  • Cleaned up the Field Service

v2.4.0

06 Aug 00:55
Compare
Choose a tag to compare

Changed - 3.2 saving changes

  • update composer
  • fix multisite site id block save issue
  • fix duplicateBlocks so it creates the neo structure for duplicated blocks
  • changes for blockstructure and duplicateBlocks
  • remove deletion of blocks from duplicateBlocks function
  • FIX: Include 'ownerSiteId' when querying neo structure data.
  • fix type error when updating search indexes
  • fixes to neo structures for multisite
  • deprecate ownerSiteId and additional changes to compensate.
  • making neo more inline with craft

v2.3.7

01 Aug 01:05
Compare
Choose a tag to compare

Fixed

  • Fix #227 - fixed issue where Neo fields could lose their content when updating to Craft 3.2. - thanks @brandonkelly

v2.3.5.2

31 Jul 21:42
Compare
Choose a tag to compare

Fixed

  • Fix craft constraint to allow update to 3.2

v2.3.5.1

31 Jul 00:32
Compare
Choose a tag to compare

Fixed

  • Fix #227 - fixed issue where Neo fields could lose their content when updating to Craft 3.2 - thanks @brandonkelly
  • Update craft version constraints

v2.3.6

19 Jul 06:36
Compare
Choose a tag to compare

Update - Minor Patch for Craft 3.2

  • implement BlockElementInterface
  • update getOwner and correctly return ElementInterface
  • update afterSave