yohang / CalendR

The missing PHP 5.3+ calendar management library.
http:/yohan.giarel.li/CalendR
MIT License
465 stars 65 forks source link

Fix Twig deprecation warnings #52

Closed mpdude closed 5 years ago

mpdude commented 6 years ago
Using an instance of "Twig_Function_Method" for function "calendr_year" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_month" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_week" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_day" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_events" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
yohang commented 5 years ago

This shouldn't happen on Calendar 2.0+ as it's fixed since 2015.

https://github.com/yohang/CalendR/commit/a783d1451eeb2a0d3e78f68fb2f73815e0e2ea2e#diff-1a006a43d4483ed3e84221340a01c3b8R32