From c395c5e1b5c3888c48ab80a5a52d3b25bb2759f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Edling?= Date: Wed, 13 Oct 2021 21:09:18 +0200 Subject: [PATCH] Updated to version 9.2 --- nuspec/Piranha.Templates.nuspec | 2 +- src/empty/Empty.csproj | 35 ++++++++++---------- src/module/TemplateModule.csproj | 6 ++-- src/web/mvc/Controllers/SetupController.cs | 34 ++++++------------- src/web/mvc/MvcWeb.csproj | 35 ++++++++++---------- src/web/mvc/Views/Shared/_Layout.cshtml | 2 +- src/web/razor/Controllers/SetupController.cs | 34 ++++++------------- src/web/razor/Pages/_Layout.cshtml | 2 +- src/web/razor/RazorWeb.csproj | 35 ++++++++++---------- 9 files changed, 77 insertions(+), 108 deletions(-) diff --git a/nuspec/Piranha.Templates.nuspec b/nuspec/Piranha.Templates.nuspec index c0bdc99..39e246c 100644 --- a/nuspec/Piranha.Templates.nuspec +++ b/nuspec/Piranha.Templates.nuspec @@ -2,7 +2,7 @@ Piranha.Templates - 9.1.1 + 9.2.0 Piranha CMS Templates Piranha CMS Piranha CMS diff --git a/src/empty/Empty.csproj b/src/empty/Empty.csproj index bc88d87..efce88e 100644 --- a/src/empty/Empty.csproj +++ b/src/empty/Empty.csproj @@ -5,24 +5,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src/module/TemplateModule.csproj b/src/module/TemplateModule.csproj index c2255eb..8151a71 100644 --- a/src/module/TemplateModule.csproj +++ b/src/module/TemplateModule.csproj @@ -6,9 +6,9 @@ - - - + + + diff --git a/src/web/mvc/Controllers/SetupController.cs b/src/web/mvc/Controllers/SetupController.cs index c38810b..7dd5fac 100644 --- a/src/web/mvc/Controllers/SetupController.cs +++ b/src/web/mvc/Controllers/SetupController.cs @@ -223,7 +223,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.BlogId = blogPage.Id; post3.Category = "Piranha"; post3.Tags.Add("Development", "Release Info"); - post3.Title = "What's New In 9.1"; + post3.Title = "What's New In 9.2"; post3.Slug = "whats-new"; post3.MetaKeywords = "Piranha, Version, Information"; post3.MetaDescription = "Here you can find information about what's included in the current release."; @@ -234,7 +234,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.Blocks.Add(new HtmlBlock { Body = - "

Big thanks to @axunonb, @BRiley01 and @tedvanderveen for their contributions and all of the people who has helped with translating the manager.

" + "

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

" }); post3.Blocks.Add(new ColumnBlock { @@ -245,33 +245,19 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() Body = "

Core

" + "
    " + - "
  • Add Init() method to Blocks #837
  • " + - "
  • Add default support for most common media formats. #1359
  • " + - "
  • Add blocks to generic content #1562
  • " + - "
  • Add taxonomies to generic content #1563
  • " + - "
  • Remove reflection from model initialization #1576
  • " + - "
  • Add LastModified to ContentTranslation #1589
  • " + + "
  • Add current site language to ApplicationHelper #1703
  • " + "
" + - "

Manager

" + + "

Identity

" + "
    " + - "
  • Possibility to hide auto-generated menu items for generic content groups. #1567
  • " + - "
  • Add visual indication for scheduled pages #1581
  • " + - "
  • Flag field´s that inherit ITranslatable #1583
  • " + - "
  • Improve support for integrating with external identity providers #1623
  • " + + "
  • Add support for custom Piranha Manager authorization policy requirements #1692
  • " + + "
  • Delete user should not be a GET request #1725
  • " + + "
  • User edit URL is incorrect #1709
  • " + "
" + "

Bugfixes

" + "
    " + - "
  • Text block issues #1566
  • " + - "
  • Swashbuckle Endpoint Throws Exception #1574
  • " + - "
  • ContentFieldSettingsAttribute has no effect in content editor #1578
  • " + - "
  • Media count not being display in media list view #1579
  • " + - "
  • Drafts does not work for scheduled pages or posts #1582
  • " + - "
  • Published datetime not parsed correctly on server side for pages. #1584
  • " + - "
  • Possible to register blocks that doesn't inherit Piranha.Extend.Block #1587
  • " + - "
  • Sitemap.xml has no base uri prefix for absolute permalink uri #1599
  • " + - "
  • Check for SitemapItem.MetaIndex #1600
  • " + - "
  • BlockType filtering doesn't work for posts #1633
  • " + - "
  • Fixed incorrect policy check on UserController.cs delete #1645
  • " + + "
  • Primary Image & Excerpt should be read-only for copied pages #1644
  • " + + "
  • Add languageId to ContentService.GetAllAsync() #1702
  • " + + "
  • Bug in route parameter name in manager ContentEdit #1715
  • " + "
" }, new ImageBlock diff --git a/src/web/mvc/MvcWeb.csproj b/src/web/mvc/MvcWeb.csproj index bc88d87..efce88e 100644 --- a/src/web/mvc/MvcWeb.csproj +++ b/src/web/mvc/MvcWeb.csproj @@ -5,24 +5,23 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/src/web/mvc/Views/Shared/_Layout.cshtml b/src/web/mvc/Views/Shared/_Layout.cshtml index a2334f7..9d9c087 100644 --- a/src/web/mvc/Views/Shared/_Layout.cshtml +++ b/src/web/mvc/Views/Shared/_Layout.cshtml @@ -14,7 +14,7 @@