Skip to content

Releases: PiranhaCMS/piranha.core

Version 9.0-rc2

16 Feb 09:56
Compare
Choose a tag to compare
Version 9.0-rc2 Pre-release
Pre-release

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.

  • Warning messages from EF Core #1490
  • Add support for custom vue components for block groups #1498

Version 9.0-rc1

29 Jan 05:45
Compare
Choose a tag to compare
Version 9.0-rc1 Pre-release
Pre-release

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

31 Dec 08:49
dd8a35b
Compare
Choose a tag to compare
Version 9.0-beta1 Pre-release
Pre-release

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

25 Aug 08:01
Compare
Choose a tag to compare

This version updates package version for Select2 and Popper.js in the Manager to resolve issue #1316

Version 8.4 SR2

20 Aug 12:37
Compare
Choose a tag to compare

Piranha 8.4.2, Piranha.AspNetCore 8.4.1

Bugfixes

  • Cannot add new blocks in manager #1311
  • WebApp.Url() doesn't work with media assets #1312

Version 8.4 SR1

19 Aug 20:17
Compare
Choose a tag to compare

This service release addresses issue #1310 found in version 8.4.0 of Piranha.

Piranha 8.4.1

Bugfixes

  • NullReferenceException in TransformBlocks #1310

Version 8.4

19 Aug 08:13
Compare
Choose a tag to compare

Known issues

Due to how type names get calculated there are issues when upgrading an 8.3 application to 8.4 that uses the ImageBlock 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

06 Jun 05:37
Compare
Choose a tag to compare

Piranha.Manager 8.3.1

Bugfixes

  • Issue with tag creation in manager #1226

Version 8.3 SR1

04 Jun 12:28
Compare
Choose a tag to compare

Piranha.AspNetCore.Identity.MySQL 8.3.1, Piranha.AspNetCore.Identity.PostgreSQL 8.3.1

Bugfixes

  • Wrong package reference in Identity.MySql #1221
  • Wrong package reference in Identity.PostgreSql #1222

Version 8.3

03 Jun 15:03
Compare
Choose a tag to compare

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