This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
Release v3.0.1
New features:
- Added support for content changing access righs
- Added support for removal of old content
- Added support for adding redirect pages when renaming/moving pages
- Added support for simple address
- Added support page references in ContentAreas
- Added support for not write to disk when not needed (if file hash matches existing content)
- Added support for PageControllers returning different mimeType then HTML
- Added support for file change events using (AfterIOWrite and AfterIODelete event)
- Added support to sync content to Azure Blob Storage (Thanks for suggestion maer0216-star, see issue-49 for more info)
Bug fixes:
- Source tags only allowed image references, not image candidates (Thanks for bug report themaf)
- Removed reference to file outside of project (Thanks bug report GrumpyMeow)
- Child pages where not added if current page was ignored
- No longer writing empty resource to disk
- Items property on Events are now initiated and not null
Additional:
- Added extension StaticWebEpiserverPlugin.RequiredCssOnly to allow for extraction of required CSS Only (for example to use as inline on every page)
- We now use regression tests to ensure quality