Releases: spicywebau/craft-neo
Releases · spicywebau/craft-neo
Neo 5.2.23
Added
- Added the
resaveFieldBlockStructuresInIndividualJobs
plugin setting (previously added in 4.2.24, defaults tofalse
)
Fixed
- Fixed a bug where queries for elements with empty or nonempty Neo fields weren't working
- Fixed a bug where Neo field sort order data in the project config would set block type groups in the incorrect place when rebuilding the project config
Neo 4.2.25
Fixed
- Fixed a bug where Neo field sort order data in the project config would set block type groups in the incorrect place when rebuilding the project config
- Fixed a bug where Craft garbage collection would delete all
neoblocks_owners
rows relating to a block, if any of that block's owner elements no longer existed in theelements
table
Neo 5.2.22
Fixed
- Fixed a bug where a Neo block's sort order could be lost when creating a nested CKEditor field entry
- Fixed an error that occurred when two new child blocks of a new parent block were created, if
autosaveDrafts
was disabled
Neo 4.2.24
Added
- Added the
resaveFieldBlockStructuresInIndividualJobs
plugin setting (defaults tofalse
)
Neo 5.2.21
Fixed
- Fixed an 'Undefined array key' error that occurred during Neo-to-Matrix conversion, if any of the Neo field's block types had fields with overridden handles
Neo 5.2.20
Changed
- When running a console command that deletes Craft elements that own Neo blocks, the Neo blocks will now be deleted during the running of the command, rather than using queue jobs
- New block buttons are now disabled while a new block is being created
Neo 4.2.23
Changed
- When running a console command that deletes Craft elements that own Neo blocks, the Neo blocks will now be deleted during the running of the command, rather than using queue jobs
Neo 4.2.22
Changed
- New block buttons are now disabled while a new block is being created
- When Craft's
autosaveDrafts
setting is enabled, and a Neo field's owner element supports drafts, creating a new block now forces a provisional draft of the owner element to exist first
Neo 5.2.19
Fixed
- Fixed a bug where condition rules for parent block field values were not being applied for new child blocks
- Fixed an error that occurred when creating new blocks whose previous sibling was a cloned or pasted block
Neo 5.2.18
Fixed
- Fixed a bug where cloned and pasted blocks weren't having their draft status removed on owner element save