This PR was merged into the 2.x branch.
Discussion
----------
Twig 2 is compatible with PHP 7.0
7.1 was needed for #3102, but this is not the case anymore since #3113
Commits
-------
b845ed96 Twig 2 is compatible with PHP 7.0
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#3163).
Discussion
----------
Fix issue #3159
Commits
-------
cfac11e9 Fix issue #3159
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#3164).
Discussion
----------
Fix issue #3160
Commits
-------
4eb40f2f Fix issue #3160
This PR was merged into the 3.x branch.
Discussion
----------
[3.0] remove the most blocking return types
These return types make it needlessly hard to move to Twig 3.
This should make Symfony 4.4 compatible with Twig 3, and should help make the CI of Symfony 5 green.
> `Declaration of Twig\Extra\CssInliner\CssInlinerExtension::getFilters() must be compatible with Twig\Extension\AbstractExtension::getFilters(): array in /home/travis/build/symfony/symfony/vendor/twig/cssinliner-extra/src/CssInlinerExtension.php`
Commits
-------
ac0f5125 [3.0] remove the most blocking return types
This PR was merged into the 2.x branch.
Discussion
----------
Move country_timezone to a function
Commits
-------
c046e69e Move country_timezone to a function
This PR was merged into the 2.x branch.
Discussion
----------
Rename inky to inky_to_html
closes#3142
Commits
-------
9f9a2088 Renamed inky to inky_to_html
This PR was merged into the 2.x branch.
Discussion
----------
Minor fix in a filter description
Commits
-------
890d507f Minor fix in a filter description
This PR was merged into the 2.x branch.
Discussion
----------
Minor fixes in the docs of some intl filters
I'll do another PR to fix https://github.com/twigphp/intl-extra/README.md
Commits
-------
b9abb294 Minor fixes in the docs of some intl filters
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes#3105).
Discussion
----------
Handle opcache_invalidate() being disabled on shared hosting platforms
This fix makes twig gracefully fail on opcache API being disabled on shared hosting platforms for security reasons.
Tested with Grav CMS.
Commits
-------
349a5f26 Handle opcache_invalidate() being disabled on shared hosting platforms
This PR was merged into the 2.x branch.
Discussion
----------
Add support for an "arrow" function on the "sort" filter
closes#3131
Commits
-------
330024b6 added support for an "arrow" function on the "sort" filter
This PR was squashed before being merged into the 2.x branch (closes#3125).
Discussion
----------
Fix intl-extra docs and links
Commits
-------
6f73ac72 Fix intl-extra docs and links