Releases: PiranhaCMS/piranha.core
Version 9.0-rc2
Second release candidate of version 9.0, built for .NET 5. Full set of features and bug fixes for version 9.0 can be found at https://github.com/PiranhaCMS/piranha.core/projects/18. This version includes the following new features since RC1.
Version 9.0-rc1
First release candidate of version 9.0
, built for .NET 5
. Full set of features and bug fixes for version 9.0
can be found at https://github.com/PiranhaCMS/piranha.core/projects/18.
Version 9.0-beta1
First beta release of version 9.0
, built for .NET 5
. Full set of features and bug fixes for version 9.0
can be found at https://github.com/PiranhaCMS/piranha.core/projects/18. Missing features for full coverage is:
- #1335 (Reference Blocks, Reference Fields, Translation Views for content)
Version 8.4 SR3
This version updates package version for Select2
and Popper.js
in the Manager to resolve issue #1316
Version 8.4 SR2
Version 8.4 SR1
Version 8.4
Known issues
Due to how type names get calculated there are issues when upgrading an
8.3
application to8.4
that uses theImageBlock
component in its main content. We're working on addressing this issue in a service release. You can read more about this issue here #1310
Big thanks to @mikaellindemann and @Urreman for their contributions and all of the people who has helped with translating the manager.
Core
- SelectField for external data source #1186
- Improve SEO features #1218
- Add Sitemap model hooks #1231
- Add helper for generating URL's given the current requests. #1235
- Add meta-information to Site #1240
- Automatically add / for content type routes #1245
- Simplify authentication in the web application #1259
- Add helper method for filtering the sitemap for the current user #1262
Manager
- Make last opened folder in media-picker filter sensitive #1248
- Expand new list-region items if collapsible #1249
- Add information text on empty archives #1253
- Add icon in sitemap to visualize authenticated pages #1266
Bugfixes
- Region ListExpand should be false by default #1232
- Post routing for sites with a prefix not working properly #1234
- Use Request Hostname as Host if the current site has no host specified #1239
- GenericBlock not updating item title in the manager #1246
- StringField and SelectField not updating item title in manager #1247
- WebApi permissions should be internal #1255
- IntegratedMiddleware throws when Piranha is hosted in a Virtual Directory #1273
- Media Manager thumb error with no ImageProcessor #1288
- Cannot add Video Block #1292
- Module icons causes mixed content errors #1304
Version 8.3 SR2
Version 8.3 SR1
Version 8.3
Please note that if you have implemented a custom
IStorage
service in your application you will need to upgrade it as the interfaces have been updated for issues #1124.
Core
- Make sure empty slugs are not generated #556
- Optional Authentication in REST API #841
- Add author to QuoteBlock #1037
- Option to Remove GUID from filename in media uploads #1124
- Add SourceLink #1153
- Automatically clean media filenames #1156
- Add RazorPage model for Archive Pages #1167
- Add PrimaryImage and Excerpt to Pages as well #1175
- Add PageLink block #1179
- Add PostLink block #1180
- Add preferred image aspect for ImageBlock #1191
Manager
- Excerpt as HTML #1150
- Support TinyMCE extended_valid_elements #1154
- Perform a Sign Out before Signing In to the manager #1159
- Move & delete multiple media files in the manager #1174
- Media data not serialized for Mediafield #1183
- Enable spell checking #1216
Bugfixes
- Cast Error when using DistributedCache #744
- Urls in sitemap doesn't consider prefixes #1083
- Fix 404 when fetching empty-image.png from wrong path. #1177
- Unable to move post blocks #1178
- Cannot remove missing permissions from post/page #1182
- Uploaded media is not cleared from the mediapicker #1189
- Multiple HtmlString results in TinyMCE not loading #1203