Fix: Pasting image from clipboard into editor fails (#18) Fix: Minified attachment_manager.js is missing from release archive (#19) Fix: When redirecting to route which is on a sub-domain form data is not passed to new URL (#20) Fix: Public links are not generated correctly in ACP (#21) Change: When making requests from Javascript try to generate the final target instead of getting 302 response (#22)
attachment_manager.js
Fix: CORS Preflight fails Change: Rename App class to Listener Change: Code event listeners do not have description Change: Update execution order to match resource id on XenForo.com
Fix: AJAX fails on Internet Explorer
Misc: When AccessControlAllowOriginHeaderAlreadySetException exception is thrown, the existing value can now be read using the new getExistingValue() method Misc: Use a protected method to return the \XF\App instance Fixed: Updated doc blocks
AccessControlAllowOriginHeaderAlreadySetException
\XF\App
Changelog Fixed: Links generated using router do not respect subDomainSupportEnabled flag Fixed: Access-Control-Allow-Credentials not being added to header if index page is not on route Changed: Check if the referrer in the header is part of current installation and if it is then check if the route is set to be on a subdomain
Change log Fixed: Cookies are not passed when making request to a subdomain or vice versa (#6) Changed: Now only the cookie domain needs to be updated Note: Make sure your cookie domain starts with a . (period).
Change log Fixed: Missing phrase Fixed: Incompatible with SEO friendly url New: Add support for route filter