Skip to content

Commit

Permalink
Sitemap 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jan 14, 2021
1 parent c44eb2c commit f5d17b2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 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.10.0"></a>
# [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

<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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Sitemap Plugin for <a href="https://flextype.org/">Flextype</a></h1>

<p align="center">
<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>
<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>
</p>

Sitemap plugin provide automatically generated XML sitemap for Flextype.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Flextype Sitemap Plugin
*
* @author Romanenko Sergey / Awilum <[email protected]>
* @author Romanenko Sergey / Awilum <[email protected]>
* @link https://flextype.org
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"authors": [
{
"name": "Sergey Romanenko",
"email": "support@flextype.org",
"email": "sergey.romanenko@flextype.org",
"homepage": "https://flextype.org"
}
],
Expand Down
7 changes: 3 additions & 4 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
email: [email protected]
url: https://flextype.org
homepage: https://github.com/flextype-plugins/sitemap
documentation: https://github.com/flextype-plugins/sitemap
Expand All @@ -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'

0 comments on commit f5d17b2

Please sign in to comment.