Skip to content

v2.9.1

Compare
Choose a tag to compare
@howard howard released this 09 Nov 15:09
· 95 commits to develop since this release
aebac7a

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.

Internal changes:

  • Make sure that tests work with PHP 8.1