This page is no longer maintained. To see a list with all new user interface features, go to the release notes feed and use the filters to filter out UI features for a specific product and for a specific time period.
Are you on an earlier version Episerver CMS and don't know if you should upgrade or not? Have a look at the below content and see all the nice features you're missing if you don't.
(Hover over a feature to see in which version it was released.)
The Change Log API is deprecated so the use of it has been removed. The Change Log admin page has been moved to Tools and gotten a minor update. See Activity logging in the CMS Developer Guide.
It is now possible to define that a job is restartable. If the IIS crashes or is recycled when a job is running, the scheduler runs the job on the next scheduled time by default. A restartable job is started again to make sure it can run to completion (assuming the job can continue where it was stopped). The job can restart on any available instance/server. See Scheduled jobs in the CMS Developer Guide.
From Episerver CMS UI 10.6.0, the GadgetAttribute is marked as obsolete and will be removed in an upcoming major version release. Instead, you should use CompontentAttribute when creating components. All jQuery-based libraries are also now marked as deprecated and should not be referenced because they will be removed in the future. See Grzegorz Wiecheć's blog post for more information.
The telemetry of scheduled jobs has been improved. Among other things, the job history now includes more detailed information, the log size has been increased, and executing a job manually does not change the execution date and time for the next scheduled job. You can also assign a GUID to your job, making it possible to change the name or namespace of the job at a later time. See Scheduled jobs.
The import and export functionality in the admin view has been improved. Among other things, you can now select only one item to export without exporting its sub items as well. You can also import only one language version of an item. See Johan Björnfot's blog post for more details.
The import and export functionality in the admin view has been improved. Among other things, you can now select only one item to export without exporting its sub items as well. You can also import only one language version of an item. See Johan Björnfot's blog post for more details.
As a part of the content approvals feature, Episerver has added plug-in areas at common extension points to make it easy for developers to extend the Episerver user interface. See Plug-in areas in the Episerver Developer Guide for details.
Running the database with local date and time is no longer be supported (CMS-1449). A database that is not converted to UTC will throw an exception to avoid any data loss caused by mixing local and UTC date and time. Conversion can be done before upgrading for versions 9.1 or later, for example using the provided PowerShell scripts, see Storing UTC date and time in the database for more details. A setting can be added to the appSettings section of web.config to disable the exception if the site temporarily have to be started without doing the conversion, add episerver:DisableDateTimeKindValidation with value true.