-
-
Notifications
You must be signed in to change notification settings - Fork 587
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Switch the Twig integration to use non-deprecated APIs #482
Conversation
Thanks. 👍 @schmittjoh can you merge it please? |
@stof I think A |
@soullivaneuh updated |
Switch the Twig integration to use non-deprecated APIs
When can we expect this change will get tagged? |
@stof @schmittjoh This change causes error b/c the string is not callable. The changes in #484 work for me. Can we merge that one instead? |
Guys, is this already published? which version has this fix? |
@INSEAD-asim only the dev version has it. It is not yet released |
@stof , Thanks for update. Any roadmap when it will release? |
no idea. I'm not the maintainer of this project. I've been asking for a release since 3 weeks |
OK. no issues. I hope somebody else will reply. |
@schmittjoh can you tag it please ? |
I agree for a tag please :) |
This makes the library compatible with Twig 2.0, and avoids deprecation warnings in 1.21+
Note that I changed the way the
serialization_context
function is compiled. there is no way to wrap this static function into a method of the extension. This will save a method call each time this function is used.