Skip to content

Commit c8f7134

Browse files
committed
Version tag + readme update
1 parent 046fe9d commit c8f7134

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

gigya.php

Lines changed: 3 additions & 3 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: 5.11
6+
* Version: 5.11.1
77
* Author: SAP SE
88
* Author URI: https://www.sap.com/products/crm/customer-data-management.html
99
* License: Apache v2.0
@@ -16,7 +16,7 @@
1616
*/
1717
define( 'GIGYA__MINIMUM_WP_VERSION', '4.7' );
1818
define( 'GIGYA__MINIMUM_PHP_VERSION', '5.6' );
19-
define( 'GIGYA__VERSION', '5.11' );
19+
define( 'GIGYA__VERSION', '5.11.1' );
2020
define( 'GIGYA__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2121
define( 'GIGYA__PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2222
define( 'GIGYA__CDN_PROTOCOL', ! empty( $_SERVER['HTTPS'] ) ? 'https://cdns' : 'http://cdn' );
@@ -614,4 +614,4 @@ function _getGigyaSettingsValues( $settings_section ) {
614614
}
615615

616616
return $values;
617-
}
617+
}

readme.txt

Lines changed: 5 additions & 2 deletions
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: 5.11
7+
Stable tag: 5.11.1
88
License: Apache v2.0
99

1010
Integrate your WordPress site with SAP Customer Data Cloud.
@@ -183,6 +183,9 @@ For question about installations or configuration, please contact your account m
183183
* It is now possible to separately configure the session settings for Remember Me
184184
* Fixed an issue in the REST API extension
185185

186+
= 5.11.1 =
187+
* Changed all admin calls to use HTTPS by default
188+
186189
== FAQ ==
187190

188191
Can I configure the design of the SAP Customer Data Cloud component?
@@ -198,4 +201,4 @@ Please contact SAP via Worldwide Office Directory and Regional [Websites](https:
198201
== License ==
199202

200203
Copyright (c) 2009– SAP SE or an SAP affiliate company. All rights reserved.
201-
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the license.txt file.
204+
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the license.txt file.

0 commit comments

Comments
 (0)