v2.9.1
Bug fixes:
- Allow properties containing reserved property names as substring (#135)
- An exception was caused when trying to use something like
main_ordernumber
, although that's not a reserved property key -ordernumber
is. - The fix applies to all reserved property keys.
- An exception was caused when trying to use something like
Internal changes:
- Make sure that tests work with PHP 8.1