Releases: PiranhaCMS/piranha.core
Version 11.1
Big thanks to @sit-harry & @cktricky for their contributions.
Core
Manager
- FieldSettings not being passed to field collection region #2053
- Deserialization issue in AliasService when using distributed cache #2056
Bugfixes
Version 11.0
Big thanks to @ kimlundjohansen for his contribution.
Core
- Upgrade to .NET 8 #2023
- Remove support for Azure.Search #2028
- Remove support for SimpleCache #2026
- Remove support for Summernote #2024
- Remove support for SimpleSecurity #2025
- Make sure internal implementations isn't public #2027
Manager
Bugfixes
- Alias service causes excessive cache usage #2034
Version 10.4
Version 10.3
Version 10.2
Big thanks to @martijntakken, @anvarjonruziev and @NilssonMalin for their contributions.
Core
- Replace
Microsoft.Azure.Search
withAzure.Search.Documents
#1794 - Upgrade Newtonsoft dependency #1901
- Update so missing pages throws 404 instead of 500 #1916
- Upgrade ImageSharp to support WebP #1935
Bugfixes
Version 10.1
Big thanks to @samokisha for Ukrainian translations for the manager interface.
Core
- Read Language.Culture in ApplicationService.Initialize #1845
Manager
Bugfixes
- Media delete confirmation not working #1848
Version 10.0.4
There was an issue with
10.0.4
causing endpoints for the application to not be registered properly when using classic application startup withStartup.cs
. For this reason version10.0.4
has been released.
Bugfixes
- Endpoints not registered in classic application startup #1844
Version 10.0.3
There's an issue with
10.0.3
causing endpoints for the application to not be registered properly when using classic application startup withStartup.cs
. For this reason version10.0.4
replaces this version.
Core
.UsePiranha()
middleware ruins route search #1816- Add extension methods for new .NET 6 application startup #1824
Manager
Bugfixes
- PostgreSql InvalidCastException with DateTime #1762
Version 10.0.2
Big thanks to @AzureRok, @successgo and @benhajdu for their contributions and all of the people who has helped with translating the manager.
Core
- EmailConfirmed is not handled in User Create or Edit #1708