antispam-bee
antispam-bee copied to clipboard
Migrate v2 fixes to v3
We need to check if the recent fixes in the v2 branch need to be ported to the v3:
https://github.com/pluginkollektiv/antispam-bee/pull/491 https://github.com/pluginkollektiv/antispam-bee/pull/486 https://github.com/pluginkollektiv/antispam-bee/pull/481 https://github.com/pluginkollektiv/antispam-bee/pull/477 https://github.com/pluginkollektiv/antispam-bee/pull/463 https://github.com/pluginkollektiv/antispam-bee/pull/449
(Not sure if this list of PRs is complete.)
- #491 should not be relevant
- #486 and #481 need to be checked after the tests are adapted for the new version
- #477 is fixed in 06cb5c0
- #463 is fixed in 324fbc3fb26ddda95913c84e2ef309b043bc42c8
- #449: already done
Checking now if we have more things that need to be migrated
I scrolled through the antispam_bee.php
file and found a few things that were still completly missing from v3, but I think I got them now.
Implement the changes from https://github.com/pluginkollektiv/antispam-bee/pull/513
Implement new filter from https://github.com/pluginkollektiv/antispam-bee/pull/531