Plugin Directory

Changeset 3348944


Ignore:
Timestamp:
08/23/2025 10:51:07 AM (5 months ago)
Author:
chopperbell
Message:

Fix version numbers to 1.0.1 in plugin header and Stable tag

Location:
lithe-course/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lithe-course/trunk/lithe-course.php

    r3348935 r3348944  
    44 * Plugin URI: https://github.com/Tunglin-Li/lithe-course
    55 * Description: A comprehensive learning management system (LMS) plugin for WordPress with modern blocks, course organization, and student enrollment features.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Tunglin Li
    88 * Author URI: https://github.com/Tunglin-Li/
     
    3232
    3333// Define plugin constants
    34 define('LITHECOURSE_VERSION', '1.0.0');
     34define('LITHECOURSE_VERSION', '1.0.1');
    3535define('LITHECOURSE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    3636define('LITHECOURSE_PLUGIN_URL', plugin_dir_url(__FILE__));
  • lithe-course/trunk/readme.txt

    r3348935 r3348944  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.