And another fix - this one fixing the 'never ending save', i.e. clicking save will start the save action, but to the user, it never seems to end as no feedback is returned and the spinner keeps spinning.
File: lib/wordfenceClass.php
Find line 340:
die(json_encode($returnArr));
Replace with:
die(json_encode($returnArr));
exit;