Changeset 2516378
- Timestamp:
- 04/16/2021 02:28:05 PM (5 years ago)
- Location:
- identity-plus/trunk
- Files:
-
- 3 edited
-
identity-plus.php (modified) (1 diff)
-
lib/identity_plus/Identity_Plus_API.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
identity-plus/trunk/identity-plus.php
r2509472 r2516378 5 5 Plugin URI: https://wordpress.org/plugins/identity-plus 6 6 Description: Connect your WordPress with Identity Plus and enable invisible 2 factor authentication, secured SSO, SSL Client Certificate based access on select pages and join the Identity Plus network of trust where devices and people are anonymousely rated based on how they behave. 7 Version: 2.4 7 Version: 2.4.1 8 8 Author: Identity Plus Inc. 9 9 Author URI: https://identity.plus -
identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php
r2509467 r2516378 64 64 */ 65 65 class Identity_Plus_API { 66 //const HOME = "identity.plus";67 const HOME = "local.stefan.idplus.zone";66 const HOME = "identity.plus"; 67 // const HOME = "local.stefan.idplus.zone"; 68 68 69 69 public $cert_details; -
identity-plus/trunk/readme.txt
r2509472 r2516378 4 4 Requires at least: 3.9 5 5 Tested up to: 5.7 6 Stable tag: 2.4 6 Stable tag: 2.4.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 == Changelog == 89 89 90 == 2.4.1 == 91 Minor bug fixes 92 90 93 == 2.4 == 91 94 Tested with WordPress 5.7
Note: See TracChangeset
for help on using the changeset viewer.