Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Readme change, version update
Browse files Browse the repository at this point in the history
  • Loading branch information
johanzandstra committed Jan 18, 2018
1 parent 2acbd7b commit b26e284
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# sitemap Changelog

## 1.0.6 - 2018-01-18
### Changed
- Use the siteUrl from the general config as prefered base URL
- Checked compatibility with Craft RC6

## 1.0.5 - 2017-12-18
### Fixed
- Fixed bug if there are no sections or categories in the website
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The sitemap is compatible with the ![sitemaps.org](https://www.sitemaps.org/prot

## Requirements

This plugin requires Craft CMS 3.0.0-RC1 or later.
This plugin requires Craft CMS 3.0.0-RC6 or later.

## Installation

Expand All @@ -35,7 +35,7 @@ To install the plugin, follow these instructions.

## XML-sitemap Roadmap
- User (custom) url entry section
- Privide a way hide entries from the list
- Provide a way hide entries from the list
- Add a Ping for search engines
- Display the last 20 visits from search engines

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dolphiq/sitemap",
"description": "Craft 3 plugin that provides an easy way to provide and manage a XML sitemap for search engines like Google and Bing",
"type": "craft-plugin",
"version": "1.0.5",
"version": "1.0.6",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1",
"craftcms/cms": "^3.0.0-RC6",
"jaybizzle/crawler-detect": "1.*"
},
"repositories": [
Expand Down

0 comments on commit b26e284

Please sign in to comment.