forestryio / jekyll-menus

A menus (site navigation) plugin for your Jekyll website that also works with https://forestry.io (Jekyll CMS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename Drop method before_method to liquid_method_missing

protegh opened this issue · comments

After upgrading to jekyll-3.5.0 with liquid-4.0.0 customData of the menus (defined in front matter) wasn't accessible any more because the commit of Shopify/liquid#661 renamed the Drop method before_method to liquid_method_missing. So I did the same renaming in my local jekyll-menus-0.5.0/lib/jekyll/menus/drops/item.rb and it worked again.