Skip to content

Commit 4f80ce0

Browse files
committed
Version + readme update (MINOR)
1 parent 6420a00 commit 4f80ce0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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.1.1
6+
* Version: 6.2.0
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.1.1' );
23+
define( 'GIGYA__VERSION', '6.2.0' );
2424
define( 'GIGYA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2525
define( 'GIGYA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2626
define( 'GIGYA__USER_FILES', GIGYA__PLUGIN_DIR . 'user_files/' );

readme.txt

Lines changed: 6 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: 4.9
7-
Stable tag: 6.1.1
7+
Stable tag: 6.2.0
88
License: Apache v2.0
99

1010
Integrate your WordPress site with SAP Customer Data Cloud.
@@ -208,6 +208,11 @@ For question about installations or configuration, please contact your account m
208208
* Updated CN data center host name
209209
* Fixed possible PHP notices/warnings in the admin UI
210210

211+
= 6.2.0 =
212+
* Added a report that can be generated to find out which users are not synchronized between WordPress and SAP CDC
213+
* Added a configuration option for user verification by UID only (recommended)
214+
* Fixed an issue when the Override WordPress Link option was unchecked
215+
211216
== FAQ ==
212217

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

0 commit comments

Comments
 (0)