Plugin Directory

Changeset 3296457


Ignore:
Timestamp:
05/19/2025 12:40:14 PM (11 months ago)
Author:
expresstechsoftware
Message:

Updating version 1..0.6 to support wordpress 5.8

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

Legend:

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

    r3087597 r3296457  
    55Requires at least: 5.3
    66Requires PHP: 7.2.0
    7 Tested up to: 6.5
    8 Stable tag: 1.0.5
     7Tested up to: 6.8
     8Stable tag: 1.0.6
    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

    r3087597 r3296457  
    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.5
     19 * Version:           1.0.6
    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.5' );
     79define( 'CONNECT_PROFILEPRESS_AND_DISCORD_VERSION', '1.0.6' );
    8080
    8181/**
  • connect-profilepress-and-discord/trunk/includes/class-connect-profilepress-and-discord.php

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