-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Backward compatiblize URLFilters module #6163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
952f5be
to
b548aa9
Compare
@jekyllbot: merge +bug |
@parkr It'd be cool to get this fix out quickly. @jekyll/ecosystem I wonder if we could do a better job testing Jekyll with some popular plugins before we release, just to make sure we aren't unknowingly breaking anything major the way this did. Breaking most (all?) of our own plugins doing a point update is not a great look. |
@ashmaroli Thank you for fixing this so quickly 🍻 |
Happy to release if someone wants to put together a release post. |
Otherwise, I’d be happy to do so tonight. |
@pathawks Thank you. But, I'll let you do the honors. |
It looks like this fixes the URL issues, but not the static files frontmatter issue (jekyll/jekyll-sitemap#176) |
@pathawks That's fine. @benbalter is working on a fix in #6162. |
@pathawks any updates on the release? Seems like this plugin is broken |
@outcoldman Yeah, just waiting on #6162. Sorry. |
@pathawks seems like it got merged as well! thank you for taking care of it, hope to see |
#6058 introduced a private method
:site
toJekyll::Filters::URLFilters
that created unforeseen bugs when the module got extended. This PR reverts that private_method to oblivion./cc @jekyll/ecosystem @benbalter