Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
v2.4.5
Fixed
v2.4.4
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
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
Fixed
- Fix - Need to set the new key for neo structures since the ownerSiteId is now set
v2.4.1
v2.4.0
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
v2.3.5.2
Fixed
- Fix craft constraint to allow update to 3.2
v2.3.5.1
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
Update - Minor Patch for Craft 3.2
- implement BlockElementInterface
- update getOwner and correctly return ElementInterface
- update afterSave