Skip to content

Commit

Permalink
Disables the siteMapPriority field on trash
Browse files Browse the repository at this point in the history
  • Loading branch information
abea committed Apr 28, 2020
1 parent 47fba70 commit d8ce834
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.3

Disables the `siteMapPriority` schema field on the `trash` page to prevent an "unarranged field" warning about it.

## 2.5.1

Fixes a bug in the `exclude-types` argument usage.
Expand Down
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apostrophe-site-map",
"version": "2.5.2",
"version": "2.5.3",
"description": "Generate site maps for sites powered by the Apostrophe CMS.",
"main": "index.js",
"dependencies": {
Expand All @@ -25,15 +25,12 @@
"sitemap",
"apostrophe",
"apostrophecms",
"apostrophe-cms",
"cms",
"content management",
"content management system"
"apostrophe-cms"
],
"author": "P'unk Avenue LLC",
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-site-map/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-site-map"
}
}

0 comments on commit d8ce834

Please sign in to comment.