Rareloop / lumberjack

Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
https://lumberjack.rareloop.com
MIT License
371 stars 34 forks source link

Quick fix for Timber 1.1.2 #2

Closed brucecantarim closed 7 years ago

brucecantarim commented 7 years ago

Fixed the deprecated {{ post.permalink }}, changed it to {{ post.link }}.

adamtomat commented 7 years ago

Thanks for submitting the PR. We are looking at fully upgrading to Timber v1 at the moment. From what I recall, they've changed their namespaces too (e.g. TimberSite is now Timber\Site), so we will need to extra work to upgrade properly. Therefore, I won't merge this in, but instead do the upgrade ourselves & make sure we've covered all cases and documentation too :)

Thanks for letting us know that Timber 1 is important to you and we'll look at getting this upgraded asap