Plugin Directory

Changeset 2848064


Ignore:
Timestamp:
01/13/2023 04:58:29 PM (3 years ago)
Author:
ronymaha
Message:

Committing

Location:
lms-chat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lms-chat/tags/1.2.1/wp-lms-conversition.php

    r2848056 r2848064  
    33/**
    44 * Plugin Name: LMS Chat
    5  * Version: 1.2.0
     5 * Version: 1.2.1
    66 * Description: LMS Chat allow user to communicate with each other and with course teacher. Admin / teacher can capable to active chat application for each course or can enable globally for each courch. We use modern tachnology like scss & reactjs for UI for batter user experience.
    77 * Author: Omar Faruque
     
    1414
    1515define('LMSC_TOKEN', 'lms_conversition');
    16 define('LMSC_VERSION', '1.2.0');
     16define('LMSC_VERSION', '1.2.1');
    1717define('LMSC_FILE', __FILE__);
    1818define('LMSC_PLUGIN_NAME', 'LMS Chat');
  • lms-chat/trunk/wp-lms-conversition.php

    r2848056 r2848064  
    33/**
    44 * Plugin Name: LMS Chat
    5  * Version: 1.2.0
     5 * Version: 1.2.1
    66 * Description: LMS Chat allow user to communicate with each other and with course teacher. Admin / teacher can capable to active chat application for each course or can enable globally for each courch. We use modern tachnology like scss & reactjs for UI for batter user experience.
    77 * Author: Omar Faruque
Note: See TracChangeset for help on using the changeset viewer.