You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/forms/fieldMappingForm.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ function fieldMappingForm() {
9
9
10
10
if ( $login_options['mode'] == 'raas' ) {
11
11
$form['map_fieldmapping_desc'] = [
12
-
'markup' => __( '<p>Define which fields to map from SAP Customer Data Cloud to WordPress. The WordPress mapped target fields will be populated with data copied from the corresponding source fields. Learn more <a href="https://developers.gigya.com/display/GD/WordPress+Plugin#WordPressPlugin-UserManagementSettings" target="_blank" rel="noopener noreferrer" />here</a>.</p>' ),
12
+
'markup' => __( '<p>Define which fields to map from SAP Customer Data Cloud to WordPress. The WordPress mapped target fields will be populated with data copied from the corresponding source fields. Learn more <a href="https://github.com/gigya/wordpress/wiki#mapping-gigya-user-fields-to-wordpress-fields-1" target="_blank" rel="noopener noreferrer" />here</a>.</p>' ),
'markup' => __( '<h4>Mapping SAP Customer Data Cloud user fields to WordPress fields</h4><p>Define which fields to map from SAP CDC to WordPress. The WordPress mapped target fields will be populated with data copied from the corresponding source fields. Learn more <a href="https://developers.gigya.com/display/GD/WordPress+Plugin#WordPressPlugin-UserManagementSettings" target="_blank" rel="noopener noreferrer" />here</a></p>' ),
56
+
'markup' => __( '<h4>Mapping SAP Customer Data Cloud user fields to WordPress fields</h4><p>Define which fields to map from SAP CDC to WordPress. The WordPress mapped target fields will be populated with data copied from the corresponding source fields. Learn more <a href="https://github.com/gigya/wordpress/wiki#mapping-gigya-user-fields-to-wordpress-fields-1" target="_blank" rel="noopener noreferrer" />here</a></p>' ),
'desc' => __( 'Comma separated list of providers to include. For example: facebook,twitter,google. Leave empty or type * for all providers. See the entire ' ) . ' <a href="https://developers.gigya.com/display/GD/socialize.showLoginUI+JS">list of available providers</a>.'
104
+
'desc' => __( 'Comma separated list of providers to include. For example: facebook,twitter,google. Leave empty or type * for all providers. See the entire ' ) . ' <a href="https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/417916f470b21014bbc5a10ce4041860.html">list of available providers</a>.'
105
105
);
106
106
107
107
$form['lang'] = array(
@@ -149,7 +149,7 @@ function globalSettingsForm() {
'desc' => sprintf( __( 'Enter valid %s. See list of available ' ), '<a class="gigya-json-example" href="javascript:void(0)">' . __( 'JSON format' ) . '</a>' ) . ' <a href="https://developers.gigya.com/display/GD/Global+Configuration#GlobalConfiguration-DataMembers" target="_blank" rel="noopener noreferrer">' . __( 'parameters' ) . '</a>'
152
+
'desc' => sprintf( __( 'Enter valid %s. See list of available ' ), '<a class="gigya-json-example" href="javascript:void(0)">' . __( 'JSON format' ) . '</a>' ) . ' <a href="https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/417fa48b70b21014bbc5a10ce4041860.html" target="_blank" rel="noopener noreferrer">' . __( 'parameters' ) . '</a>'
153
153
);
154
154
155
155
$form['google_analytics'] = array(
@@ -182,7 +182,7 @@ function globalSettingsForm() {
182
182
183
183
if ( get_option( 'gigya_settings_fields' ) ) {
184
184
$form['clean_db'] = array(
185
-
'markup' => '<a href="javascript:void(0)" class="clean-db">Database cleaner after upgrade</a><br><small>Press this button to remove all unnecessary elements of the previous version from your database.Please make sure to backup your database before performing the clean. Learn more about upgrading from the previous version <a href="https://developers.gigya.com/display/GD/WordPress+Plugin#WordPressPlugin-InstallingtheGigyaPluginforWordPress">here.</a></small>'
185
+
'markup' => '<a href="javascript:void(0)" class="clean-db">Database cleaner after upgrade</a><br><small>Press this button to remove all unnecessary elements of the previous version from your database.Please make sure to backup your database before performing the clean.For more information about upgrading from the previous version <a href="https://github.com/gigya/wordpress/wiki#installing-the-gigya-plugin-for-wordpress-1">here.</a></small>'
Copy file name to clipboardExpand all lines: admin/forms/loginSettingsForm.php
+16-13Lines changed: 16 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ function loginSettingsForm() {
17
17
'options' => array(
18
18
'wp_only' => __( 'WordPress only' ),
19
19
'wp_sl' => __( 'WordPress + Social Login <small class="gigya-raas-warn hidden">Warning: this site is configured on SAP CDC server to use Registration-as-a-Service. Please contact your SAP CDC account manager for migration instruction.</small>' ),
20
-
'raas' => __( 'Registration-as-a-Service <small>Selecting this option overrides the WordPress user management system. This requires additional administration steps. Learn more <a href="https://developers.gigya.com/display/GD/WordPress#WordPress-UserManagementSettings">here</a></small>' )
20
+
'raas' => __( 'Registration-as-a-Service <small>Selecting this option overrides the WordPress user management system. This requires additional administration steps. Learn more <a href="https://github.com/gigya/wordpress/wiki#user-management-settings">here</a></small>' )
<strong>' . __( 'Error determining RaaS status. There could be an issue with your machine or SAP CDC account. Please contact support if the problem persists. Message from SAP CDC') . ': ' . $e->getMessage() . '.
37
-
For more information please refer to <a href="https://developers.gigya.com/display/GD/Response+Codes+and+Errors+REST" target="_blank" rel="noopener noreferrer">Response_Codes_and_Errors</a>.
38
-
</strong>
39
-
</p>
40
-
<button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button>
<strong>' . __( 'Error determining RaaS status. There could be an issue with your machine or SAP CDC account. Please contact support if the problem persists. Message from SAP CDC' ) . ': ' . $e->getMessage() . '.
39
+
For more information please refer to <a href="https://help.sap.com/viewer/8b8d6fffe113457094a17701f63e3d6a/GIGYA/en-US/416d41b170b21014bbc5a10ce4041860.html" target="_blank" rel="noopener noreferrer">Response_Codes_and_Errors</a>.
40
+
</strong>
41
+
</p>
42
+
<button type="button" class="notice-dismiss"><span class="screen-reader-text">Dismiss this notice.</span></button>
43
+
</div>',
44
+
];
45
+
}
43
46
}
44
47
45
48
if ( $is_raas ) {
@@ -127,14 +130,14 @@ function loginSettingsForm() {
Copy file name to clipboardExpand all lines: admin/forms/sessionManagementForm.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ function sessionManagementForm() {
89
89
if ( get_option( 'gigya_settings_fields' ) )
90
90
{
91
91
$form['clean_db'] = array(
92
-
'markup' => '<a href="javascript:void(0)" class="clean-db">Database cleaner after upgrade</a><br><small>Press this button to remove all unnecessary elements of the previous version from your database.Please make sure to backup your database before performing the clean. Learn more about upgrading from the previous version <a href="https://developers.gigya.com/display/GD/WordPress+Plugin#WordPressPlugin-InstallingtheGigyaPluginforWordPress">here.</a></small>',
92
+
'markup' => '<a href="javascript:void(0)" class="clean-db">Database cleaner after upgrade</a><br><small>Press this button to remove all unnecessary elements of the previous version from your database.Please make sure to backup your database before performing the clean. Learn more about upgrading from the previous version <a href="https://github.com/gigya/wordpress/wiki#installing-the-gigya-plugin-for-wordpress">here.</a></small>',
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
5
5
Requires at least: 4.2
6
6
Tested up to: 4.9
7
-
Stable tag: 6.1.1
7
+
Stable tag: 6.2.0
8
8
License: Apache v2.0
9
9
10
10
Integrate your WordPress site with SAP Customer Data Cloud.
@@ -32,12 +32,12 @@ More than 700 of the world’s leading businesses such as Fox, Forbes, and Veriz
32
32
33
33
34
34
35
-
For more information, installation steps and configuration options - please refer to SAP Customer Data Cloud's [WP Documentation](https://developers.gigya.com/display/GD/WordPress "SAP CDC WP documentation")
35
+
For more information, installation steps and configuration options - please refer to SAP Customer Data Cloud's [WP Documentation](https://github.com/gigya/wordpress/wiki "SAP CDC WP documentation")
36
36
37
37
38
38
== Installation ==
39
39
40
-
You can read more about the installation steps and other advanced configuration options in SAP Customer Data Cloud's online [WP Documentation](https://developers.gigya.com/display/GD/WordPress "SAP CDC WP documentation")
40
+
You can read more about the installation steps and other advanced configuration options in SAP Customer Data Cloud's online [WP Documentation](https://github.com/gigya/wordpress/wiki "SAP CDC WP documentation")
41
41
42
42
1. After downloading the SAP Customer Data Cloud plug-in, unpack and upload the folder to the the /wp-content/plugins/ directory on your blog.
43
43
2. Go to the Plug-in tab in the WordPress administration panel, find the SAP Customer Data Cloud plug-in on the list and click Activate.
@@ -82,19 +82,19 @@ For question about installations or configuration, please contact your account m
* Added SEO support in the Comments and Rating&Reviews plugins, meaning the comments/reviews content is searchable by the main search engines.
99
99
* All social plugins are provides as WP widgets that can be placed anywhere on your site.
100
100
@@ -112,7 +112,7 @@ For question about installations or configuration, please contact your account m
112
112
* Fixed breaking change: Strings must be enclosed with quotes in search queries
113
113
114
114
= 5.2 =
115
-
* For security reasons, the Secret Key can now only be viewed or edited by privileged users. By default only by <strong>network admins</strong> (in a multi-site installation) or <strong>admins</strong> (in a single-site installation). Learn more in (https://developers.gigya.com/display/GD/WordPress+Plugin#WordPressPlugin-RolesandPermissions) Roles and Permissions</a>.
115
+
* For security reasons, the Secret Key can now only be viewed or edited by privileged users. By default only by <strong>network admins</strong> (in a multi-site installation) or <strong>admins</strong> (in a single-site installation). Learn more in (https://github.com/gigya/wordpress/wiki#roles-and-permissions)</a>.
116
116
* Security enhancements
117
117
118
118
= 5.2.2.2 =
@@ -208,11 +208,16 @@ For question about installations or configuration, please contact your account m
208
208
* Updated CN data center host name
209
209
* Fixed possible PHP notices/warnings in the admin UI
210
210
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
+
211
216
== FAQ ==
212
217
213
218
Can I configure the design of the SAP Customer Data Cloud component?
214
219
215
-
Yes, the design is fully configurable. You can read more about configuring the SAP Customer Data Cloud component design in our online [Documentation](https://developers.gigya.com/display/GD/WordPress )
220
+
Yes, the design is fully configurable. You can read more about configuring the SAP Customer Data Cloud component design in our online [Documentation](https://github.com/gigya/wordpress/wiki )
216
221
217
222
How can I get support for the SAP Customer Data Cloud Plugin?
0 commit comments