Skip to content

Commit 9faa8fa

Browse files
Merge pull request #193 from gigya/CXCDC-23956_fixing_login_issue
* removing provider check from raaslogin.
2 parents e18eacd + 021bc6a commit 9faa8fa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

features/raas/gigya_raas.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,6 @@
269269
exp_timestamp = Date.now() + (response.expires_in * 1000);
270270
}
271271

272-
if (response.provider === 'site') {
273-
return false;
274-
}
275272

276273
/* Gigya temp user */
277274
if (typeof response.UID === 'undefined' || response.UID.indexOf('_temp_') === 0) {

gigya.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SAP Customer Data Cloud
44
* Plugin URI: https://www.sap.com/products/crm/customer-data-management.html
55
* Description: Allows sites to utilize the SAP Customer Data Cloud API for authentication and social network updates.
6-
* Version: 6.5.0
6+
* Version: 6.5.1
77
* Author: SAP SE
88
* Author URI: https://www.sap.com/products/crm/customer-data-management.html
99
* License: Apache v2.0
@@ -20,7 +20,7 @@
2020
*/
2121
define( 'GIGYA__MINIMUM_WP_VERSION', '4.7' );
2222
define( 'GIGYA__MINIMUM_PHP_VERSION', '7.0' );
23-
define( 'GIGYA__VERSION', '6.5.0' );
23+
define( 'GIGYA__VERSION', '6.5.1' );
2424
define( 'GIGYA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2525
define( 'GIGYA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2626
define( 'GIGYA__LOG_FILE', GIGYA__PLUGIN_DIR . 'log/sap_cdc.log' );

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: SAP SE/gigya.com konforti, luciodiri, ynhockey, shaharzillber.
44
Tags: CIAM, CIM, Registration, Social Login, Oauth, OpenSocial, Graph API, Facebook Connect, Linkedin, Twitter, authentication, OpenID, newsfeed, tweet, status update, registration, social APIs, sharing, plugin, social bookmark, social network, Facebook, community, comments, reactions, game mechanics, register, SAP Customer Data Cloud, Social Infrastructure, feed
55
Requires at least: 4.2
66
Tested up to: 5.8
7-
Stable tag: 6.5.0
7+
Stable tag: 6.5.1
88
License: Apache v2.0
99

1010
Integrate your WordPress site with SAP Customer Data Cloud.
@@ -225,6 +225,9 @@ For question about installations or configuration, please contact your account m
225225
* Changed package name to gigya/gigya-wordpress (!) for more practical automated installation
226226
* Graceful failure when Composer dependencies have not been installed
227227

228+
= 6.5.1=
229+
* Fixed a logout issue with dynamic session
230+
228231
== FAQ ==
229232

230233
Can I configure the design of the SAP Customer Data Cloud component?

0 commit comments

Comments
 (0)