Skip to content

Releases: SC-Networks/PHPTAL

4.0 Feature Release

23 Jan 10:10
df4252c
Compare
Choose a tag to compare

Main changes

  • Add support for php 8.2 and 8.3
  • Drop support for php 8.0 and below

What's Changed

  • Init php8.1 compatibility by @usox in #91
  • Perform some stan related code updates by @usox in #92
  • Update dependencies by @usox in #93
  • Update dependencies by @usox in #95
  • Apply some changes from latest upstream changes by @usox in #96
  • Apply rector migrations on the tests source by @usox in #97
  • Update dependencies by @usox in #98
  • Set phpstan level to 7 by @usox in #99
  • Update code quality composer targets by @usox in #100
  • Allow php 8.3 and add it to github actions by @usox in #102
  • Perform (mostly) safe rector code migrations by @usox in #101
  • Apply the final wave of rector code migrations by @usox in #103
  • Upgrade to phpstan stan level8 by @usox in #104
  • Update dev dependencies by @usox in #105

Full Changelog: v3.1.0...v4.0.0

3.1.0 Add php8 support

18 May 10:17
6f02a2d
Compare
Choose a tag to compare
v3.1.0

Update changelog for 3.1.0

v3.0.2 Bugfix Release

09 Sep 09:13
Compare
Choose a tag to compare

#70: add changelog and update version tag in source
#73: fix some code smells and add a contribution manual
#75: update phpunit to 8.x (and fix all the deprecation issues)
#78: clean up code fragments after adding type hints to almost everything - PHPTAL::addPreFilter no longer accepts FilterInterface but requires an instance of PreFilter - PHPTAL::setPhpCodeDestination now returns void instead of self - SourceInterface::getLastModifiedTime now returns float instead of int

3.0.1 Bugfix release

05 Apr 10:15
Compare
Choose a tag to compare
  • Fix misinterpreted continue statement #63
  • FillSlot::estimateNumberOfBytesOutput no longer returns floats in special cases #62

PHP 7.2 Release

24 Aug 09:10
Compare
Choose a tag to compare
  • Drop support for < php 7.2

Bugfix Release 2.0.2

10 Aug 14:23
Compare
Choose a tag to compare

Fixes:

  • Prefix all private members in Context.php #59
  • Update exception message in case of unknown variables

Bugfix Release 2.0.1

10 Aug 10:00
Compare
Choose a tag to compare

Fixes:

  • TalesInternal::php checks tokens against the whitelist before actual transforming the code #54

Major Release 2

12 Jul 07:26
Compare
Choose a tag to compare

Our first release.

Backward incompatibilities:

  • Introduces namespace PhpTal, so the PHPTAL-class is known as PhpTal\PHPTAL
  • Remove support for registering custom modifiers by global phptal_tales method. Use the TalesRegistry directly instead

Major Release 2 Release Candidate 3

27 Jun 10:20
Compare
Choose a tag to compare
Pre-release

changed: don't check for php whitelist if it is empty, instead allow everything

Major Release 2 Release Candidate 2

27 Jun 09:18
Compare
Choose a tag to compare
Pre-release

added: Allow Closures as callback in TalesRegistry