Changeset 3348944
- Timestamp:
- 08/23/2025 10:51:07 AM (5 months ago)
- Location:
- lithe-course/trunk
- Files:
-
- 2 edited
-
lithe-course.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lithe-course/trunk/lithe-course.php
r3348935 r3348944 4 4 * Plugin URI: https://github.com/Tunglin-Li/lithe-course 5 5 * Description: A comprehensive learning management system (LMS) plugin for WordPress with modern blocks, course organization, and student enrollment features. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Tunglin Li 8 8 * Author URI: https://github.com/Tunglin-Li/ … … 32 32 33 33 // Define plugin constants 34 define('LITHECOURSE_VERSION', '1.0. 0');34 define('LITHECOURSE_VERSION', '1.0.1'); 35 35 define('LITHECOURSE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 36 36 define('LITHECOURSE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
lithe-course/trunk/readme.txt
r3348935 r3348944 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.