- Include partially restricted pages in sitemap
- #13 - Announce interception point after writing to file
- Convert to github build system
- Add German i18n translations
- Change build/publish process
- Add 'postPrepareXmlSitemapPages' interception point to append custom pages to sitemap
- Add support for multiple sites
- Add default value to sitemap_priority
- Add ability to set sitemap changefreq on individual pages
- Add ability to set sitemap priority on individual pages
- Increase schedule task timeout
- Don't use cache for page query
- Build XML text manually for improved readabilty
- Don't add .html to URL if page is homepage
- Clarify checkLivePage() logic, improve var-scoping
- Code style formatting
- Use correct repo url in box.json
- Fixing up publishing process
- Boxifying the repo with automated publish
- Ensures repeated process is reduces to improve the speed
- couple of function name that was missed previously
- Amendment to function names
- Add missing arguemnt type in rebuildSitemap function
- Update backend service to improve performance when building sitemap
- Added instruction for submitting the sitemap / adding to robots.txt
- Updated typo for "last" in variable "elemLastMod"
- FIX for fileWrite throwing a
java.io.IOException
errorcan't write down object of type [struct] to resource
- always ensure the outut is a string / simple value - Add logger key exists checker before logging info and error message
- Add logger info when sitemap task is being run
- Add README.md
- Initial import of extension from Nelson's work