mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
2.7 KiB
2.7 KiB
3.7.2
Change Log
Security
- 2018-09-26 598edd913 Add confirmation token to dev/build (Loz Calver) - See ss-2018-019
- 2018-07-29 144194600 Ignore arguments in mysqli::real_connect backtrace calls (Robbie Averill) - See ss-2018-018
- 2017-05-25 c25478b SVG uploads disabled by default (Daniel Hensby) - See ss-2017-017
Features and Enhancements
- 2018-09-25 518b6514c Add test for PHP 7.3 support (Sam Minnee)
Bugfixes
- 2018-10-02 c5201dc01 Allow DataObjectTest to be run by itself (Sam Minnee)
- 2018-10-02 ae9ab22a8 Use DELETE FROM instead of TRUNCATE for clearTable (Sam Minnee)
- 2018-10-01 d6117630b Stricter regex syntax for PHP7.3 support. (Sam Minnee)
- 2018-09-06 8e871460 Give Behat more memory in Travis builds (Robbie Averill)
- 2018-09-05 4acf401b fixed deprecated create_function() in PHP 7.2 (zemiacsik)
- 2018-08-13 5f48b3e5d txt/json is not a valid content type (Daniel Hensby)
- 2018-07-18 a4bf2cd1f Correct afterCallActionHandler arguments to match SS4. (Sam Minnee)
- 2018-07-04 fa7f1954b Fix test to match (Sam Minnee)
- 2018-07-04 9c9872eba Remove X-Requested-With from default Vary header. (Sam Minnee)