Thanks a lot!
It’s resolved.
I’ve had the same problem of wrong IDs on this page.
There seems to be a problem on term_taxonomy_id / term_id.
If I change a line on the file class.su-module.php (line 1204) :
$id = intval($object->term_taxonomy_id);
to
$id = intval($object->term_id);
it works again.
Can you check this out for the next plugin update?