Downloads
Download tar.gz
14.93 KB
MD5: bd2ff1ac4657dc713a96975d1b64c108
SHA-1: 78503ecb7e37dd0e81a13dc7dc1385a070dbddb8
SHA-256: 56b87376399d46bda41b3ed220b767326ae15a438474c42fd90e4db427fa1663
Download zip
18.59 KB
MD5: 4f6e9f987b335d46dbb278299a135082
SHA-1: b1b743eba3c5b8fe8f6b1c9b2776ca2072b8244e
SHA-256: 669aa96037888de547f8bf11f0479cec79626fe8ab2e1719bc77291631b8cf23
Release notes
This is the first official release for the 6.x-2 branch.
Differences with the 6.x-1 branch:
- #501382: Add support for token replacements
- it requires at least PHP 5.1.0.
- the PHP code used as replacement text must refer to
$customfilter, which is an object of classCustomFilter; if the code used before were$vars->test, now it must be$customfilter->test. The object also allows to access to any function made available from third-party modules, without to know if the third-party modules are installed; in the case they aren't, the returned value is always an empty string.