Plugin Directory

Changeset 3305752


Ignore:
Timestamp:
06/03/2025 12:30:16 PM (10 months ago)
Author:
teamwpminiorange
Message:

Oauth SSO v 6.26.11 Release

Location:
miniorange-login-with-eve-online-google-facebook
Files:
351 added
5 edited

Legend:

Unmodified
Added
Removed
  • miniorange-login-with-eve-online-google-facebook/trunk/admin/partials/mo_plugins/src/class-mo-rest-api-advertisement.php

    r3293145 r3305752  
    1818class MO_REST_API_Advertisement {
    1919
    20     private const REST_API_PLUGIN_NAME   = 'wp-rest-api-authentication';
    21     private const REST_API_PLUGIN_FILE   = '/miniorange-api-authentication.php';
    22     private const NOTICE_STATE_TEMPORARY = 'temporary';
    23     private const NOTICE_STATE_PERMANENT = 'permanent';
    24     private const REST_API_PLUGIN_PATH   = self::REST_API_PLUGIN_NAME . self::REST_API_PLUGIN_FILE;
     20    const REST_API_PLUGIN_NAME   = 'wp-rest-api-authentication';
     21    const REST_API_PLUGIN_FILE   = '/miniorange-api-authentication.php';
     22    const NOTICE_STATE_TEMPORARY = 'temporary';
     23    const NOTICE_STATE_PERMANENT = 'permanent';
     24    const REST_API_PLUGIN_PATH   = self::REST_API_PLUGIN_NAME . self::REST_API_PLUGIN_FILE;
    2525
    2626    /**
  • miniorange-login-with-eve-online-google-facebook/trunk/admin/partials/setup_wizard/partials/apps.php

    r3293145 r3305752  
    3737        if ( 'oauth2.1' === $app_id || 'neoncrm' === $app_id || 'mindbody' === $app_id || 'imis' === $app_id || 'classlink' === $app_id || 'vendesta' === $app_id || 'clever' === $app_id || 'orcid' === $app_id ) {
    3838            $image_name      = $application->image;
    39             $tooltip_message = 'oauth2.1' === $app_id ? 'OAuth 2.1 protocol is supported in our paid plugin versions. You can reach out to us to unlock this functionality.' : esc_html( $application->label ) . ' application is available in the Paid Version of the plugin. <a class ="skip-this" style="color:#ffd700; text-decoration:underline;" href="' . esc_url( MO_OAUTH_CLIENT_PRICING_PLAN ) . '" target="_blank">Click here</a> to upgrade the plan.';
     39            $tooltip_message = 'oauth2.1' === $app_id ? 'OAuth 2.1 protocol is supported in our paid plugin versions. You can reach out to us to unlock this functionality.' : esc_html( $application->label ) . ' application is available in the Paid Version of the plugin. <a class ="skip-this" style="color:#ffd700; text-decoration:underline;" href="' . esc_url( 'https://sandbox.miniorange.com/?mo_plugin=oauth_client' ) . '" target="_blank">Try Now</a> the paid version.';
    4040            $image_url       = plugins_url( '/partials/apps/images/' . $image_name, dirname( dirname( dirname( __FILE__ ) ) ) );
    4141            echo '<li data-appid="' . esc_attr( $app_id ) . '" class="mo-flex-item mo_oauth_tooltip "><span class="mo_oauth_tooltiptext">' . wp_kses_post( $tooltip_message ) . '</span><a class = "mo_oauth_client_search_idp" href="#"><img class="mo_oauth_two_point_one_app_icon" src="' . esc_url( $image_url ) . '"><img class="mo_oauth_pro_icon" src="' . esc_url( plugins_url( '/partials/apps/images/pro.png', dirname( dirname( dirname( __FILE__ ) ) ) ) ) . '">';
  • miniorange-login-with-eve-online-google-facebook/trunk/class-mo-oauth-client-customer.php

    r3293145 r3305752  
    1919
    2020 * @package      miniOrange OAuth
    21  * @license      hhttps://plugins.miniorange.com/mit-license Expat
     21 * @license      https://plugins.miniorange.com/mit-license Expat
    2222 */
    2323
  • miniorange-login-with-eve-online-google-facebook/trunk/mo_oauth_settings.php

    r3293145 r3305752  
    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.10
     15 * Version: 6.26.11
    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.10' );
     38define( 'MO_OAUTH_CSS_JS_VERSION', '6.26.11' );
    3939define( 'MO_OAUTH_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
    4040
  • miniorange-login-with-eve-online-google-facebook/trunk/readme.txt

    r3293205 r3305752  
    55Tested up to: 6.8
    66Requires PHP: 5.4
    7 Stable tag: 6.26.10
     7Stable tag: 6.26.11
    88License: Expat
    99License URI: https://plugins.miniorange.com/mit-license
     
    220220
    221221== Changelog ==
     222= 6.26.11 =
     223* Added support for trial access in paid applications
     224* Fix REST API notice issue for PHP <7.1
     225
    222226= 6.26.10 =
    223227* Readme changes
     
    812816
    813817== Upgrade Notice ==
     818= 6.26.11 =
     819* Added support for trial access in paid applications
     820* Fix REST API notice issue for PHP <7.1
     821
    814822= 6.26.10 =
    815823* Readme changes
Note: See TracChangeset for help on using the changeset viewer.