All notable changes to this project will be documented in this file.
- Issue #146 - exception handling when something is wrong with the product content
- PR #136 EPiServer.Core.PageNotFoundException on parent content. Credits to adnanzameerx.
- Issue #125/ PR #134 Simple Address Support. Credits to adnanzameerx.
- Fix issue #130 404 for sitemap.xml
- PR #132 Content exception handling in GenerateXmlElements function. Credits to adnanzameerx.
- Fix issue #109 find site definition from url, and find sitemap from site definition
- Fix issue #118. Credits to Vladimir Vedeneev
- Fix issue #111 generating in debug mode fails if page name contains double dash "--"
- Skip all pagetypes that implement the IExcludeFromSitemap interface Pull request #107. Credits to xudonax.
- Removed Episerver.Packaging from NuGet package dependency
- Use ZIP file for client resources
- Thanks @jarihaa for the PR #94
- Fixes #93
- Fixes enabled checkbox being checked even if the value is false.
- Adds support for Episerver Commerce 13. Pull request #91
- New DOJO editor for sitemap property. Pull request #87
- Setting current site definition when generating URLs to get correct URLs.
- Added language details, site definition and sitemap data for ContentFilter to be able to filter in different contexts.
- #60 Fixed hosts which differ by scheme not added to the site hosts.
- #80 Checking if SEOSitemaps property is not empty when generating XML.
- #73 - Fixed sitemap XML validation issues.
- Upgraded Commerce project to Episerver Commerce 12
- Use InvariantCulture when writing lastmod
- Update documentation and dependencies
- Added support for Episerver 11
- Added support for Episerver 10
- Added support for EPiServer 9
- Removed depedency on log4net
- Added support for alternate language pages. See details at https://support.google.com/webmasters/answer/2620865?hl=en.
- Added sitemap index support (/sitemapindex.xml) that might be useful if you have more than one sitemap on your site.
- Added a new sitemap format, Standard and Commerce, including both standard and commerce pages in one single sitemap (requires the Geta.Seo.Sitemaps.Commerce NuGet package).
- Added ability to create language specific sitemaps.
- Initial version