Releases: kalimatas/php-liquid
Releases · kalimatas/php-liquid
1.4.34
What's Changed
- Ignore non-essential files for the composer package by @live627 in #181
- Migrate PHPUnit configuration on the fly by @sanmai in #184
- Remove superfluous alternation from the QUOTED_FRAGMENT regex by @live627 in #182
Full Changelog: 1.4.33...1.4.34
1.4.31
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.29
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.26
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
We no longer throw an exception on an array. Instead we display arrays verbatim, with print_r
. Kudos to @schmoove, #156.