This fixes a bug where attachments were loaded into memory to check for HTML content. This could result in fatal PHP errors for large attachments. Thanks to @orange7 for reporting this issue.
This release fixes an issue where HTML attachments would have their scripts deferred by the add-on. The add-on no longer modifies anything from the attachment controller.
Added back the XML file.. there was a bug in my XenForo build scripts.
Very little has changed, just some slight documentation updates.
The PHP 5.3 build has NOT been updated. Please do not upgrade if you're on PHP 5.3.
Barring unforeseen problems, this is the last update this addon will receive in a long time.
The (unsupported) PHP 5.3 version available from the FAQ has been updated to match the latest PHP 5.4 version.
Let me know if there are any further questions or problems.
This release supports the 2.0.1d fix for TinyMCE editors.
As such, this probably supports XenForo 1.0 and 1.1 now, but I haven't tested it with those versions. If you use this with those versions, let me know if it works. Still requires PHP 5.4.
This release fixes the issues with WYSIWYG post editing on Chrome :sneaky:
Chrome's XSS Auditor steps in if Redactor (and dependencies) are deferred on a POST request with HTML data. This release works around that by not deferring scripts for certain pages.