Changeset 2378446
- Timestamp:
- 09/10/2020 04:34:49 AM (6 years ago)
- Location:
- loginradius-customer-identity-and-access-management/trunk
- Files:
-
- 3 edited
-
authentication/lib/WPHttpClient.php (modified) (1 diff)
-
loginradius-ciam.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
loginradius-customer-identity-and-access-management/trunk/authentication/lib/WPHttpClient.php
r2378440 r2378446 6 6 * @package : LoginRadius 7 7 * @author : LoginRadius Team 8 * @version : 4.1.0 -beta8 * @version : 4.1.0 9 9 * @license : https://opensource.org/licenses/MIT 10 10 */ -
loginradius-customer-identity-and-access-management/trunk/loginradius-ciam.php
r2378440 r2378446 5 5 * Plugin URI: http://www.loginradius.com 6 6 * Description: LoginRadius Customer Identity and Access Management 7 * Version: 4.1.0 -beta7 * Version: 4.1.0 8 8 * Author: LoginRadius Team 9 9 * Created by LoginRadius Development Team on 26/05/2017 … … 18 18 define('CIAM_PLUGIN_DIR', plugin_dir_path(CIAM_PLUGIN_PATH)); 19 19 define('CIAM_PLUGIN_URL', plugin_dir_url(CIAM_PLUGIN_PATH)); 20 define('CIAM_PLUGIN_VERSION', '4.1.0 -beta');20 define('CIAM_PLUGIN_VERSION', '4.1.0'); 21 21 define('CIAM_SETTING_LINK', plugin_basename(__FILE__)); 22 22 -
loginradius-customer-identity-and-access-management/trunk/readme.txt
r2378440 r2378446 4 4 Requires at least: 3.5 5 5 Tested up to: 5.5 6 Stable tag: 4.1.0 -beta6 Stable tag: 4.1.0 7 7 License: GPLv2 or later 8 8 … … 17 17 18 18 19 = 4.1.0 -beta=19 = 4.1.0 = 20 20 * Enhancements 21 21 1) Compatible with our latest PHP SDK 11.0.0
Note: See TracChangeset
for help on using the changeset viewer.