C1 CMS 6.10
C1 CMS 6.10 (6.10.7583.21856)
Download
What’s new in C1 CMS 6.10?
CodeBasedFunctionRegistry as a simple way to register a C# method as a C1 function (Documentation)
Bug fixes
Multiple fixes to ResxEditor
Selecting a position for a new page doesn't work if there are multiple versions of any page at the same level of the tree #751
"{body}#xD;" added to TextArea parameter value in function #755
CodeBasedFunctionProvider now creates objects with ActivatorUtilities @burningice2866
Runtime compilation is now based on DotNetCompilerPlatform #735 @burningice2866
Performance and caching fixes
PageObjectCacheFunction evaluating parameters, even when the result value being returned from the cache
CmsPageHttpHandler should disable public caching when there's a function with PreventFunctionOutputCaching == true
PageRenderer should disable output cache when there's a function with PreventFunctionOutputCaching == true