Piranha.core Versions Save

Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.

v9.0-rc1

3 years ago

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.

v9.0-beta1

3 years ago

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)

v8.4-sr3

3 years ago

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

v8.4-sr2

3 years ago

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

v8.4-sr1

3 years ago

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

Piranha 8.4.1

Bugfixes

  • NullReferenceException in TransformBlocks #1310

v8.4

3 years ago

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

v8.3-sr2

3 years ago

Piranha.Manager 8.3.1

Bugfixes

  • Issue with tag creation in manager #1226

v8.3-sr1

3 years ago

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

v8.3

3 years ago

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

v8.2

4 years ago

Big thanks to @maa83 and @j2ba for their contributions and all of the people who has helped with translating the manager.

Core

  • Add PrimaryImage and Excerpt to Posts. #1082
  • Add option to disable archive routing in IntegratedMiddleware. #1123
  • Add ManagerInit to Fields. #1144

Manager

  • Focus form control on "Add Folder" in media list. #1141
  • Update media list folder styling. #1142

Bugfixes

  • Redirect to ReturnUrl after login does not work. #1065
  • Renaming display name of SysAdmin role breaks things. #1091
  • Gulpfile.js failed to load after upgrade to Visual Studio 16.5. #1098
  • UseBlocks=false doesn't work with PostTypes. #1135