PHPTAL Versions Save

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages

1.9.0

1 month ago

Release Notes for 1.9.0

1.9.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

improvement

1.8.0

7 months ago

Release Notes for 1.8.0

1.8.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

dependencies,improvement

1.7.0

1 year ago

Release Notes for 1.7.0

1.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

dependencies,improvement

1.6.0

2 years ago

Release Notes for 1.6.0

1.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 10
  • Total contributors: 2

dependencies

1.5.0

3 years ago

Release Notes for 1.5.0

1.5.0

  • Total issues resolved: 2
  • Total pull requests resolved: 7
  • Total contributors: 6

improvement,releases

improvement

feature request

documentation

1.4.0

5 years ago

Version 1.4.0

Build Status

This release brings in PHP 7.3 support, and requires a minimum of PHP 7.1 in order to be installed.

Total issues resolved: 3

v1.3.1

6 years ago

Version 1.3.1

Highlights

Changes since v1.3.0 : 5 Commits between March 2016 and August 2017 by 2 contributors.

Merged pull requests:

  • Fixed false positive ClamAV bug in SaxXmlParser.php #59 (brammittendorff)
  • Make sure the locales used in the tests are installed in the Travis environment #50 (Potherca)

Added

  • Added missing locales in .travis.yml file

Fixed

  • Fixed ClamAV false positive for the SaxXmlParser

Full change list

For details see the full list of changes between v1.3.0 and v1.3.1

v2.0-alpha

8 years ago

Version 2.0.0

The 2 most major changes from v1 are deprecating older PHP versions and only supporting installation through Composer. This means deprecating PEAR support.

Highlights

Changes since v1.3 : 24 Commits between June 2014 and now by 7 contributors.

Added

  • Added support for PHP 5.5+
  • Added "swag" (otherwise known as "badges" or "shields") to the README file

Changed

  • Changed documentation to reflect changes in this release
  • Renamed COPYING file to LICENSE
  • Changed PHPUnit version from 3.7 to 4.8

Fixed

  • Fixed Travis build settings

Full change list

For details see the full list of changes between v1 and v2

Contributors

Thanks to all contributors of this release:

@lengthofrope @Ocramius @pornel @Potherca @REBELinBLUE @tanakahisateru @Usox

1.2.2

8 years ago

Version v1.2.2

Highlights

Changes since v1.1 : 445 Commits between July 2009 and October 2010 by 2 contributors.

Full change list

For details see the full list of changes between v1.1 and v1.2

Contributors

Thanks to both contributors of this release:

Axel Zöllich @pornel

1.3.0

8 years ago

Version v1.3.0

Highlights

Changes since v1.2 : 133 Commits between January 2012 and March 2014 by 13 contributors.

Added

  • Added (improvements for) various tests (source resolve, namespaces, DOCTYPE, encoding, Keyword classes, JSON update, Default slot, tal:condition)
  • Added improvements for HTML5
  • Added improvements to the build.
  • Added improvements for error messaging.
  • Added Japanese translation of the manual.
  • Added support for Closures.
  • Added support for Composer.
  • Added support for Travis CI.

Fixed

  • Fixed bug in tales modifiers to allow use of namespaced classes.
  • Fixed chained exists: modifier bug
  • Fixed compression of whitespace around conditional elements
  • Fixed handling of nothrow argument in simple paths
  • Fixed HTML of tal:on-error=default
  • Fixed indent() and unindent() bug
  • Fixed stringification of arrays
  • Fixed stripping of space before tal:content
  • Fixed syntax for omit-tag boolean check

Removed

  • Removed support for PHP 5.2

Full change list

For details see the full list of changes between v1.2 and v1.3

Contributors

Thanks to all contributors of this release:

@ajcrites @cwisefool @Drarok @ekkev @fier @MrHash @Ocramius @pornel @sasezaki @shivashanti @tanakahisateru @tarjei @Usox