Plugin Directory

Changeset 2672920


Ignore:
Timestamp:
02/04/2022 01:12:46 PM (4 years ago)
Author:
ronymaha
Message:

Commit 1.0.1 version

Location:
lms-chat
Files:
61 added
2 edited

Legend:

Unmodified
Added
Removed
  • lms-chat/trunk/includes/class-lmsc-public.php

    r2664723 r2672920  
    8282
    8383
    84 
    85    
    86 
    87 
    88 
    8984    /** Handle Post Typ registration all here
    9085     */
     
    9287    {
    9388        if(is_user_logged_in(  ) && !is_admin()){
     89            if (!function_exists('is_plugin_active')) {
     90                include_once(ABSPATH . 'wp-admin/includes/plugin.php');
     91            }
    9492            add_action('wp_enqueue_scripts', array($this, 'frontend_enqueue_styles'), 10);
    95             add_action('wp_footer', array($this, 'lmsc_foother_callback') );
     93            add_action('wp_footer', array($this, 'lmsc_footer_callback') );
    9694        }
    9795    }
     
    120118     * @return  footer html for chat application
    121119     */
    122     public function lmsc_foother_callback(){
     120    public function lmsc_footer_callback(){
    123121        global $post, $current_user;
    124122        $config = get_option( 'lmsc_config', array() );
  • lms-chat/trunk/readme.txt

    r2666037 r2672920  
    1 === WP Learning Management System (LMS) Chat Application ===
     1=== Learning Management System (LMS) Chat Application ===
    22Author: Omar Faruque
    33Author URI: https://omer-faruque.me
    44Contributors: WebAid
    55Donate link:
    6 Tags: Chats, LMS-Chat, Learnpress, MasterStudy-LMS, LearnDash, lifterlms, tutor, Sensei-LMS, MemberPress, Firebase
     6Tags: chats, chat, lms chat, learnpress, masterstudy lms, learndash, lifterlms, tutor, sensei lms, memberpress, firebase
    77License: GPLv2 or later
    88Requires at least: 4.4.0
    99Tested up to: 5.8.2
    10 Stable tag: 1.0.0
     10Stable tag: 1.0.1
    1111
    1212WP LMS Conversation allow to conversation with LMS teacher or other student.
     
    7373== Changelog ==
    7474
     75= 1.0.1 =
     76* Fix fatal error on front-end
     77
    7578= 1.0.0 =
    7679* Initial release
Note: See TracChangeset for help on using the changeset viewer.