Two plugins for phpList 3: domain blacklist and random send order

Hello,

I have published two plugins for phpList 3 and would like to add them to the
plugin library.

Domain Blacklist - blacklists subscribers by domain name, at import time and
on demand. Subdomains and ccSLDs are handled, domains are managed from
Subscribers > Blacklisted domains, and a secured JSON endpoint can add,
remove, list and purge a domain.

Random send order - sends a campaign in random order instead of import order.
Each subscriber gets a random number in an indexed column and the queue is
ordered on it, so a list built from several imported files no longer goes out
one whole file at a time, which is what skews any figure computed over an hour
of sending.

The second one needs a hook that phpList does not have yet:
processQueueUserSelectQuery, proposed in issue 1125 and pull request 1126,
approved and now targeted at release 3.7.0. Until it ships, the repository
provides the two patched 3.6.16 core files, 25 lines added and none removed.

I cannot edit resources.phplist.com myself. If someone can add the two entries,
or tell me how to get edit rights there, I would appreciate it.

Kind regards,
Stephane