• release-2.2.5 3c0a54f7fc

    release-2.2.5 Stable

    jamie released this 2019-12-03 23:45:27 +00:00 | 293 commits to master since this release

    This update brings the following new features and bug fixes.

    New features:

    • Added a $json modifier to force values to be output as JSON encoded strings when sending to the database. Normally this is automatic if the value is an object (such as stdClass) but can now be forced if, for example, you need to JSON encode an array.

    Bug fixes:

    • Updated SQL compliant with regard to expression != BOOLEAN search criteria. Internally, != is converted to <> which when used with a boolean won't work.
    Downloads