New features & improvements
Package & Publish: support of SharePoint 2013 List Workflows
Extended Share Solution Dialog
Now you can set and edit rights of user you have shared solution with. And also remove sharing
Solution Studio ( Rich Forms) field inserting improvement
Now new fields would be inserted below selected field instead above
Bugs fixed
jQuery function not working in client-side expressions
Function expressions that contain jQuery methods were not working. E.g., { return jQuery('div').length; }
Added error logging for publishing content of lists with cross-site lookups
Document Generator: placeholder not evaluated in case if it is located both inside and outside of the loop
E.g.,
[[loop SomeSublistName]]
[[=([[Title]])]]
[[end loop]]
[[=([[Title]])]]