diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3ca89..da579e1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [2.10.0](https://github.com/flextype-plugins/sitemap/compare/v2.9.1...v2.10.0) (2021-01-14) + +### Features + +* **core** update code base for new Flextype 0.9.16 + # [2.9.1](https://github.com/flextype-plugins/sitemap/compare/v2.9.0...v2.9.1) (2021-01-07) diff --git a/README.md b/README.md index 6a86f1d..3cb5cbc 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

Sitemap Plugin for Flextype

-Version License Total downloads Flextype Discord +Version License Total downloads Flextype Discord

Sitemap plugin provide automatically generated XML sitemap for Flextype. @@ -12,7 +12,7 @@ The following dependencies need to be downloaded and installed for Sitemap Plugi | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) | +| [flextype](https://github.com/flextype/flextype) | 0.9.16 | [download](https://github.com/flextype/flextype/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=2.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | ## Installation diff --git a/bootstrap.php b/bootstrap.php index aa259a9..e9b3f24 100755 --- a/bootstrap.php +++ b/bootstrap.php @@ -6,7 +6,7 @@ * * Flextype Sitemap Plugin * - * @author Romanenko Sergey / Awilum + * @author Romanenko Sergey / Awilum * @link https://flextype.org * * For the full copyright and license information, please view the LICENSE diff --git a/composer.json b/composer.json index 5c23545..385ca65 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "authors": [ { "name": "Sergey Romanenko", - "email": "support@flextype.org", + "email": "sergey.romanenko@flextype.org", "homepage": "https://flextype.org" } ], diff --git a/plugin.yaml b/plugin.yaml index 8c9c151..e0163a2 100755 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,9 +1,9 @@ name: Sitemap -version: 2.9.1 +version: 2.10.0 description: Provide automatically generated XML sitemap. author: name: Sergey Romanenko - email: awilum@yandex.ru + email: sergey.romanenko@flextype.org url: https://flextype.org homepage: https://github.com/flextype-plugins/sitemap documentation: https://github.com/flextype-plugins/sitemap @@ -12,9 +12,8 @@ bugs: https://github.com/flextype-plugins/sitemap/issues icon: name: map-marked-alt set: "fontawesome|solid" -keywords: sitemap, plugin, xml, map, index license: MIT dependencies: - flextype: 0.9.15 + flextype: 0.9.16 twig: '>=2.0.0'