array-redactor icon indicating copy to clipboard operation
array-redactor copied to clipboard

Allow ink function to run on each redacted field individually

Open joe-pritchard opened this issue 3 years ago • 0 comments

I've made a slight modification so that the ink function is called each time a field is redacted instead of being called once when set (which would basically mean the developer had to run the entire redaction on their own copy of the data?)

I've also added a note about this option to the readme, updated the test, and taken the liberty of upgrading the supported php versions in composer.json

joe-pritchard avatar Aug 18 '22 09:08 joe-pritchard