Version 9.1
Please note that when updating to
9.1
you need to add the packagePiranha.Manager.LocalAuth
as the local login page has been moved to a separate package to better support external identity providers. See #1623 for details.
Big thanks to @axunonb, @BRiley01 and @tedvanderveen for their contributions and all of the people who has helped with translating the manager.
Core
- Add Init() method to Blocks #837
- Add default support for most common media formats. #1359
- dd blocks to generic content #1562
- Add taxonomies to generic content #1563
- Remove reflection from model initialization #1576
- Add LastModified to ContentTranslation #1589
Manager
- 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
- 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