Version 2.0.5
March 30, 2022
Changed
- Updated plugin icon.
Version 2.0.4
March 10, 2021
Added
- Added environment variable suggestions support for the OAuth client ID and secret.
- Added
pages_read_engagement
to the list of default OAuth permissions.
Changed
- OAuth tokens are now stored in a
facebook_accounts
table instead of in the plugin’s settings. - Deprecated
\dukt\facebook\models\Settings::$token
. - Updated the API version to v8.0.
- Bumped the schema version to 1.0.2.
Fixed
- Fixed the icon of the Insights widget.
- Fixed a bug where the Facebook Insights widget was not able to pull reporting data due to an OAuth permission issue.
- Fixed a bug where the plugin was missing OAuth permissions to function properly with Facebook Pages.
- Fixed a bug where the Insights widget could show an error when the Facebook Page ID was not configured.
Version 2.0.3
February 12, 2019
Fixed
- Fixed a bug where the settings page was throwing an error when the OAuth token got expired.
Version 2.0.2
September 10, 2018
Added
- Added the Facebook user picture to the plugin’s settings.
Changed
- Updated default Facebook API version to v3.0.
Fixed
- Fixed Craft 3 upgrade migration.
Version 2.0.1
May 25, 2018
Added
- Added profile picture to the Insights widget.
Changed
- Updated to require craftcms/cms
^3.0.0-RC1
.
Fixed
- Fixed a bug where the Insights widget would throw an error because insight data was not requested using a page access token.
Version 2.0.0
December 5, 2017
Added
- Craft 3 compatibility.
Fixed
- Fixed encoding bug with Facebook’s redirect URI.
Removed
- Removed
FacebookVariable
.
Version 2.0.0-beta.3
September 1, 2017
Added
- Added support informations to composer.json.
Improved
- Facebook now requires Craft 3.0.0 beta 20 or above.
- Updated widget types for Craft 3.
Fixed
- Fixed encoding bug with Facebook’s redirect URI.
Version 2.0.0-beta.2
April 5, 2017
Added
- Added reference generation instructions.
- Added docs.
Improved
- Updated config settings for Craft 3.0.0-beta.8+.
- Renamed
$hasSettings
to$hasCpSettings
.
Removed
- Removed
FacebookVariable
.
Version 2.0.0-beta.1
March 9, 2017
Added
- Craft 3 compatibility.
- Added
craftcms/cms
dependency. - Added
league/oauth2-client
dependency. - Added
league/oauth2-facebook
dependency.
Removed
- Removed
dukt/craft-oauth
dependency.
Version 1.1.1
November 8, 2016
Improved
- Updated requirements to OAuth 2.0.2.
- The plugin is now using Facebook API v2.8.
- Improved installation process.
- API improvements.
- Improved exception handling for
Facebook_ReportsController::actionGetInsightsReport()
.
Fixed
- Fixed CSS for the Insights widget.
Version 1.1.0
August 9, 2016
Added
- Added an
apiVersion
config to customize the Graph API version used to perform requests to the Facebook API.
Improved
- Facebook plugin now requires OAuth 2.0+.
- The plugin is now using Graph API 2.7.
Fixed
- Fixed a bug where Facebook_PluginService::checkRequirements() which was checking if Google was configured instead of Facebook.
Version 1.0.12087141
February 14, 2016
Added
- Facebook Insights widget for the dashboard..