Skip to content

Commit f5d17b2

Browse files
committed
Sitemap 2.10.0
1 parent c44eb2c commit f5d17b2

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
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.10.0"></a>
2+
# [2.10.0](https://github.com/flextype-plugins/sitemap/compare/v2.9.1...v2.10.0) (2021-01-14)
3+
4+
### Features
5+
6+
* **core** update code base for new Flextype 0.9.16
7+
18
<a name="2.9.1"></a>
29
# [2.9.1](https://github.com/flextype-plugins/sitemap/compare/v2.9.0...v2.9.1) (2021-01-07)
310

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">Sitemap Plugin for <a href="https://flextype.org/">Flextype</a></h1>
22

33
<p align="center">
4-
<a href="https://github.com/flextype-plugins/themes-admin/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/sitemap.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/sitemap"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/sitemap"><img src="https://img.shields.io/github/downloads/flextype-plugins/sitemap/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.15-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
4+
<a href="https://github.com/flextype-plugins/sitemap/releases"><img alt="Version" src="https://img.shields.io/github/release/flextype-plugins/sitemap.svg?label=version&color=black"></a> <a href="https://github.com/flextype-plugins/sitemap"><img src="https://img.shields.io/badge/license-MIT-blue.svg?color=black" alt="License"></a> <a href="https://github.com/flextype-plugins/sitemap"><img src="https://img.shields.io/github/downloads/flextype-plugins/sitemap/total.svg?color=black" alt="Total downloads"></a> <a href="https://github.com/flextype/flextype"><img src="https://img.shields.io/badge/Flextype-0.9.16-green.svg?color=black" alt="Flextype"></a> <a href=""><img src="https://img.shields.io/discord/423097982498635778.svg?logo=discord&color=black&label=Discord%20Chat" alt="Discord"></a>
55
</p>
66

77
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
1212

1313
| Item | Version | Download |
1414
|---|---|---|
15-
| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [download](https://github.com/flextype/flextype/releases) |
15+
| [flextype](https://github.com/flextype/flextype) | 0.9.16 | [download](https://github.com/flextype/flextype/releases) |
1616
| [twig](https://github.com/flextype-plugins/twig) | >=2.0.0 | [download](https://github.com/flextype-plugins/twig/releases) |
1717

1818
## Installation

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Flextype Sitemap Plugin
88
*
9-
* @author Romanenko Sergey / Awilum <[email protected]>
9+
* @author Romanenko Sergey / Awilum <[email protected]>
1010
* @link https://flextype.org
1111
*
1212
* For the full copyright and license information, please view the LICENSE

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"authors": [
99
{
1010
"name": "Sergey Romanenko",
11-
"email": "support@flextype.org",
11+
"email": "sergey.romanenko@flextype.org",
1212
"homepage": "https://flextype.org"
1313
}
1414
],

plugin.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Sitemap
2-
version: 2.9.1
2+
version: 2.10.0
33
description: Provide automatically generated XML sitemap.
44
author:
55
name: Sergey Romanenko
6-
6+
77
url: https://flextype.org
88
homepage: https://github.com/flextype-plugins/sitemap
99
documentation: https://github.com/flextype-plugins/sitemap
@@ -12,9 +12,8 @@ bugs: https://github.com/flextype-plugins/sitemap/issues
1212
icon:
1313
name: map-marked-alt
1414
set: "fontawesome|solid"
15-
keywords: sitemap, plugin, xml, map, index
1615
license: MIT
1716

1817
dependencies:
19-
flextype: 0.9.15
18+
flextype: 0.9.16
2019
twig: '>=2.0.0'

0 commit comments

Comments
 (0)