getgrav / grav-plugin-taxonomylist

Grav TaxonomyList Plugin

Home Page:https://getgrav.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix not included in GPM release

MakaryGo opened this issue · comments

Fix efdde8e is apparently not included in latest plugin version in GPM

Still does not work, despite the issue being fixed in the repository.

Yaml Linter
===========

user/plugins/taxonomylist/
--------------------------


 [ERROR] YAML Linting issues found...


user/plugins/taxonomylist/blueprints.yaml - Found unknown escape character "\-" at line 34 (near "pattern: "/([a-z\-_]+/?)+"").

Can you try pattern: '/([a-z_-]+/?)+'

@mahagr sure, it works :) But my problem is that it is fixed in this repository, it isn't in the GPM. Because of this, I have to manually patch it every time I use this plugin, or a skeleton that has it listed as a dependency (mostly hibbitts-design/grav-theme-quark-open-publishing); otherwise it throws the above error during update.

Sorry, not sure how this never got released! Released now for next GPM update.