This repository was archived by the owner on Jan 13, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,10 @@ Starting with version 5, the Facebook PHP SDK follows [SemVer](http://semver.org
66## 5.0.x
77
88Version 5 of the Facebook PHP SDK is a complete refactor of version 4. It comes loaded with lots of new features and a friendlier API.
9-
9+ - 5.1.4
10+ - Breaking changes
11+ - Changes the serialization method of FacebookApp
12+ - FacebookApps serialized by versions prior 5.1.4 cannot be unserialized by this version
1013- 5.0 (2015-??-??)
1114 - New features
1215 - Added the ` Facebook\Facebook ` super service for an easier API
@@ -22,8 +25,8 @@ Version 5 of the Facebook PHP SDK is a complete refactor of version 4. It comes
2225 - Many improvements to the Graph node subtypes
2326 - New injectable interfaces
2427 - Added a ` PersistentDataInterface ` for custom persistent data handling
25- - Added a ` PseudoRandomStringGeneratorInterface ` for customizable CSPRNG's
26- - Added a ` UrlDetectionInterface ` for custom URL-detection logic
28+ - Added a ` PseudoRandomStringGeneratorInterface ` for customizable CSPRNG's
29+ - Added a ` UrlDetectionInterface ` for custom URL-detection logic
2730 - Codebase changes
2831 - Moved exception classes to ` Exception\* ` directory
2932 - Moved response collection objects to ` GraphNodes\* ` directory
You can’t perform that action at this time.
0 commit comments