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 1
1
## Parse PHP SDK Changelog
2
2
3
3
### 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
+
5
21
6
22
### 1.4.0
7
23
[ 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