Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Serialize field values to preserve their original type

Choose a tag to compare

@martin-georgiev martin-georgiev released this 25 Oct 14:01
· 8 commits to master since this release

Solves a bug where a non-string field value results in a critical error on PHP 7.1.
This release also improves the data quality as it will store PHP serialized values. Once retrieved from the file/database log the serialized value can be reverse transformed to its original format.