Skip to content

Commit

Permalink
Sitemap 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jun 18, 2019
1 parent 73b592f commit 3c42f20
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 71 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.4.0, 2019-06-18
* Updates for Flextype 0.9.0

# v1.3.1, 2019-01-13
* Updates for Flextype 0.8.2

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Flextype
Copyright (c) 2019 Flextype

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sitemap Plugin for [Flextype](http://flextype.org/)
![version](https://img.shields.io/badge/version-1.3.1-brightgreen.svg?style=flat-square "Version")
![Flextype](https://img.shields.io/badge/Flextype-0.8.2-green.svg?style=flat-square "Flextype Version")
![version](https://img.shields.io/badge/version-1.4.0-brightgreen.svg?style=flat-square "Version")
![Flextype](https://img.shields.io/badge/Flextype-0.9.0-green.svg?style=flat-square "Flextype Version")
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/flextype-plugins/tiny-url/blob/master/LICENSE.txt)

Sitemap plugin provide automatically generated XML sitemap for Flextype.
Expand All @@ -9,9 +9,12 @@ Sitemap plugin provide automatically generated XML sitemap for Flextype.
Unzip plugin to the folder `/site/plugins/`

## Settings
enabled: true or false to disable the plugin

```yaml
enabled: true # or `false` to disable the plugin
```json
{
"enabled": true
}
```

## License
Expand Down
2 changes: 0 additions & 2 deletions languages/en.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions languages/ru.yaml

This file was deleted.

1 change: 0 additions & 1 deletion settings.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions sitemap.php

This file was deleted.

10 changes: 0 additions & 10 deletions sitemap.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions views/sitemap.php

This file was deleted.

0 comments on commit 3c42f20

Please sign in to comment.