Release date: June 15, 2021
Version 1.1.3 is a minor change release.
Changes
The following changes have been made in this release:
- Registering Redakt services with the service collection has been streamlined. Now, when using the default (parameterless)
AddRedakt()
call, all feature modules whose packages have been referenced by the project (f.e. content management, back office, URL management, etc.) will be registered automatically. Therefore, you only need to install the corresponding NuGet package without the need for explicitly registering the module with the dependency injection container. This does not apply to data modules such as the data store and file storage modules. If you do not want this, you can use theAddRedakt(bool)
overload to prevent the automatic registration of Redakt modules. - The
Redakt.Messaging.Smtp
package has been merged into theRedakt.Messaging
package, and the SMTP handler is registered as the default email handler if no other handler has been registered. TheRedakt.Messaging.Smtp
has hereby become obsolete and will be delisted from NuGet.
With this release, we have also published skeleton projects for several common hosting scenarios.