Version 3.6.0-RC2
- 7037d74 Update version number to 3.6.0-RC2
- 1a20220 Update docblock.
- 592d622 Fix typo
- 58cff55 Fixing style errors.
- d6f9681 Throw deprecation warning only for properties declared in Event class.
- 74fd692 Slightly clearer test scenario descriptions
- 80097a2 Add explicit tests for sort and page1
- 95ab689 Replaced deprecated function with latest function
- dac4bb3 Write testContentType() method for test contentType() method of Http/Client/FormData.php
- cd4c892 Write docBlock to testAddMany() test method.
- 539ad83 Write testAddMany() method for test addMany() method of Http/Client/FormData.php
- 4323074 Fix up commenting and formatting.
- b5212df Bump php version in appveyor.
- 5347287 move tests from protected method to name()
- 1d8ade0 Store timezone as DateTimeZone instance instead of string.
- 2555f59 Add missing comma.
- b036c58 Don't double parse request body.
- 947cc45 Fix setting timezone for DateTimeImmutable instance.
- 8782db5 Updated test to pass
- 682fdad Lorenzo's suggested changes to appendItem
- 86ca3d1 Add test for charset removal.
- 125389e Add tests for unknown type scenario.
- fb507ee Add Middleware for parsing body data based on content type.
- 1a2268f ServerRequest::env() is deprecated. Use withEnv() instead.
- 0fbaf54 Fix test expectations
- 50fadcb Make sort links go to page 1
- 7b576d3 triming DS is not enough for `Spl::getFilename()`
- 2bc59f9 Fixing style errors.
- f405fdf add proper method to cut the string
- 43df017 add more test to _basename
- 56271d9 add some test for _basename()
- 902e05e add doc for _basename()
- 1f3507b Fixing style errors.
- fb8d264 add a function to simulate the php basename()
- 1804a44 #11749 Changing the way the filename is read
- a6e1fad #11749 Attempt to fix UTF8 filenames
- b9302c1 Allow changing timezone when generating datetime string for db.
Back