Plugin Directory

Changeset 3297581


Ignore:
Timestamp:
05/20/2025 05:56:10 PM (10 months ago)
Author:
teamwpminiorange
Message:

Discord Integration v2.2.2

Location:
miniorange-discord-integration
Files:
80 added
3 edited

Legend:

Unmodified
Added
Removed
  • miniorange-discord-integration/trunk/class-mocustomerdiscordverification.php

    r2890245 r3297581  
    1616along with this program.  If not, see <http://www.gnu.org/licenses/>
    1717 *
    18  * @package         miniOrange OAuth
    19  * @license     http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
     18 * @package         miniOrange
     19 * @license     https://plugins.miniorange.com/mit-license miniOrange
    2020 */
    2121
  • miniorange-discord-integration/trunk/miniorange_discord_sso_settings.php

    r3129882 r3297581  
    44 * Plugin URI: https://www.miniorange.com
    55 * Description: Allow your users to Log in with Discord using customizable buttons and map their profile attributes with WordPress
    6  * Version: 2.2.1
     6 * Version: 2.2.2
    77 * Author: miniOrange
    8  * License: MIT/Expat
    9  * License URI: https://docs.miniorange.com/mit-license
     8 * License: Expat
     9 * License URI: https://plugins.miniorange.com/mit-license
    1010 *
    1111 * @package MO_DISCORD_INTEGRATOR
    1212 */
    1313
    14 define( 'MO_DISCORD_INTEGRATOR_VERSION', '2.2.1' );
     14define( 'MO_DISCORD_INTEGRATOR_VERSION', '2.2.2' );
    1515define( 'MO_DISCORD_PLUGIN_URL', plugin_dir_url( __FILE__ ) . 'includes/images/icons/' );
    1616define( 'MOSL_DISCORD_PLUGIN_DIR', str_replace( '/', '\\', plugin_dir_path( __FILE__ ) ) );
  • miniorange-discord-integration/trunk/readme.txt

    r3129882 r3297581  
    44Tags: Discord, Login, SSO, Discord Login, Discord Avatar
    55Requires at least: 2.0.2
    6 Tested up to: 6.6
     6Tested up to: 6.8
    77Requires PHP: 7.0
    8 Stable tag: 2.2.1
    9 License: MIT/Expat
    10 License URI: https://docs.miniorange.com/mit-license
     8Stable tag: 2.2.2
     9License: Expat
     10License URI: https://plugins.miniorange.com/mit-license
    1111
    1212Enable Discord login and integration with WordPress to implement features like Role Mapping, Attribute Mapping, User Profile Registration & Restriction, Avatar Mapping, Profile Picture Mapping and Role synchronization. WordPress Discord Integration streamlines the user login and registration process by enabling social login with Discord user profile.
     
    103103
    104104==Changelog==
     105= 2.2.2 =
     106* Compatible with WP version 6.8
     107* URL migration
     108
    105109= 2.2.1 =
    106110* Compatible with WP version 6.6
     
    146150
    147151== Upgrade Notice ==
     152= 2.2.2 =
     153* Compatible with WP version 6.8
     154* URL migration
     155
    148156= 2.2.1 =
    149157* Compatible with WP version 6.6
Note: See TracChangeset for help on using the changeset viewer.