mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
76283cc37b73aae1da596ffcc2caceb95c42423d
This PR was merged into the master branch. Discussion ---------- Macros changes removal This PR reverts the changes made to macros in 1.14. The initial PR looked massive and I was not comfortable with the changes, but I merged it anyways. But the latest PR about fixes some bugs in the implementation -- and adding some more changes (#1213) really scares me. So, instead of continuing doing big changes, I prefer to revert everything for now, release 1.14 and give more time for these changes to mature and eventually be merged again. Commits -------74586e9Revert "merged branch hason/macros (PR #1139)"bf40fa3Revert "updated CHANGELOG"c3e05f3Revert "added an exception when a macro re-uses the same argument name twice"524e406Revert "renamed an internal variable"60b575fRevert "fixed some unit tests"
…
…
Twig, the flexible, fast, and secure template language for PHP
Twig is a template language for PHP, released under the new BSD license (code and documentation).
Twig uses a syntax similar to the Django and Jinja template languages which inspired the Twig runtime environment.
More Information
Read the documentation for more information.
Description
Languages
PHP
99.9%