Skip to content

Releases: kalimatas/php-liquid

REQUEST_URI in default context

25 Jun 06:03
4f5ae8d
Compare
Choose a tag to compare

Fixes the problem with REQUEST_URI in default context, #151

Kudos to @shawngoh87

Another workaround for legacy autoloaders

22 Jan 14:15
d3e9c3d
Compare
Choose a tag to compare

Guard against legacy autoloaders

07 Jan 14:12
9b73a10
Compare
Choose a tag to compare

PHP 8 ready

01 Jan 11:50
b761303
Compare
Choose a tag to compare

Tested to work under PHP 8.

Generators

21 Sep 05:41
fcdae2c
Compare
Choose a tag to compare
  • Support for iterating and working with generators.
  • Support for PHP under 7.3 has been discontinued.

Better regexes!

18 Mar 09:14
2bf1685
Compare
Choose a tag to compare

array.first

14 Sep 03:09
f844cd9
Compare
Choose a tag to compare

Comes with .first/.last support for arrays. Kudos to @funkjedi!

Countables

31 Jul 01:07
dba1a1f
Compare
Choose a tag to compare

Comes with .size support for \Countable variables. Kudos to @funkjedi!

Virtual properties

11 Jul 09:36
d46cbf7
Compare
Choose a tag to compare

The library now should work nicely with objects with virtual properties, that is accessible only with __get.

Better TypeError handling

17 Jun 07:39
cade20c
Compare
Choose a tag to compare

Not passing a date format to the date filter now results in a common and expected LiquidException instead of surprising TypeError under PHP 7.1+. Other filters may also be affected.

Kudos to @PATROMO for raising the issue and providing a fix.

This release also the first one to be thoroughly tested under PHP 7.3, although earlier releases should work just as fine.