Releases: verbb/social-poster
Releases · verbb/social-poster
3.0.2
Added
- Add site-based custom route for OAuth provider callbacks, to prevent
usePathInfo
issues
Changed
- Update Facebook integration to better handle error handling and recent API changes
Fixed
- Fix an issue where the sidebar for posting would replace other meta info for entries.
- Fix provider icon alignment issues.
3.0.1
Fixed
- Fix lack of validation on account settings.
- Fix an error when saving new accounts.
3.0.0
Added
- Add
archiveTableIfExists()
to install migration. - Memoize all services for performance.
- Add checks for registering events for performance.
- Add resave console command for elements.
- Add missing English translations.
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Rename base plugin methods.
Fixed
- Fix an error when uninstalling.
2.3.4
Fixed
- Fix Facebook scopes to work with FB API v7.0+.
2.3.3
Fixed
- Fix some providers not having their scopes applied correctly.
3.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
2.3.2
Added
- Add support for saving Emoji's in default account message.
Fixed
- Fix minor alignment issue for "Show in widget" when editing an account.
2.3.1
Added
- Add more logging for failed requests to APIs for all providers.
Changed
- Update
guzzlehttp/oauth-subscriber:^0.6.0
dependancy to work withguzzlehttp/psr7:^2.0
.
2.3.0
Changed
- Any
scope
options defined in your config files, will now overwrite default scopes, instead of merging. This is to better handle upcoming Facebook scope deprecations.
2.2.0
Changed
- Now requires Craft 3.6+.
- Updated OAuth dependancies to be compatible with Guzzle 7.