Fedora EPEL 6 Update: php-twig-Twig-1.13.0-1.el6

updates at fedoraproject.org updates at fedoraproject.org
Tue May 28 19:36:23 UTC 2013


--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2013-5791
2013-05-13 16:51:59
--------------------------------------------------------------------------------

Name        : php-twig-Twig
Product     : Fedora EPEL 6
Version     : 1.13.0
Release     : 1.el6
URL         : http://twig.sensiolabs.org
Summary     : The flexible, fast, and secure template engine for PHP
Description :
The flexible, fast, and secure template engine for PHP.

* Fast: Twig compiles templates down to plain optimized PHP code. The
  overhead compared to regular PHP code was reduced to the very minimum.

* Secure: Twig has a sandbox mode to evaluate untrusted template code. This
  allows Twig to be used as a template language for applications where users
  may modify the template design.

* Flexible: Twig is powered by a flexible lexer and parser. This allows the
  developer to define its own custom tags and filters, and create its own
  DSL.

Optional dependency: Xdebug (php-pecl-xdebug)

--------------------------------------------------------------------------------
Update Information:

Updated to version 1.13.0
* fixed getting a numeric-like item on a variable (‘09’ for instance)
* fixed getting a boolean or float key on an array, so it is consistent with PHP’s array access: {{ array[false] }} behaves the same as echo $array[false]; (equals $array[0])
* made the escape filter 20% faster for happy path (escaping string for html with UTF-8)
* changed ☃ to § in tests
* enforced usage of named arguments after positional ones

See: http://blog.twig.sensiolabs.org/post/50092566775/twig-1-13-0-released

Full change log: https://github.com/fabpot/Twig/blob/v1.13.0/CHANGELOG
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #962130 - php-twig-Twig-1.13.0 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=962130
--------------------------------------------------------------------------------

This update can be installed with the "yum" update programs.  Use
su -c 'yum update php-twig-Twig' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora EPEL GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the epel-package-announce mailing list