Releases: OnTopicCMS/OnTopic-Editor-WebForms
Releases · OnTopicCMS/OnTopic-Editor-WebForms
v4.0.0
This release maintains minimal compatibility with the recent release of OnTopic Library 4.0.0. At this point, the OnTopic-Editor-WebForms should be considered obsolete, and is no longer supported by Ignia. Implementations should be upgrade to OnTopic-Editor-AspNetCore, which is a ground-up rewrite for ASP.NET Core 3.1.
Code Changes
- Moved to new
OnTopic-Editor-WebFormsrepository (this release) - Introduced barebones
Hostproject for testing
Breaking Changes
- The database schema for OnTopic 4.0.0 has changed, and must be updated from
OnTopic.Data.Sql.Database - All instances of
AttributeDescriptorin the database must be updated toConfigurableAttributeDescriptor - The
TopicFactory.TypeLookupServicemust be configured to use theWebFormsTopicLookupService, so it's aware of theConfigurableAttributeTypeDescriptor
Important: The OnTopic 4.0.0 release contains many breaking changes. See the release notes for more information.