Plugin Directory

Changeset 3156999


Ignore:
Timestamp:
09/24/2024 02:33:43 PM (18 months ago)
Author:
expresstechsoftware
Message:

Fixed issue with exceeding tag limit in plugin's metadata to comply with WordPress.org requirements.

Location:
pmpro-discord-add-on
Files:
144 added
3 edited

Legend:

Unmodified
Added
Removed
  • pmpro-discord-add-on/trunk/CHANGELOG.txt

    r3154426 r3156999  
     1= 1.2.22 =
     2- Fixed issue with exceeding tag limit in plugin's metadata to comply with WordPress.org requirements.
     3
    14= 1.2.21 =
    25- Implemented Single Sign-On (SSO) feature with Discord - allowing users to authenticate via the "Connect with Discord" button without needing to manually create an account if one already exists
  • pmpro-discord-add-on/trunk/pmpro-discord.php

    r3154426 r3156999  
    44 * Plugin URI:  https://www.expresstechsoftwares.com/step-by-step-documentation-guide-on-how-to-connect-pmpro-and-discord-server-using-discord-addon
    55 * Description: Connect your PaidMebershipPro site to your discord server, enable your members to be part of your community.
    6  * Version: 1.2.21
     6 * Version: 1.2.22
    77 * Author: ExpressTech Software Solutions Pvt. Ltd., Strangers Studios
    88 * Author URI: https://www.expresstechsoftwares.com
     
    1515
    1616// create plugin version constant.
    17 define( 'ETS_PMPRO_VERSION', '1.2.21' );
     17define( 'ETS_PMPRO_VERSION', '1.2.22' );
    1818
    1919// create plugin url constant.
  • pmpro-discord-add-on/trunk/readme.txt

    r3154426 r3156999  
    11=== Unlock Exclusive Discord Access: Introducing the Free PMPro-Discord Addon — Elevate Your Community Engagement! ===
    22Contributors: expresstechsoftware, webbdeveloper, sunnysoni, strangerstudios
    3 Tags: Discord, Talk, Video Chat, Hang Out, Friends, Memberships, discord role management
     3Tags: discord, communities, membership, pmpro, WordPress.
    44Donate link: https://paypal.me/supportets
    55Author URI: https://www.expresstechsoftwares.com
     
    88Tested up to: 6.5
    99Requires PHP: 7.0
    10 Stable tag: 1.2.21
     10Stable tag: 1.2.22
    1111License: GPLv2
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.