Reroll of #2 📌 Path processors too greedy with URLs ending with sitemap.xml Postponed: needs info against latest 4.x-dev
rkostov → created an issue.
rkostov → created an issue.
latest dev version:
rkostov → created an issue.
The patch from #11 works well here! Thank you!
The patch from #6 works well here! Thank you!
There is a typo within the patch from
#2
📌
Path processors too greedy with URLs ending with sitemap.xml
Postponed: needs info
. The second comparison within the IF clause here should be 'sitemaps'
if (count($args) === 4 && $args[1] === 'sitemap' && $args[3] === 'sitemap.xml') {
Reroll of
#2
📌
Path processors too greedy with URLs ending with sitemap.xml
Postponed: needs info
against latest 4.x-dev with fixed typo.
The patch above won't work for 4.x version, because 'Variants' have been replaced with 'Types'.
Here is the correct one.
Reroll of #2 📌 Path processors too greedy with URLs ending with sitemap.xml Postponed: needs info
+1 RTBC