diff --git a/nuspec/Piranha.Templates.nuspec b/nuspec/Piranha.Templates.nuspec index 861e2b7..c0bdc99 100644 --- a/nuspec/Piranha.Templates.nuspec +++ b/nuspec/Piranha.Templates.nuspec @@ -2,7 +2,7 @@ Piranha.Templates - 9.1.0 + 9.1.1 Piranha CMS Templates Piranha CMS Piranha CMS diff --git a/src/empty/Empty.csproj b/src/empty/Empty.csproj index 8749173..bc88d87 100644 --- a/src/empty/Empty.csproj +++ b/src/empty/Empty.csproj @@ -5,7 +5,7 @@ - + @@ -13,13 +13,14 @@ + - + diff --git a/src/module/TemplateModule.csproj b/src/module/TemplateModule.csproj index d9646ea..c2255eb 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 f08b3e2..c38810b 100644 --- a/src/web/mvc/Controllers/SetupController.cs +++ b/src/web/mvc/Controllers/SetupController.cs @@ -223,7 +223,8 @@ 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"; + post3.Title = "What's New In 9.1"; + post3.Slug = "whats-new"; post3.MetaKeywords = "Piranha, Version, Information"; post3.MetaDescription = "Here you can find information about what's included in the current release."; post3.PrimaryImage = images["bird-s-eye-view-photography-of-lighted-city-3573383.jpg"]; @@ -233,7 +234,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.Blocks.Add(new HtmlBlock { Body = - "

Big thanks to @axunonb, @eferfolja, @FelipePergher, @jensbrak, @jfaquinojr, @MehranDHN, @raziee and @tfritzke for their contributions and all of the people who has helped with translating the manager.

" + "

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

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

Core

" + "
    " + - "
  • Add Index, NoIndex and Follow to page/post settings #1000
  • " + - "
  • Add possibility to set configuration on Regions & Fields #1233
  • " + - "
  • Add ColorField #1302
  • " + - "
  • Specify allowed blocks by content type #1318
  • " + - "
  • Update package dependencies #1319
  • " + - "
  • Drop old application setup extension methods #1323
  • " + - "
  • Provide generic content structure #1335
  • " + - "
  • Add NewtonSoft SerializerSettings globally in startup when PiranhaManager is present #1354
  • " + - "
  • Upgrade to .NET 5 #1400
  • " + - "
  • Add support for connection pooling #1428
  • " + - "
  • Add null checks in IMediaHelper for deleted images #1462
  • " + - "
  • Culture specific characters for Slovenian #1479
  • " + - "
  • Unescaped hash \"#\" in media filename #1478
  • " + - "
  • Warning messages from EF Core #1490
  • " + - "
  • Add hooks for content #1511
  • " + - "
  • Add pt-BR special characters to slugs #1520
  • " + - "
  • ifferentiate models for page & post comments #1525
  • " + + "
  • 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
  • " + "
" + "

Manager

" + "
    " + - "
  • PrimaryImage & Excerpt taking too much space #1290
  • " + - "
  • Route update in manager for .NET 5 #1324
  • " + - "
  • Indesired elements with TinyMCE 5.0.3 #1379
  • " + - "
  • Upgrade to TinyMCE 5.6.2 #1427
  • " + - "
  • Add RTL Layout support #1449
  • " + - "
  • Add quick buttons in manager to expand/collapse all pages in all sitemaps #1460
  • " + - "
  • Config option for outlining blocks in the manager #1489
  • " + - "
  • Add support for editor width on regions and blocks #1514
  • " + + "
  • 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
  • " + "
" + "

Bugfixes

" + "
    " + - "
  • ContentId of Comments not set in OnAfterSave hook #1338
  • " + - "
  • CommentCount should only look at approved comments #1346
  • " + - "
  • OnValidate hook not properly attached #1347
  • " + - "
  • Duplicate slugs give an internal server error. #1369
  • " + - "
  • Update Open Graph tag rendering #1373
  • " + - "
  • Dragging media folder into itself make it disappear #1409
  • " + - "
  • Unable to clear Post tags #1411
  • " + - "
  • InitManager isn't called for fields in blocks #1420
  • " + - "
  • Meta-tags are render incorrectly #1421
  • " + - "
  • When creating new Site, the Language doesn't load the Default language. #1429
  • " + - "
  • MarkdownField not working properly in List Region #1486
  • " + - "
  • Custom view/component for BlockGroup is not supported in the current state of ContentTypeService #1498
  • " + - "
  • Select2 and remote data throwing error, jQuery slim doesn't include ajax(). #1506
  • " + + "
  • 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
  • " + "
" }, new ImageBlock diff --git a/src/web/mvc/MvcWeb.csproj b/src/web/mvc/MvcWeb.csproj index 8749173..bc88d87 100644 --- a/src/web/mvc/MvcWeb.csproj +++ b/src/web/mvc/MvcWeb.csproj @@ -5,7 +5,7 @@ - + @@ -13,13 +13,14 @@ + - + diff --git a/src/web/razor/Controllers/SetupController.cs b/src/web/razor/Controllers/SetupController.cs index ede5b6e..bedf011 100644 --- a/src/web/razor/Controllers/SetupController.cs +++ b/src/web/razor/Controllers/SetupController.cs @@ -223,7 +223,8 @@ 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"; + post3.Title = "What's New In 9.1"; + post3.Slug = "whats-new"; post3.MetaKeywords = "Piranha, Version, Information"; post3.MetaDescription = "Here you can find information about what's included in the current release."; post3.PrimaryImage = images["bird-s-eye-view-photography-of-lighted-city-3573383.jpg"]; @@ -233,7 +234,7 @@ await _api.Media.SaveAsync(new Piranha.Models.StreamMediaContent() post3.Blocks.Add(new HtmlBlock { Body = - "

Big thanks to @axunonb, @eferfolja, @FelipePergher, @jensbrak, @jfaquinojr, @MehranDHN, @raziee and @tfritzke for their contributions and all of the people who has helped with translating the manager.

" + "

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

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

Core

" + "
    " + - "
  • Add Index, NoIndex and Follow to page/post settings #1000
  • " + - "
  • Add possibility to set configuration on Regions & Fields #1233
  • " + - "
  • Add ColorField #1302
  • " + - "
  • Specify allowed blocks by content type #1318
  • " + - "
  • Update package dependencies #1319
  • " + - "
  • Drop old application setup extension methods #1323
  • " + - "
  • Provide generic content structure #1335
  • " + - "
  • Add NewtonSoft SerializerSettings globally in startup when PiranhaManager is present #1354
  • " + - "
  • Upgrade to .NET 5 #1400
  • " + - "
  • Add support for connection pooling #1428
  • " + - "
  • Add null checks in IMediaHelper for deleted images #1462
  • " + - "
  • Culture specific characters for Slovenian #1479
  • " + - "
  • Unescaped hash \"#\" in media filename #1478
  • " + - "
  • Warning messages from EF Core #1490
  • " + - "
  • Add hooks for content #1511
  • " + - "
  • Add pt-BR special characters to slugs #1520
  • " + - "
  • ifferentiate models for page & post comments #1525
  • " + + "
  • 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
  • " + "
" + "

Manager

" + "
    " + - "
  • PrimaryImage & Excerpt taking too much space #1290
  • " + - "
  • Route update in manager for .NET 5 #1324
  • " + - "
  • Indesired elements with TinyMCE 5.0.3 #1379
  • " + - "
  • Upgrade to TinyMCE 5.6.2 #1427
  • " + - "
  • Add RTL Layout support #1449
  • " + - "
  • Add quick buttons in manager to expand/collapse all pages in all sitemaps #1460
  • " + - "
  • Config option for outlining blocks in the manager #1489
  • " + - "
  • Add support for editor width on regions and blocks #1514
  • " + + "
  • 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
  • " + "
" + "

Bugfixes

" + "
    " + - "
  • ContentId of Comments not set in OnAfterSave hook #1338
  • " + - "
  • CommentCount should only look at approved comments #1346
  • " + - "
  • OnValidate hook not properly attached #1347
  • " + - "
  • Duplicate slugs give an internal server error. #1369
  • " + - "
  • Update Open Graph tag rendering #1373
  • " + - "
  • Dragging media folder into itself make it disappear #1409
  • " + - "
  • Unable to clear Post tags #1411
  • " + - "
  • InitManager isn't called for fields in blocks #1420
  • " + - "
  • Meta-tags are render incorrectly #1421
  • " + - "
  • When creating new Site, the Language doesn't load the Default language. #1429
  • " + - "
  • MarkdownField not working properly in List Region #1486
  • " + - "
  • Custom view/component for BlockGroup is not supported in the current state of ContentTypeService #1498
  • " + - "
  • Select2 and remote data throwing error, jQuery slim doesn't include ajax(). #1506
  • " + + "
  • 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
  • " + "
" }, new ImageBlock diff --git a/src/web/razor/RazorWeb.csproj b/src/web/razor/RazorWeb.csproj index 8749173..bc88d87 100644 --- a/src/web/razor/RazorWeb.csproj +++ b/src/web/razor/RazorWeb.csproj @@ -5,7 +5,7 @@ - + @@ -13,13 +13,14 @@ + - +