Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 1.39 KB

Changelog

2.0.4 - 2025-03-04

Added

  • Add Bluesky provider.

2.0.3 - 2024-12-04

Added

  • Add Provider::getButtonAttributes() to modify button HTML attributes.

Fixed

  • Fix Print button not working correctly.

2.0.2 - 2024-09-07

Fixed

  • Fix an issue when rendering share buttons and some attributes not being present.

2.0.1 - 2024-05-29

Added

  • Add support for headlessMode redirect URIs.

Changed

  • Update English translations.

2.0.0 - 2024-05-13

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

1.0.8 - 2025-03-04

Added

  • Add Bluesky provider.

1.0.7 - 2024-12-04

Added

  • Add Provider::getButtonAttributes() to modify button HTML attributes.

Fixed

  • Fix Print button not working correctly.

1.0.6 - 2024-05-29

Changed

  • Update English translations.

1.0.5 - 2024-04-29

Added

  • Add support for headlessMode redirect URIs.

Changed

  • Update English translations.

1.0.4 - 2024-04-05

Added

  • Add improved session-handling for authorization and callback methods, to improve failed sessions in some cases.

1.0.3 - 2023-09-13

Added

  • Add X (Twitter).

1.0.2 - 2023-08-31

Fixed

  • Fix an error when trying to use OAuth for some providers.

1.0.1 - 2023-05-27

Fixed

  • Fix Redirect URI not working correctly for multi-sites.

1.0.0 - 2023-02-01

Added

  • Initial release