Skip to content

Releases: verbb/social-poster

3.0.2

15 Dec 22:44
9dcd32f
Compare
Choose a tag to compare

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

11 Oct 22:33
Compare
Choose a tag to compare

Fixed

  • Fix lack of validation on account settings.
  • Fix an error when saving new accounts.

3.0.0

10 Oct 23:27
Compare
Choose a tag to compare

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

03 Jun 03:28
Compare
Choose a tag to compare

Fixed

  • Fix Facebook scopes to work with FB API v7.0+.

2.3.3

29 Mar 03:15
Compare
Choose a tag to compare

Fixed

  • Fix some providers not having their scopes applied correctly.

3.0.0-beta.1

09 Mar 21:31
Compare
Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.

2.3.2

13 Jan 10:16
Compare
Choose a tag to compare

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

14 Nov 02:26
Compare
Choose a tag to compare

Added

  • Add more logging for failed requests to APIs for all providers.

Changed

  • Update guzzlehttp/oauth-subscriber:^0.6.0 dependancy to work with guzzlehttp/psr7:^2.0.

2.3.0

06 Nov 05:42
Compare
Choose a tag to compare

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

12 Mar 00:37
Compare
Choose a tag to compare

Changed

  • Now requires Craft 3.6+.
  • Updated OAuth dependancies to be compatible with Guzzle 7.