silverstripe-framework/docs/en/04_Changelogs/4.4.0.md
2019-01-10 16:13:23 +13:00

854 B

4.4.0

Overview

Upgrading

  • dev/build is now non-destructive for all Enums, not just ClassNames. This means your data won't be lost if you're switching between versions, but watch out for code that breaks when it sees an unrecognised value!

Changes to internal APIs

  • PDOQuery::__construct() now has a 2nd argument. If you have subclassed PDOQuery and overridden __construct() you may see an E_STRICT error