Skip to content

Releases: phptal/PHPTAL

1.8.0

20 Oct 08:51
1.8.0
5f4eb21
Compare
Choose a tag to compare

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

16 Sep 23:01
1.7.0
1836dce
Compare
Choose a tag to compare

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

17 Dec 11:03
1.6.0
efddaab
Compare
Choose a tag to compare

1.5.0

27 Mar 17:25
1.5.0
7329e01
Compare
Choose a tag to compare

Release 1.4.0

22 Mar 10:57
1.4.0
Compare
Choose a tag to compare

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

Release v1.3.1

29 Aug 11:20
Compare
Choose a tag to compare

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

21 Mar 22:49
Compare
Choose a tag to compare
v2.0 Pre-release
Pre-release

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

Release v1.3

21 Mar 21:54
Compare
Choose a tag to compare

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

v1.2

21 Mar 22:19
Compare
Choose a tag to compare

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