Added ORDER BY to delete operation + update composer.json + fix tests#7
Added ORDER BY to delete operation + update composer.json + fix tests#7
Conversation
Migrate to github actions
Upgraded Laravel dependency
|
I haven't checked the details, but did you only migrate #6 on top of the v6 branch? Please keep in mind that we already had to merge a couple of other bug fixes into our copy of the v5 branch, inter alia
This are only the fixes a do remember. Maybe there are more. So basically, our v5 branch and the upstream v5 were diverted (not in the git sense, but in the sense that we had to fix a lot which never made it upstream). Have you checked that all these bug fixes are also in "our" v6? |
|
I took their v6, merged into your branch (which is based on our diverged v5) and created a pull request to a copy of their v6. If you like So unless I'm wrong, this PR to v6 basically contains all the changes you made to the v5 + #6 + passing tests :) |
|
Understood. So I still need to find out what the original difference between upstream v5 and v6 is. I am always a little bit conservative with major upgrades. |
It is just a bump of the Laravel version, code wise there is pretty much 0 change... I seriously do not know why they decided to make it v6. IMHO that was not needed. You can clearly see that their v6 does not add anything, especially given that the merge commit is quite empty: As for ec8e1d7 |
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>
Co-authored-by: Matthias Nagel <matthias.h.nagel@posteo.de>

Copy of #6 to v6 branch (to align with upstream repo with v6).