Changeset 2848064
- Timestamp:
- 01/13/2023 04:58:29 PM (3 years ago)
- Location:
- lms-chat
- Files:
-
- 2 edited
-
tags/1.2.1/wp-lms-conversition.php (modified) (2 diffs)
-
trunk/wp-lms-conversition.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lms-chat/tags/1.2.1/wp-lms-conversition.php
r2848056 r2848064 3 3 /** 4 4 * Plugin Name: LMS Chat 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * 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. 7 7 * Author: Omar Faruque … … 14 14 15 15 define('LMSC_TOKEN', 'lms_conversition'); 16 define('LMSC_VERSION', '1.2. 0');16 define('LMSC_VERSION', '1.2.1'); 17 17 define('LMSC_FILE', __FILE__); 18 18 define('LMSC_PLUGIN_NAME', 'LMS Chat'); -
lms-chat/trunk/wp-lms-conversition.php
r2848056 r2848064 3 3 /** 4 4 * Plugin Name: LMS Chat 5 * Version: 1.2. 05 * Version: 1.2.1 6 6 * 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. 7 7 * Author: Omar Faruque
Note: See TracChangeset
for help on using the changeset viewer.