Version 1.2.3.0
News in this version:
- Protection against cross-site request forgery (CSRF)
If you have created your own form rendering instead of using one of the built-in ones, you need to add CSRF handling to your rendering. An anti forgery token must be part of the submitted form (or the request headers for async form submission). Have a look at the changes made to the Sync, Async or NoScript rendering and adjust your own rendering accordingly.
Umbraco package attached.