* 2.x:
Fix small typo
Fix: Typo
Enhancement: Use GithubActions instead of Travis for tests
Fix: DOCtor-RST build
Enhancement: Use no_explicit_use_of_code_block_php rule
Fix: Highlighting
Enhancement: Introduce DOCtor-RST config + Sphinx build + GithubActions
Enhancement: Use GithubActions instead of Travis for tests
Fix `odd` not working for negative numbers
Bump version to 2.14.2-DEV
Prepare the 2.14.1 release
Update CHANGELOG
Bump version to 1.44.2-DEV
Prepare the 1.44.1 release
* 1.x:
Enhancement: Introduce DOCtor-RST config + Sphinx build + GithubActions
Enhancement: Use GithubActions instead of Travis for tests
Fix `odd` not working for negative numbers
Bump version to 1.44.2-DEV
Prepare the 1.44.1 release
* 2.x:
support Sf5
Fix constraints
Update doc with new escaping behavior
Remove obsolete page
language typo
Add missing suggestions in Twig Extra Bundle
* 1.x:
fixed .php_cs CS
removed 5.3 from Travis matrix
removed array notation in comments
enabled short array notation in docs
fixed usage of short array notation in tests
fixed usage of short array notation in tests
fixed more short array notations
switched to use PHP short array notation for Twig's code
switched to use short arrays in generated code
dropped PHP 5.3 support
bumped version
* 1.x: (23 commits)
changed a test to make it more robust
bumped version to 1.24.3-DEV
prepared the 1.24.2 release
updated CHANGELOG
Floor - use cast and not intval
fixed CS
Do not mix indention levels
fixed typo
Add Visual Studio Code to the list of IDE integrations
Fixed all deprecation notices by using
[Doc] Fixed small error in code example
Update macro.rst
Update use.rst
Fix exception message for static method and object without req. params.
add named macro end-tag documentation
fixed CS
Fix load cache
Minor rst syntax tweaks
Reset blocks also in doLeaveNode
fix a case where the autoescaping does not work as expected
...