Skip to content
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

Updates twig extension to work with twig 1.12-2.0 #68

Merged
merged 1 commit into from
Oct 7, 2015

Conversation

bryanagee
Copy link
Contributor

This extension has relied on \Twig_Function_Method and \Twig_Filter_Method,
which are both deprecated as of 1.12. Replacing them with the respective
\Twig_SimpleFunction and \Twig_SimpleFilter makes the extension forward-
compatible.

This extension used to rely on \Twig_Function_Method and \Twig_Filter_Method,
which are both deprecated as of 1.12. Replacing them with the respective
\Twig_SimpleFunction and \Twig_SimpleFilter makes the extension forward-
compatible.
pilot added a commit that referenced this pull request Oct 7, 2015
Updates twig extension to work with twig 1.12-2.0
@pilot pilot merged commit 415e6f8 into KnpLabs:master Oct 7, 2015
@jrushlow jrushlow added the Feature New Feature label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants