What's New Digest

xF2 Add-on What's New Digest 5.0.5

No permission to download
The test tool was not respecting the exclude forums list from the options - that is now fixed.

Note that this bug did not affect the emails sent to users - that did use the exclude forums list correctly.
Fixed typo in XF\EmailUnsubscribe\Processor::applyUserUnsubscribeAction - thanks to @Mouth for finding the bug!
  • bugfix: was trying to filter new or updated threads even if none were found
bugfix: wrong visibility on function userSaveProcess
Updates:

v4.0.1
  • ignore users who don't have an email address
  • mail template tweaks
v4.0.2
  • remove old class extensions that shouldn't be there
v4.0.3
  • bugfix: we weren't setting $total in the controller even though we passed it in the template parameters, we don't actually need it for display_totals and php 7.3 now errors when we pass an unset variable to compact(), so removing it