What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

xF2 Add-on in Credit What's New Digest 5.1.0 5.1.0

xF2 Add-on
  • update helper_account template modification to work with both XF2.3 and earlier versions
  • listen for sparkpostmail_non_transactional_stop_map event and use the whatsnewdigest email stopper
  • tweak unsubscribe confirmation message
  • separate out getMail function so we can over-ride it and add functionality
XenForo 2.2.14 adds new functionality for adding one-click unsubscribe headers to emails. Unfortunately, the code released in 2.2.14PL2 breaks functionality by removing a core option.

This release of WND fixes the errors by relying on XF 2.2.14 to set the headers for us - which should work in the majority of cases.

Note: if you are not planning to upgrade to XF 2.2.14 yet, I recommend you do not install v5.0.6 of this addon. Installing 5.0.6 with XF 2.2.13 or earlier won't break anything - but the one-click unsubscribe headers won't be added to your digest emails, which is not ideal.

So I currently recommend:
  • XF <= 2.2.13, you remain on WND 5.0.5
  • XF >= 2.2.14, install WND 5.0.6
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!
Top