Plugin Directory

Changeset 3087597


Ignore:
Timestamp:
05/16/2024 09:38:24 AM (23 months ago)
Author:
expresstechsoftware
Message:

Updating version 1.0.5

Location:
connect-profilepress-and-discord
Files:
161 added
3 edited

Legend:

Unmodified
Added
Removed
  • connect-profilepress-and-discord/trunk/README.txt

    r3018870 r3087597  
    11=== Connect ProfilePress and Discord ===
    2 Contributors: expresstechsoftware, webbdeveloper, sunnysoni
     2Contributors: expresstechsoftware, webbdeveloper, sunnysoni, vanbom
    33Donate link: https://www.expresstechsoftwares.com
    44Tags: discord, membership, ecommerce, user registration, user profile, membership plugin, members, member, users, profile, front-end profile, avatar
    55Requires at least: 5.3
    66Requires PHP: 7.2.0
    7 Tested up to: 6.4
    8 Stable tag: 1.0.4
     7Tested up to: 6.5
     8Stable tag: 1.0.5
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • connect-profilepress-and-discord/trunk/connect-profilepress-and-discord.php

    r3018870 r3087597  
    1717 * Plugin URI:        https://www.expresstechsoftwares.com/connect-profilepress-and-discord
    1818 * Description:       Sell private access to your discord server, and assign discord roles as per the membership level of the users.
    19  * Version:           1.0.4
     19 * Version:           1.0.5
    2020 * Author:            ExpressTech Software Solutions Pvt. Ltd.
    2121 * Author URI:        https://www.expresstechsoftwares.com
     
    7777 * Rename this for your plugin and update it as you release new versions.
    7878 */
    79 define( 'CONNECT_PROFILEPRESS_AND_DISCORD_VERSION', '1.0.4' );
     79define( 'CONNECT_PROFILEPRESS_AND_DISCORD_VERSION', '1.0.5' );
    8080
    8181/**
  • connect-profilepress-and-discord/trunk/includes/class-connect-profilepress-and-discord.php

    r3018870 r3087597  
    7171            $this->version = CONNECT_PROFILEPRESS_AND_DISCORD_VERSION;
    7272        } else {
    73             $this->version = '1.0.4';
     73            $this->version = '1.0.5';
    7474        }
    7575        $this->plugin_name = 'connect-profilepress-and-discord';
Note: See TracChangeset for help on using the changeset viewer.