Skip to content

Commit

Permalink
Sitemap 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 7, 2021
1 parent 4dfef78 commit c44eb2c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="2.9.1"></a>
# [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.

<a name="2.9.0"></a>
# [2.9.0](https://github.com/flextype-plugins/sitemap/compare/v2.8.0...v2.9.0) (2021-01-07)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
1 change: 0 additions & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@

include_once 'app/Controllers/SitemapController.php';
include_once 'routes/web.php';
include_once 'dependencies.php';
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sitemap
version: 2.8.0
version: 2.9.1
description: Provide automatically generated XML sitemap.
author:
name: Sergey Romanenko
Expand Down

0 comments on commit c44eb2c

Please sign in to comment.