Plugin Directory

Changeset 2516378


Ignore:
Timestamp:
04/16/2021 02:28:05 PM (5 years ago)
Author:
shfarr
Message:

moving up to 2.4.1

Location:
identity-plus/trunk
Files:
3 edited

Legend:

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

    r2509472 r2516378  
    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.4
     7   Version: 2.4.1
    88   Author: Identity Plus Inc.
    99   Author URI: https://identity.plus
  • identity-plus/trunk/lib/identity_plus/Identity_Plus_API.php

    r2509467 r2516378  
    6464 */
    6565class 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";
    6868   
    6969    public $cert_details;
  • identity-plus/trunk/readme.txt

    r2509472 r2516378  
    44Requires at least: 3.9
    55Tested up to: 5.7
    6 Stable tag: 2.4
     6Stable tag: 2.4.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888== Changelog ==
    8989
     90== 2.4.1 ==
     91Minor bug fixes
     92
    9093== 2.4 ==
    9194Tested with WordPress 5.7
Note: See TracChangeset for help on using the changeset viewer.