bartko-s / stefano-tree

Framework agnostic Nested Set (MPTT) implementation for PHP
https://bartko-s.github.io/stefano-tree
BSD 3-Clause "New" or "Revised" License
28 stars 8 forks source link

Do you have a full list of BC breaks? #19

Closed linaori closed 5 years ago

linaori commented 5 years ago

I'm trying to upgrade from 2.x to 4.x and I can't find any BC breaks before 3.1 unless I search through all revisions of the update file. Is there a summary I can find somewhere? Right now I fail properly upgrading due to the lack of BC break documentation and what the replacement of those functions should be.

bartko-s commented 5 years ago

BC break list from 2.x to 3.x does not exists.

linaori commented 5 years ago

Do you have any pointers I can use when upgrading? I managed to find some references in old commits what actually changed, but I'm not exactly sure how to use them. It's primarily around examples of removed functions from the NestedSet

bartko-s commented 5 years ago

@linaori Here is working example how to use new version.

linaori commented 5 years ago

That won't help me sadly, I need to know how to exactly call the new signatures compared to the old ones, so the end-result is the same.