diff --git a/CHANGELOG.md b/CHANGELOG.md index 654aaf4..e818e7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.0.18 - 2024-08-11 + +### Changed +- CP Login templates now are wrapped with a `.social-login-cp-container` div. +- Update `syncProfile` to be disabled by default. +- Update English translations. + +### Fixed +- Fix custom CP login template not resolving correctly. +- Fix HubSpot default scopes. + ## 1.0.17 - 2024-07-17 ### Fixed diff --git a/composer.json b/composer.json index 6976942..58121d2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/social-login", "description": "Add SSO (Single Sign-On) user login, registration and connecting to social media platforms.", "type": "craft-plugin", - "version": "1.0.17", + "version": "1.0.18", "keywords": [ "craft", "cms",