Skip to content

Releases: spicywebau/craft-neo

v2.7.5

03 Apr 04:12
Compare
Choose a tag to compare

Fixed

  • Fixed multisite propagation issue #328.
  • Made a change for redactor detection. #329

Changes

  • Small changes to the block query

v2.7.4

02 Apr 02:41
Compare
Choose a tag to compare

- Fixed

  • On publish of draft or reverting from revision, create the structure immediately #323, #325
  • Fix postgresql issue #257, #324 and fix sortOrder issue relating to the changes.

v2.7.3

27 Mar 03:33
Compare
Choose a tag to compare

Fixed

  • Do not create the structure using a job task if a new entry is being created (since it's duplicated from the first draft). Create the structure immediately.

v2.7.2.2

25 Mar 02:22
Compare
Choose a tag to compare

Changed

  • we need to change the delay of the observer. redactor has 200ms delay when syncing. #319

v2.7.2.1

23 Mar 23:10
Compare
Choose a tag to compare

Fixed

  • Fixed the migration for sortOrder, should be using the elementId instead of id for structureelements - thanks @Mosnar

v2.7.2

23 Mar 21:28
Compare
Choose a tag to compare

Fixed

  • need to group by all selected values, not just sortOrder #316
  • add the structureId to the element query. #317 #318

v2.7.1.1

23 Mar 00:30
Compare
Choose a tag to compare

Changed

  • if there are blocks to delete then we need to rebuild the structure.

v2.7.1

22 Mar 22:24
Compare
Choose a tag to compare

Changed

  • Add the orderBy clause for postgres only. #315

v2.7.0

21 Mar 23:08
Compare
Choose a tag to compare

{note} This update contains a schema update which could potentially break the structure of the neo blocks. Make sure to backup your database and do the update locally first as it includes migration of all neo blocks. If the structure is indeed broken, re-saving the page should resolve it. See #336. I'm currently looking into this issue so it's best to wait at version v2.6.x for now.

The latest release v2.7.9+ has changes to the migration file + fixes the issue when updating from craft at 3.3 and lower #326 (this is most likely the cause of out of order/missing blocks). The migration should only update the new sortOrder column for each neo block and shouldn't cause any issues with missing blocks/out of order blocks.

Changed

  • Added sortOrder to blocks
  • Modified how the the structure is being saved. #257
  • Re-added the project config read only check.

Added

  • Added a migration file that creates a new column (sortOrder) for the neoblocks table and fills in the data using the current structure elements. #257
  • Added further checks for delta updates.
  • Added redactor field change detection

v2.6.5.1

18 Mar 05:06
Compare
Choose a tag to compare

Fixed

  • need to check if wasModified is set. #310