Plugin Directory

Changeset 3294158


Ignore:
Timestamp:
05/15/2025 12:59:33 PM (11 months ago)
Author:
expresstechsoftware
Message:

Updating 1.0.12 version

Location:
connect-lifterlms-to-discord
Files:
163 added
4 edited

Legend:

Unmodified
Added
Removed
  • connect-lifterlms-to-discord/trunk/CHANGELOG.txt

    r3118269 r3294158  
     1= 1.0.12 =
     2- Updated plugin to support WordPress version 6.8
     3
    14= 1.0.11 =
    25- **Enhancement:** Added validation to ensure `$attempt` is set and is a valid `LLMS_Quiz_Attempt` object.
  • connect-lifterlms-to-discord/trunk/README.txt

    r3118269 r3294158  
    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.11
     10Stable tag: 1.0.12
    1111License: GPLv2
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • connect-lifterlms-to-discord/trunk/includes/class-lifterlms-discord-addon.php

    r3118269 r3294158  
    7171            $this->version = LIFTERLMS_DISCORD_ADDON_VERSION;
    7272        } else {
    73             $this->version = '1.0.11';
     73            $this->version = '1.0.12';
    7474        }
    7575        $this->plugin_name = 'lifterlms-discord-addon';
  • connect-lifterlms-to-discord/trunk/lifterlms-discord-addon.php

    r3118269 r3294158  
    1717 * Plugin URI:        https://www.expresstechsoftwares.com/?page_id=18295&preview=true
    1818 * Description:       Create an engaging community/forum of your LifterLMS online courses, sell private content. Discord is the #1 tool for students to learn in groups, chat and video.
    19  * Version:           1.0.11
     19 * Version:           1.0.12
    2020 * Author:            ExpressTech Softwares Solutions Pvt Ltd
    2121 * Author URI:        https://www.expresstechsoftwares.com
Note: See TracChangeset for help on using the changeset viewer.