- Added support for auto-discovery in Laravel 5.5 (#184)
- Allowed more versions of PHPUnit to be used (#183)
- Make publishing the config file optional (#182)
- Removed PHP 5.5 (EOL) from tested versions in Travis CI
- Bumped the Graph API version in the config to v2.10
- Bumped the Graph API version in the config to v2.9.
- Bumped the Graph API version in the config to v2.8.
- Add support for Laravel 5.3
- Updated the Facebook PHP SDK package name from
facebook/php-sdk-v4
to the new namefacebook/graph-sdk
.
- Bumped the Graph API version in the config v2.7.
- Bumped the Graph API version in the config v2.6.
- Added support for Lumen and Laravel 5.2.
- Updated the config and url type hints to reference interfaces instead of concrete implementations.
- Added ability to create new instances of
LaravelFacebookSdk
with a different app settings.
- Added fillable fields feature.
- Added array dot notation to field mapping.
- Added feature to convert
DateTime
to string format.
- Removed
@dev
flag from Facebook PHP SDK since v5 was released. Yay!
- Updated the Graph API version references to latest v2.4.
- Tiny fix in tests when strict errors are displayed.
- Added support for Laravel 5.1.
- Added support for the Facebook PHP SDK's
GraphNode
entity.
- Updated the version alias of the Facebook PHP SDK v4.1 to v5 which is the same version but v5 is now following SemVer.
- Upgraded to work on Laravel 5! Yay!
- Upgraded to use the latest Facebook PHP SDK
v4.1v5. - Removed the Facebook Query Builder dependency.
- Removed the migration stub since there's only one column we need to add for most cases.
- Removed the config, route & view for the
channel.html
since that seems to be deprecated. - Renamed
FacebookableTrait
toSyncableGraphNodeTrait
since the Graph API returns nodes, not objects.- Renamed
createOrUpdateFacebookObject()
tocreateOrUpdateGraphNode()
since that makes more sense on Facebook's domain. - Renamed the
$facebook_field_aliases
static property to$graph_node_field_aliases
.
- Renamed
- Added support for re-requests and re-authentications.
- Removed
LaravelFacebookSdkException
to let all the native PHP SDK's exceptions fall through. - Removed all the weird authentication crap that didn't make any sense.
- Bound the package to the IoC container as
SammyK\LaravelFacebookSdk\LaravelFacebookSdk
instead of the oldfacebook-query-builder
.
- Updated branching model in preparation of upgrade to Facebook PHP SDK
v4.1v5.
- Adjusted tagging to work according to semver.
- Updated version of Facebook Query Builder for semver fix.
- Added CHANGELOG.
- Initial release. Hello world!