Skip to content

Releases: kalimatas/php-liquid

1.4.33

04 Jan 09:11
c835629
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.32...1.4.33

1.4.32

08 Aug 11:40
f0be8a3
Compare
Choose a tag to compare

What's Changed

  • Align split filter behaviour with Shopify/Ruby Liquid by @funkjedi in #167

New Contributors

Full Changelog: 1.4.31...1.4.32

1.4.31

14 May 14:12
a7a6f24
Compare
Choose a tag to compare

What's Changed

  • Fix PHP 8.1 error in preg_split by replacing null with default value by @PNixx in #165

Full Changelog: 1.4.30...1.4.31

1.4.30

15 Apr 07:11
e9e0c16
Compare
Choose a tag to compare

What's Changed

  • Fix PHP 8.1 error in preg_split by replacing null with default value by @peterjaap in #163
  • Start testing on PHP 8.1 by @sanmai in #164

New Contributors

Full Changelog: 1.4.29...1.4.30

1.4.29

22 Mar 08:53
1dbd10e
Compare
Choose a tag to compare

What's Changed

  • fix parse exception "Variable was not properly terminated" with line … by @PNixx in #162

Full Changelog: 1.4.28...1.4.29

1.4.28

22 Mar 01:33
948327d
Compare
Choose a tag to compare

What's Changed

  • fix parse exception "Unknown tag endfor" with line break by @PNixx in #161

Full Changelog: 1.4.27...1.4.28

1.4.27

01 Mar 00:58
33f649c
Compare
Choose a tag to compare

What's Changed

  • fix parse exception "tag was never closed" with line break by @PNixx in #159

Full Changelog: 1.4.26...1.4.27

1.4.26

17 Feb 12:19
d81a526
Compare
Choose a tag to compare

What's Changed

  • Fix truncate, capitalize, upcase, downcase methods for UTF-8 by @PNixx in #158

Full Changelog: 1.4.25...1.4.26

Implicit rendering of arrays

04 Nov 13:18
763a95a
Compare
Choose a tag to compare

We no longer throw an exception on an array. Instead we display arrays verbatim, with print_r. Kudos to @schmoove, #156.

Fixed slice() method for UTF-8

17 Sep 23:04
b55e868
Compare
Choose a tag to compare

See #150

Kudos to @PNixx and @PATROMO for working on this PR.