Plugin Directory

Changeset 3294163


Ignore:
Timestamp:
05/15/2025 01:04:10 PM (11 months ago)
Author:
expresstechsoftware
Message:

Updating 1.0.6 version

Location:
connect-restrictcontentpro-to-discord-addon
Files:
161 added
3 edited

Legend:

Unmodified
Added
Removed
  • connect-restrictcontentpro-to-discord-addon/trunk/README.txt

    r3087565 r3294163  
    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.5
     10Stable tag: 1.0.6
    1111License: GPLv2
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • connect-restrictcontentpro-to-discord-addon/trunk/includes/class-restrictcontentpro-discord-addon.php

    r3087565 r3294163  
    7171            $this->version = RESTRICTCONTENTPRO_DISCORD_ADDON_VERSION;
    7272        } else {
    73             $this->version = '1.0.5';
     73            $this->version = '1.0.6';
    7474        }
    7575        $this->plugin_name = 'restrictcontentpro-discord-addon';
  • connect-restrictcontentpro-to-discord-addon/trunk/restrictcontentpro-discord-addon.php

    r3087565 r3294163  
    1717 * Plugin URI:        https://www.expresstechsoftwares.com/restrictcontentpro-discord-addon
    1818 * Description:       Connect your Restrict Content Pro site to your discord server, enable your members to be part of your discord community.
    19  * Version:           1.0.5
     19 * Version:           1.0.6
    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( 'RESTRICTCONTENTPRO_DISCORD_ADDON_VERSION', '1.0.5' );
     38define( 'RESTRICTCONTENTPRO_DISCORD_ADDON_VERSION', '1.0.6' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.