Skip to content

Commit 0d6a15a

Browse files
committed
1.5 Release Notes
1 parent 77752df commit 0d6a15a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
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)

0 commit comments

Comments
 (0)