From c44eb2c9987dd2d017aefc14811e834b63f9dbca Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 7 Jan 2021 21:37:24 +0300 Subject: [PATCH] Sitemap 2.9.1 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- bootstrap.php | 1 - plugin.yaml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6062d5d..ce3ca89 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [2.9.1](https://github.com/flextype-plugins/sitemap/compare/v2.9.0...v2.9.1) (2021-01-07) + +### Bug Fixes + +* **core** fix issues with wrong dependencies file. + # [2.9.0](https://github.com/flextype-plugins/sitemap/compare/v2.8.0...v2.9.0) (2021-01-07) diff --git a/README.md b/README.md index 90bc9fb..6a86f1d 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The following dependencies need to be downloaded and installed for Sitemap Plugi | Key | Value | Description | |---|---|---| | enabled | true | true or false to disable the plugin | -| priority | 95 | sitemap plugin priority | +| priority | 100 | sitemap plugin priority | | route | sitemap.xml | sitemap route | | ignore | [] | List of entries to ignore | | additions | [] | List of additions to add | diff --git a/bootstrap.php b/bootstrap.php index 8d9b3a6..aa259a9 100755 --- a/bootstrap.php +++ b/bootstrap.php @@ -15,4 +15,3 @@ include_once 'app/Controllers/SitemapController.php'; include_once 'routes/web.php'; -include_once 'dependencies.php'; diff --git a/plugin.yaml b/plugin.yaml index a073e2c..8c9c151 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: Sitemap -version: 2.8.0 +version: 2.9.1 description: Provide automatically generated XML sitemap. author: name: Sergey Romanenko