Skip to content

Commit c44eb2c

Browse files
committed
Sitemap 2.9.1
1 parent 4dfef78 commit c44eb2c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="2.9.1"></a>
2+
# [2.9.1](https://github.com/flextype-plugins/sitemap/compare/v2.9.0...v2.9.1) (2021-01-07)
3+
4+
### Bug Fixes
5+
6+
* **core** fix issues with wrong dependencies file.
7+
18
<a name="2.9.0"></a>
29
# [2.9.0](https://github.com/flextype-plugins/sitemap/compare/v2.8.0...v2.9.0) (2021-01-07)
310

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following dependencies need to be downloaded and installed for Sitemap Plugi
2828
| Key | Value | Description |
2929
|---|---|---|
3030
| enabled | true | true or false to disable the plugin |
31-
| priority | 95 | sitemap plugin priority |
31+
| priority | 100 | sitemap plugin priority |
3232
| route | sitemap.xml | sitemap route |
3333
| ignore | [] | List of entries to ignore |
3434
| additions | [] | List of additions to add |

bootstrap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515

1616
include_once 'app/Controllers/SitemapController.php';
1717
include_once 'routes/web.php';
18-
include_once 'dependencies.php';

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Sitemap
2-
version: 2.8.0
2+
version: 2.9.1
33
description: Provide automatically generated XML sitemap.
44
author:
55
name: Sergey Romanenko

0 commit comments

Comments
 (0)