Skip to content

Releases: gigya/drupal8

1.9.1

29 Aug 11:09
c41eabd

Choose a tag to compare

Changed the request to Gigya when Gigya Authentication Mode is set to User/Secret to remove the include id_token in response.

1.9.0

01 Dec 12:00
3806d52

Choose a tag to compare

Changes:

  • The module is now compatible with Drupal 11

1.8.3

08 Aug 14:40
c0c1036

Choose a tag to compare

Changes:

  • Fixing a fatal error on an incorrect field mapping configuration format

1.8.2

21 Apr 10:57
675cdb8

Choose a tag to compare

(Note: This is a re-release of 1.8.2 which has been released earlier in 2024).

Changes:

  • Fixed a Drupal 10.2 compatibility issue related to dependency injection (thanks @joseantonio7696)

1.8.1

14 Aug 12:54
ab58bed

Choose a tag to compare

Changes:

  • Added anchors for registration and edit profile that can be used in main menu links
  • Minor schema and other bug fixes

1.8.0

02 Jul 11:36
cbfd736

Choose a tag to compare

Changes:

  • Added support for Drupal 10
  • Removed support for Drupal 8 (!).

Note: Drupal 8 is still listed as a valid version in the module, and will be removed in a future version.

9.x-1.7.0

23 Mar 22:53
2ed2d54

Choose a tag to compare

Changes:

  • It is now possible to use non-email login flows, primarily mobile login, without an external email. If set to do so, the module will create a dummy email with the selected format for non-email logins.
  • The #gigya-login anchor now pops up the login screen, which can be used with the user account menu, and any custom menu.
  • Fixed a number of incompatibilities with, and deprecations in, PHP 8.1.x and up (partly contributed by imsoka)

9.x-1.6.0

25 Dec 21:25
5074349

Choose a tag to compare

Changes:

  • Moved dynamic session cookie extension logic to the backend, to reduce the number of server requests

Note

From now on, tags will be valid version numbers, and will be directly accessible through Packagist.

9.x-1.5.0

19 Sep 13:31
44c4228

Choose a tag to compare

Changes:

  • Simplified encryption key generation for encryption authentication data upon initial install

9.x-1.4.0

02 Jul 20:30
a10d166

Choose a tag to compare

Changes:

  • Added until browser close and valid forever session support