Plugin Directory

Changeset 3361995


Ignore:
Timestamp:
09/15/2025 06:36:24 PM (7 months ago)
Author:
teamwpminiorange
Message:

Oauth SSO version release 6.26.14

Location:
miniorange-login-with-eve-online-google-facebook
Files:
352 added
3 edited

Legend:

Unmodified
Added
Removed
  • miniorange-login-with-eve-online-google-facebook/trunk/class-mooauth-widget.php

    r3360768 r3361995  
    303303
    304304                setcookie(
    305                     'mo_oauth_sso_' . $appname . '_state',
     305                    'mo_oauth_sso_state',
    306306                    $state_cookie,
    307307                    array(
     
    368368                }
    369369                setcookie(
    370                     'mo_oauth_sso_' . $appname . '_state',
     370                    'mo_oauth_sso_state',
    371371                    $state_cookie,
    372372                    array(
     
    10931093
    10941094    $timestamp_hmac = hash_hmac( 'sha256', $timestamp, $hmac_secret );
    1095     $cookie_name    = 'mo_oauth_sso_' . $appname . '_state';
     1095    $cookie_name    = 'mo_oauth_sso_state';
    10961096    $cookie_state   = sanitize_text_field( wp_unslash( $_COOKIE[ $cookie_name ] ?? '' ) );
    10971097    $current_ip     = mooauth_get_client_ip();
  • miniorange-login-with-eve-online-google-facebook/trunk/mo_oauth_settings.php

    r3360768 r3361995  
    1313 * Plugin URI: https://wordpress.org/plugins/miniorange-login-with-eve-online-google-facebook
    1414 * Description: This WordPress Single Sign-On plugin allows login into WordPress with your Azure AD B2C, AWS Cognito, Salesforce, Keycloak, Discord, WordPress or other custom OAuth 2.0 / OpenID Connect providers. WordPress OAuth Client plugin works with any Identity provider that conforms to the OAuth 2.0 and OpenID Connect (OIDC) 1.0 standard.
    15  * Version: 6.26.13
     15 * Version: 6.26.14
    1616 * Author: miniOrange
    1717 * Author URI: https://www.miniorange.com
     
    3636require 'admin' . DIRECTORY_SEPARATOR . 'partials' . DIRECTORY_SEPARATOR . 'mo_plugins' . DIRECTORY_SEPARATOR . 'autoload.php';
    3737require_once 'class-mooauth.php';
    38 define( 'MO_OAUTH_CSS_JS_VERSION', '6.26.13' );
     38define( 'MO_OAUTH_CSS_JS_VERSION', '6.26.14' );
    3939define( 'MO_OAUTH_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    4040
  • miniorange-login-with-eve-online-google-facebook/trunk/readme.txt

    r3360768 r3361995  
    55Tested up to: 6.8
    66Requires PHP: 7.0
    7 Stable tag: 6.26.13
     7Stable tag: 6.26.14
    88License: Expat
    99License URI: https://plugins.miniorange.com/mit-license
     
    220220
    221221== Changelog ==
     222= 6.26.14 =
     223* Fixed cookie naming error
     224
    222225= 6.26.13 =
    223226* Added automatic clear of plugin log file after 7 days
     
    825828
    826829== Upgrade Notice ==
     830= 6.26.14 =
     831* Fixed cookie naming error
     832
    827833= 6.26.13 =
    828834* Added automatic clear of plugin log file after 7 days
Note: See TracChangeset for help on using the changeset viewer.