Releases: facebook/facebook-php-business-sdk
Releases · facebook/facebook-php-business-sdk
2.4.1
2.4.0
- Comply with API v2.4 changes: https://developers.facebook.com/docs/marketing-api/changelog#v2_4
- Add support for Business Manager API
- Refactor AdAccountGroupAccount interface to align with AdAccountGroupUser: dffd6f3
- Refactor Fields and Values "Enum-like" classes to provide names and values exportability and validation. Centralize object fields declaration to enums: a59729c
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
- Align versioning with AdsAPI
- Remove facebook/php-sdk-v4 and psr/log dependencies
- Simplify initialization
- Provide bundled Http layer:
- Improve versioning support
- Improve file upload support
- Improve domain control
- AdVideo::create() now use graph-video.facebook.com
- Improve extensibility
- Extend logging capabilities to API Request and Response
- Provide support for AdsAPI v2.2. Changelog
- Extend test configuration capability
- Tests that requires features whitelisting are now skippable through config
- Improve inline documentation with links to docs
- Bug fixing:
- getReachEstimate now return an instance of ReachEstimate
- Fix hashing issue in CustomAudiences::formatParams()
- Align docs