Added 4.3.3 changelog

This commit is contained in:
Aaron Carlino 2019-03-19 11:48:59 +13:00
parent 0777ab5ee7
commit 3421f931a7
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
# 4.3.3
<!--- Changes below this line will be automatically regenerated -->
## Change Log
### Security
* 2018-12-18 [25bba4992](https://github.com/silverstripe/silverstripe-framework/commit/25bba49923a5a2cc90afcc64c58184b2fb0f2e20) Fix potential SQL vulnerability in non-scalar value hyrdation (Maxime Rainville) - See [ss-2018-021](https://www.silverstripe.org/download/security-releases/ss-2018-021)
### Features and Enhancements
* 2018-11-27 [a8f4f23c6](https://github.com/silverstripe/silverstripe-framework/commit/a8f4f23c660474e965b510ba1bb04bf7a145d5b0) Add visibility updates to `upgrade.yml`. (bergice)
### Bugfixes
* 2019-03-18 [4e05efe](https://github.com/silverstripe/silverstripe-asset-admin/commit/4e05efe8983fc9f963d55d4676287c09c44feb93) Revert 69341e86 (#863) (#922) (Guy Marriott)
* 2019-03-18 [d76ce85](https://github.com/silverstripe/silverstripe-assets/commit/d76ce8535aba9cbf1c226963cb1003ef06aa24ac) Redirect legacy assets and replaced assets (fixes #218) (Maxime Rainville)
* 2019-03-14 [4eb9267](https://github.com/silverstripe/silverstripe-graphql/commit/4eb92670244d95e7966971a8e8f0969ce08a5669) Allow mutations to be null. graphql-devtools chokes on it othewise (#225) (Aaron Carlino)
* 2019-03-08 [c1569d3](https://github.com/silverstripe/silverstripe-admin/commit/c1569d37adb5405a957d65c26fdd24c67a0ac1c4) Archive and delete confirmation messages in GridFields now have fallback translation strings (Robbie Averill)
* 2019-03-05 [861dde5](https://github.com/silverstripe/silverstripe-admin/commit/861dde53822d23a7ab20bef4eae3f302a947e086) Composite fields containing checkboxes now correctly indent them, and height is fixed (Robbie Averill)
* 2019-03-05 [0555f7d](https://github.com/silverstripe/silverstripe-admin/commit/0555f7d56593837f5163af8ddd586973e2c2223e) Checkbox indentation is now correct when used in PHP generated forms (Robbie Averill)
* 2019-03-05 [7416ce275](https://github.com/silverstripe/silverstripe-framework/commit/7416ce275ba6384fe6e2685078d3cf02d0322218) doInit comparison should be lowercased (Daniel Hensby)
* 2019-02-27 [d1396b7df](https://github.com/silverstripe/silverstripe-framework/commit/d1396b7dfe91138dcda53df0c0378281e7edb771) Fix writeBaseRecord with unique indexes (Damian Mooyman)
* 2019-02-26 [6ff319a0e](https://github.com/silverstripe/silverstripe-framework/commit/6ff319a0e1c4cfc15e24580bac07dfef38702942) Implement peer review feedback, (Maxime Rainville)
* 2019-02-25 [404e934](https://github.com/silverstripe/silverstripe-versioned/commit/404e9348c1209d50c729cd14b8de366a0a10b8bb) Fixed Wrong Silverstripe Requirement (Ben Rhodes)
* 2019-02-22 [ebeed45](https://github.com/silverstripe/silverstripe-graphql/commit/ebeed4551a5e396febe224fa18796ee3a69bf170) Return sub /types URL when no queries or mutations exist. (#219) (Sam Minnée)
* 2019-02-21 [9a59f2f57](https://github.com/silverstripe/silverstripe-framework/commit/9a59f2f57dfd5fe0f054b01404bc2bd958ad8d99) Renable the ability to do dynamic assignment with DBField (Maxime Rainville)
* 2019-02-10 [51131a8](https://github.com/silverstripe/silverstripe-campaign-admin/commit/51131a8addaa687d8ff61917c5dc7c16f45795a7) Implicit changeset items should be able to opt out of UI display in campaign admin (Robbie Averill)
* 2019-02-08 [ff05047](https://github.com/silverstripe/silverstripe-admin/commit/ff05047a5dc17aadec38a8a6eb6208742b025e92) Deferring events on mount and ensuring events are triggered on change in HtmlEditorField (Guy Marriott)
* 2019-02-01 [6b28f50](https://github.com/silverstripe/silverstripe-campaign-admin/commit/6b28f5010af9fc61231e46d641180e45e04e1e56) Add some padding around welcome campaign message and center align text (Robbie Averill)
* 2019-01-29 [f918dcd36](https://github.com/silverstripe/silverstripe-framework/commit/f918dcd36a177adb8abee751d27a809f25a0afab) Escape wildcard characters when matching database name in databaseExists (Guy Marriott)
* 2019-01-28 [dc9d1b9cc](https://github.com/silverstripe/silverstripe-framework/commit/dc9d1b9cc0d3b14929fe2675282980a2750fb4cf) GridFieldPrintButton no longer assumes that children of GridField would implement their own print template (Robbie Averill)
* 2019-01-25 [568be8e29](https://github.com/silverstripe/silverstripe-framework/commit/568be8e29b9a6f9205dd28a823ed5294cc95a590) Misconfiguration for versioned cache segmentation (fixes #8754) (Loz Calver)
* 2019-01-24 [d530bc2fb](https://github.com/silverstripe/silverstripe-framework/commit/d530bc2fb6c8c290f1f75f39bc4ec898cc326cf1) fix user feedback when jquery could not be loaded (Benedikt Seidl)
* 2019-01-24 [d00c59c38](https://github.com/silverstripe/silverstripe-framework/commit/d00c59c383dee270c9c1753dd8b64b8cd1b15489) Fix tests not loading fixtures and loading themes in CWP recipe kitchen sink (Robbie Averill)
* 2019-01-10 [34ac22802](https://github.com/silverstripe/silverstripe-framework/commit/34ac228029a4609d993e8604aad16e72bd52ac9c) Fix issue with assertListEquals() ignoring field getters (Damian Mooyman)
* 2018-12-12 [0491ca03c](https://github.com/silverstripe/silverstripe-framework/commit/0491ca03cfcbd81690c54cc00f6234675978ef39) prevent death on urls with querystrings & anchors (mikeyc7m)