apostrophe-redirects
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -9,3 +9,4 @@ module.exports = { | ||
adminOnly: true, | ||
openGraph: false, // Disables apostrophe-open-graph for redirects | ||
seo: false, // Disables apostrophe-seo for redirects | ||
addFields: [ | ||
@@ -12,0 +13,0 @@ { |
{ | ||
"name": "apostrophe-redirects", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "Allows admins to create redirects within an Apostrophe site", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -40,2 +40,4 @@ This module allows admins to add redirects from one URL to another within an [Apostrophe site](http://apostrophecms.org/). | ||
0.6.6 Disables `apostrophe-seo` and `apostrophe-open-graph` for redirects to prevent superfluous UI tabs. | ||
0.6.5: Use express middleware instead of relying on `apos.pages.serve`. This lets redirects happen for files, etc. | ||
@@ -42,0 +44,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6234
123
47