Skip to content

Releases: fenom-template/fenom

v3.0.0

27 Feb 08:41
fbf4f46
Compare
Choose a tag to compare
  • Fenom supported php8+, php7 and below doesn't supported
  • Remove eval() from template compiler
  • strftime -> date with fallback support.
  • update tokenizer
  • bugfixes and optimizations

2.12.1

11 Nov 21:14
8fb0a70
Compare
Choose a tag to compare

Bug fixes

Minor update

06 Jul 17:04
f0cb251
Compare
Choose a tag to compare

The last 2.x release. The following versions (3.0+) are not compatible with PHP 5

Improve call chain

28 Mar 09:37
9a1e56d
Compare
Choose a tag to compare

{$var->func()->func()->props->func().array_key}

Fixed block's names in {paste} (@bezumkin)

29 Jun 10:51
Compare
Choose a tag to compare
Merge pull request #274 from bezumkin/patch-1

Fixed method tagPaste

Fix #272

23 May 08:22
Compare
Choose a tag to compare
2.11.7

Fix #272

Bug fixing

22 Apr 19:51
Compare
Choose a tag to compare
Merge pull request #270 from fenom-template/develop

Fix bugs; phpunit things

Fix #256; PHP 7.1 support

18 Nov 19:31
Compare
Choose a tag to compare
2.11.5

CI: add --quiet mode for composer

Fixed #241

10 Oct 08:14
Compare
Choose a tag to compare
2.11.4

Fix #241 + tests

Fix bug #249

27 Aug 19:34
Compare
Choose a tag to compare

Invalid counter in ranges