Plugin Directory

Changeset 2362334


Ignore:
Timestamp:
08/16/2020 11:33:05 AM (5 years ago)
Author:
shfarr
Message:

tested with Wordpress 5.5

Location:
identity-plus/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • identity-plus/trunk/identity-plus.php

    r2244935 r2362334  
    55   Plugin URI: https://wordpress.org/plugins/identity-plus
    66   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.2
     7   Version: 2.3
    88   Author: Identity Plus Inc.
    99   Author URI: https://identity.plus
  • identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php

    r2244935 r2362334  
    6565class Identity_Plus_API {
    6666    const HOME = "identity.plus";
    67     // const HOME = "local.stefanfarr.identityplus.app";
     67    // const HOME = "local.stefan.idplus.zone";
    6868   
    6969    public $cert_details;
  • identity-plus/trunk/lib/protected.php

    r1920099 r2362334  
    8282                        </p>
    8383                        <p>
    84                             <a href="https://get.identity.plus" target="_blank" class="button_ab">Certify My Device</a> or
     84                            <a href="https://signon.identity.plus" target="_blank" class="button_ab">Certify My Device</a> or
    8585                            <a href="https://identity.plus" target="_blank" style="width:initial; max-width:initial; font-size:16px; font-weight:300; font-family:'Roboto'; margin-top:20px; margin-left:30px;">Find out how it works on Identity +</a>
    8686                        </p>
  • identity-plus/trunk/lib/settings_panel.php

    r2244935 r2362334  
    363363
    364364    // redirect to authorization page
    365     wp_redirect( "https://register." . Identity_Plus_API::HOME . '/' . $intent_ref->value, 302, 'WordPress' );
     365    wp_redirect( "https://signon." . Identity_Plus_API::HOME . '/register/' . $intent_ref->value, 302, 'WordPress' );
    366366
    367367    exit();
  • identity-plus/trunk/readme.txt

    r2244937 r2362334  
    33Tags: authentication, security, 2factor, comments, spam, VPN, tls authentication, SSL client certificate, device identity, identity in the browser, two factor, login, two step authentication, password, admin, mobile, multi-factor, android, iphone, sso, strong two-step verification
    44Requires at least: 3.9
    5 Tested up to: 5.3.2
    6 Stable tag: 2.2
     5Tested up to: 5.5
     6Stable tag: 2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Changelog ==
    8989
     90== 2.3 ==
     91Minor updated and tested with WordPress 5.5
     92
    9093== 2.2 ==
    9194Tested with WordPress 5.3.2
Note: See TracChangeset for help on using the changeset viewer.