From d8ce834bad20c5efbf4e26fea460216e76f1cc1b Mon Sep 17 00:00:00 2001 From: Alex Bea Date: Tue, 28 Apr 2020 09:37:56 -0500 Subject: [PATCH] Disables the siteMapPriority field on trash --- CHANGELOG.md | 4 ++++ package.json | 11 ++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e1d9bcc..1bb2f29ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b01c9e770..3ee26ddc9 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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" -} +} \ No newline at end of file