Plugin Directory

Changeset 2988014


Ignore:
Timestamp:
11/02/2023 11:41:12 AM (2 years ago)
Author:
wpintegrate
Message:

Tested up to PHP 8.2.4 and WordPress 6.3.2

Location:
o365-user-authentication/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • o365-user-authentication/trunk/function/com_create_guid.php

    r1963459 r2988014  
    33{
    44    function o365_com_create_guid(){
    5         mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.
     5        //mt_srand((double)microtime()*10000);//optional for php 4.2.0 and up.
    66        $charid = strtoupper(md5(uniqid(rand(), true)));
    77        $hyphen = chr(45);// "-"
  • o365-user-authentication/trunk/o365-user-auth-online.php

    r2900466 r2988014  
    33 * Plugin Name: Office 365 User Authentication
    44 * Plugin URI:  http://www.wpintegrate.com/
    5  * Version:     2.5
     5 * Version:     2.6
    66 * Author:      wpintegrate.com
    77 * Author URI:  http://www.wpintegrate.com/
  • o365-user-authentication/trunk/readme.txt

    r2900466 r2988014  
    44Tags: authentication login, azure active directory sso, office 365, dynamics crm, sharepoint
    55Requires at least: 3.5.2
    6 Tested up to: 6.2
     6Tested up to: 6.3.2
    77Requires PHP: 5.6.36
    88Tested up to PHP: 8.2.4
    9 Stable tag: 2.5
     9Stable tag: 2.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.