Plugin Directory

Changeset 3293576


Ignore:
Timestamp:
05/14/2025 10:50:32 PM (11 months ago)
Author:
expresstechsoftware
Message:

Updating 1.0.11 version

Location:
connect-gamipress-and-discord
Files:
168 added
3 edited

Legend:

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

    r3072210 r3293576  
    66Author: ExpressTech Software Solutions Pvt. Ltd.
    77Requires at least: 4.7
    8 Tested up to: 6.5
     8Tested up to: 6.8
    99Requires PHP: 7.0
    10 Stable tag: 1.0.10
     10Stable tag: 1.0.11
    1111License: GPLv2
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • connect-gamipress-and-discord/trunk/connect-gamipress-discord-addon.php

    r3072210 r3293576  
    1717 * Plugin URI:        https://www.expresstechsoftwares.com/connect-gamipress-and-discord/
    1818 * Description:       Create a community of your users by connecting your GamiPress Website to your Discord server.
    19  * Version:           1.0.10
     19 * Version:           1.0.11
    2020 * Author:            ExpressTech Softwares Solutions Pvt Ltd
    2121 * Author URI:        https://www.expresstechsoftwares.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'CONNECT_GAMIPRESS_DISCORD_ADDON_VERSION', '1.0.10' );
     38define( 'CONNECT_GAMIPRESS_DISCORD_ADDON_VERSION', '1.0.11' );
    3939
    4040/**
  • connect-gamipress-and-discord/trunk/includes/class-connect-gamipress-discord-addon.php

    r3072210 r3293576  
    7171            $this->version = CONNECT_GAMIPRESS_DISCORD_ADDON_VERSION;
    7272        } else {
    73             $this->version = '1.0.10';
     73            $this->version = '1.0.11';
    7474        }
    7575        $this->plugin_name = 'connect-gamipress-discord-addon';
Note: See TracChangeset for help on using the changeset viewer.