Plugin Directory

Changeset 3054945


Ignore:
Timestamp:
03/20/2024 04:45:10 AM (2 years ago)
Author:
nimeshatxecurify
Message:

WP OAuth Server 6.0.5

  • Fixed the backslash issue for linux environments.
Location:
miniorange-oauth-20-server
Files:
269 added
4 edited

Legend:

Unmodified
Added
Removed
  • miniorange-oauth-20-server/trunk/admin/helper/class-miniorange-oauth-20-server-customer.php

    r3054686 r3054945  
    1313 */
    1414
    15 require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'admin\helper\constants\class-miniorange-oauth-20-server-oauth-constants.php';
     15require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARATOR . 'helper' . DIRECTORY_SEPARATOR . 'constants' . DIRECTORY_SEPARATOR . 'class-miniorange-oauth-20-server-oauth-constants.php';
    1616
    1717/**
     
    185185    public function mo_oauth_send_email_alert( $email, $phone, $message, $rating = '' ) {
    186186
    187         require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . 'includes/class-miniorange-oauth-20-server.php';
     187        require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . 'includes' . DIRECTORY_SEPARATOR . 'class-miniorange-oauth-20-server.php';
    188188        $mo_server = new Miniorange_Oauth_20_Server();
    189189        $version   = $mo_server->get_version();
  • miniorange-oauth-20-server/trunk/mo_oauth_settings.php

    r3054686 r3054945  
    1616 * Plugin URI:        https://www.miniorange.com
    1717 * Description:       Setup your site as Identity Server to allow Login with WordPress or WordPress Login to other client application /site using OAuth / OpenID Connect protocols.
    18  * Version:           6.0.4
     18 * Version:           6.0.5
    1919 * Requires at least: 4.8
    2020 * Requires PHP:      5.6
     
    3737 * Rename this for your plugin and update it as you release new versions.
    3838 */
    39 define( 'MINIORANGE_OAUTH_20_SERVER_VERSION', '6.0.4' );
     39define( 'MINIORANGE_OAUTH_20_SERVER_VERSION', '6.0.5' );
    4040
    4141define( 'MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_URL', plugin_dir_url( __FILE__ ) );
  • miniorange-oauth-20-server/trunk/public/class-miniorange-oauth-20-server-public.php

    r3054686 r3054945  
    1616require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
    1717require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'errorlogs' . DIRECTORY_SEPARATOR . 'class-mo-oauth-server-debug.php';
    18 require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'admin\helper\constants\class-miniorange-oauth-20-server-oauth-constants.php';
     18require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARATOR . 'helper' . DIRECTORY_SEPARATOR . 'constants' . DIRECTORY_SEPARATOR . 'class-miniorange-oauth-20-server-oauth-constants.php';
    1919
    2020require_once MINIORANGE_OAUTH_20_SERVER_PLUGIN_DIR_PATH . DIRECTORY_SEPARATOR . 'endpoints/utils.php';
  • miniorange-oauth-20-server/trunk/readme.txt

    r3054686 r3054945  
    55Tested up to: 6.4
    66Requires PHP: 5.6
    7 Stable tag: 6.0.4
     7Stable tag: 6.0.5
    88License: MIT/Expat
    99License URI: https://docs.miniorange.com/mit-license
     
    175175== Changelog ==
    176176
     177= 6.0.5 =
     178* Fixed the backslash issue for linux environments.
     179
    177180= 6.0.4 =
    178181* UI & UX improvements for feedback and support forms.
     
    412415== Upgrade Notice ==
    413416
     417= 6.0.5 =
     418* Fixed the backslash issue for linux environments.
     419
    414420= 6.0.4 =
    415421* UI & UX improvements for feedback and support forms.
Note: See TracChangeset for help on using the changeset viewer.