File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11## Parse PHP SDK Changelog
22
33### master
4- [ Full Changelog] ( https://github.com/parse-community/parse-php-sdk/compare/1.4.0...master )
4+ [ Full Changelog] ( https://github.com/parse-community/parse-php-sdk/compare/1.5.0...master )
5+
6+ ### 1.5.0
7+ [ See the diff between 1.4.0 and 1.5.0] ( https://github.com/parse-community/parse-php-sdk/compare/1.4.0...1.5.0 )
8+ - Avoid session fixation by regenerating session id on user promotion (#414 )
9+ - Properly handle null query response (#425 )
10+ - Fix queries equalTo with null values (#406 )
11+ - Add sort option to GeoQueries (#424 )
12+ - Add encode option to ParseQuery: find (#423 )
13+ - Add batchSize to saveAll / destroyAll (#422 )
14+ - add And / Nor query (#419 )
15+ - Add 'containedBy' query (#418 )
16+ - Add 'containsAllStartingWith' query (#417 )
17+ - Remove anonymous auth data from User table when user registers. Match other SDK behavior (#417 )
18+ - Fix bug in mime type guessing due to case mishandling (#399 )
19+ - Use registered subclass when creating a ParseUser (#394 )
20+
521
622### 1.4.0
723[ See the diff between 1.3.0 and 1.4.0] ( https://github.com/parse-community/parse-php-sdk/compare/1.3.0...1.4.0 )
You can’t perform that action at this time.
0 commit comments