=== LMS FenixPress ===
Contributors: scarbonellwebdev
Donate link: https://www.instagram.com/scarbonell_webdev/
Tags: lms, courses, e-learning, education
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lightweight LMS plugin for creating courses, lessons, and quizzes in WordPress with student dashboard, progress tracking, and enrollment control.

== Description ==

LMS FenixPress turns WordPress into a simple and fast learning platform.

Main features:

* Custom Post Types for courses, lessons, and quizzes.
* Module taxonomy to organize learning content.
* Enrollment-based access control.
* Student dashboard with course progress.
* Shortcodes for courses, login, and dashboard pages.
* Admin interface for course building and enrollment management.

Available shortcodes:

* `[lms_courses]` Displays all published courses.
* `[lms_course id="123"]` Displays a specific course.
* `[lms_dashboard]` Displays the student dashboard.
* `[lms_login]` Displays the login form.

== Installation ==

1. Compress the plugin folder into a `.zip` file.
2. In WordPress, go to **Plugins > Add New > Upload Plugin**.
3. Upload the ZIP and install it.
4. Activate the plugin.
5. Go to **Courses** to create your first course.
6. Create a "Courses" page and add `[lms_courses]`.
7. Create a "Dashboard" page and add `[lms_dashboard]`.
8. Optional: create a "Login" page with `[lms_login]`.

== Frequently Asked Questions ==

= Do I need a specific theme? =

No. The plugin works with any modern WordPress-compatible theme.

= How is access restricted? =

Only enrolled users can access course content and lessons.

= What type of content can I create? =

Courses, lessons, and quizzes organized by modules.

= Does it include progress tracking? =

Yes. The student dashboard displays course completion percentage.

== Screenshots ==

1. Student dashboard with progress tracking.
2. Backend course builder interface.

== Changelog ==

= 1.0.0 =
* First public release.
* Course, lesson, and quiz management.
* Enrollment and access control.
* Student dashboard with progress tracking.
* Frontend shortcodes.

== Upgrade Notice ==

= 1.0.0 =
First stable release of LMS FenixPress.