Plugin Directory

Changeset 3266893


Ignore:
Timestamp:
04/04/2025 11:07:44 AM (12 months ago)
Author:
teamwpminiorange
Message:

release v2.26.7

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

Legend:

Unmodified
Added
Removed
  • miniorange-login-with-eve-online-google-facebook/trunk/admin/partials/support/class-mo-oauth-client-support.php

    r2914333 r3266893  
    122122            <table class="mo_settings_table" style="display: none;">
    123123                <input type="email" class="mo_oauth_contact-input-fields" placeholder="Enter your email"
    124                     name="mo_oauth_contact_us_email" value="<?php echo esc_attr( get_option( 'mo_oauth_admin_email' ) ); ?>"
    125                     required />
     124                    name="mo_oauth_contact_us_email" id="mo_oauth_contact_us_email" value="<?php echo esc_attr( get_option( 'mo_oauth_admin_email' ) ); ?>"
     125                    required maxlength="254"/>
    126126                <input type="tel" id="contact_us_phone" class="mo_settings_table mo_oauth_contact-input-fields" type="tel" id="contact_us_phone"
    127127                    placeholder="Enter your phone number" name="mo_oauth_contact_us_phone"
  • miniorange-login-with-eve-online-google-facebook/trunk/mo_oauth_settings.php

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

    r3254517 r3266893  
    55Tested up to: 6.7
    66Requires PHP: 5.4
    7 Stable tag: 6.26.6
     7Stable tag: 6.26.7
    88License: Expat
    99License URI: https://docs.miniorange.com/mit-license
     
    229229
    230230== Changelog ==
     231= 6.26.7 =
     232* Improved email validation for contact form​
     233* New Slack icon to the UI/assets
     234
    231235= 6.26.6 =
    232236* Added option to check if the REST endpoint is open
     
    805809
    806810== Upgrade Notice ==
     811= 6.26.7 =
     812* Improved email validation for contact form​
     813* New Slack icon to the UI/assets
     814
    807815= 6.26.6 =
    808816* Added option to check if the REST endpoint is open
Note: See TracChangeset for help on using the changeset viewer.