merge master in prod

This commit is contained in:
2020-09-08 12:00:45 +02:00
parent b925edaa9e
commit 3e5e731c2c
226 changed files with 8516 additions and 4149 deletions
+44
View File
@@ -1,3 +1,47 @@
# v2.0.1
## 07/01/2020
1. [](#bugfix)
* Fixed a case issue with `SitemapEntry` PHP class
# v2.0.0
## 07/01/2020
1. [](#new)
* Added a new `Ignore External URLs` option that defaults to `true`
* Added a new `Ignore Protected Pages` option that defaults to `true` [#62](https://github.com/getgrav/grav-plugin-sitemap/issues/62)
* Added a new `onSitemapProcessed()` event to allow for dynamic manipulation of the sitemap
1. [](#improved)
* Improved `SitemapEntry` to allow setting via constructor
* Added `changefreq` and `priority` to manually and dynamically added entries
* Use composer for autoloading
1. [](#bugfix)
* Force a fallback to `en` to ensure you can't get `null/false` language [#74](https://github.com/getgrav/grav-plugin-sitemap/issues/74)
# v1.9.5
## 04/27/2020
1. [](#improved)
* Add admin toggle for `ignore` [#68](https://github.com/getgrav/grav-plugin-sitemap/pull/68)
* Omit empty `<lastmod>` [#70](https://github.com/getgrav/grav-plugin-sitemap/pull/70)
* Added Chinese language [#73](https://github.com/getgrav/grav-plugin-sitemap/pull/73)
* Added German language [#66](https://github.com/getgrav/grav-plugin-sitemap/pull/66)
# v1.9.4
## 10/19/2019
1. [](#bugfix)
* Fixed a regression issue that caused sitemap not to work 'unless' you had an existing `sitemap` page [#65](https://github.com/getgrav/grav-plugin-sitemap/issues/65)
# v1.9.3
## 10/18/2019
1. [](#improved)
* Support existing `sitemap` HTML page to be used in place of XSL version
* Remove `/` from end of home URLS [#58](https://github.com/getgrav/grav-plugin-sitemap/pull/58)
* Include translated pages only [#57](https://github.com/getgrav/grav-plugin-sitemap/pull/57)
* Make sure `modular` pages are not included in configuration [#56](https://github.com/getgrav/grav-plugin-sitemap/pull/56)
# v1.9.2
## 05/09/2019