Release notes / LearnDash Dashboard
Premium Plugin Plugin

LearnDash Dashboard

LearnDash instructors have no frontend to manage their courses and students are left hunting through WordPress backend screens. LearnDash Dashboard gives instructors a frontend course builder, dedicated dashboards, quiz tracking, assignment management, and Zoom integration. Per-student progress analytics and exportable reports let group leaders and admins stay on top of every learner without touching wp-admin.

107 releases
v7.6.3 latest
June 10, 2026 shipped

v7.6.3 Latest

June 10, 2026
Fix 4

Fix

  • The Lesson/Topic and Quiz report filters now cascade from the selected Course and start scoped on page load - choosing a Course narrows both dropdowns to only that Course's lessons and quizzes (an empty list when the Course has none), changing the Course resets them, and on initial load they show only their placeholder instead of every lesson/quiz, so the report is never filtered by a lesson/quiz that belongs to a different course (Basecamp #9972499968).
  • Action-column buttons in the report tables (approve + View More, View Assignment + View More) and the status-column controls now keep a consistent 8px gap instead of touching. The action/status cells are laid out as a centered flex row, so the same spacing applies to every report table (Essay, Assignment, Quiz, Course Progress).
  • The instructor Course Management > Questions tab now lists every question attached to the instructor's quizzes regardless of who authored them. Questions created by an admin (or attached to a quiz whose builder map is empty) were previously dropped; they are now gathered by quiz association, not just author (Basecamp #9976921384).
  • When the Meetings tab is enabled for the Student role, students now get a join-only view (Upcoming / Past meetings). The Create New Meeting button, the create/edit form, and the per-row Edit/Delete actions are now restricted to instructors and admins (Basecamp #9976804954).

v7.6.2

June 8, 2026
Fix 1

Fix

  • Lesson/Topic and Quiz dropdowns in the Reports filters (Essay Report, Assignment Report, Quiz Report) were stuck disabled and could not be used to filter. The hardcoded disabled attribute was orphaned when the legacy report script was retired in 7.6.1; the dropdowns now load and filter the report like the Course and Status filters (Basecamp #9972499968).

v7.6.1

June 8, 2026
Improve 1 Fix 7 Note 2

Improve

  • Accessibility - dashboard controls are now labelled with a visible keyboard focus ring.

Fix

  • Essay Report CSV/Excel export now includes the Date of submission, Course, and Lesson columns and shows the essay Status as "Not Graded" / "Graded" instead of the approve button. The UI-only Action and Download columns are excluded from the export (Basecamp #9966792712).
  • Quiz, Assignment, and Course Progress report exports no longer include the on-screen action and report buttons, so the exported CSV/Excel files contain clean data only.
  • Essay grading points now render in place immediately after approval, and entered points are clamped to the question's maximum.
  • Course Completion chart no longer flickers or resizes on load.
  • Associated Course dropdown is now populated for instructors creating content from the frontend.
  • Featured images now display on Lesson, Topic, Quiz, and Question cards in the dashboard.
  • Pagination on the Assignments tab (and every other instructor content tab) fired twice per click and could jump to the wrong page - First went nowhere and Last always jumped to page 4 regardless of the real page count. Two parallel JavaScript pagers were bound to the same buttons and read the page number two different ways. Consolidated to a single pager that derives the target page from the AJAX response, so every tab paginates correctly with one request per click (Basecamp #9966019124).

Note

  • Introduced one canonical pagination control (ld_dashboard_render_pagination() partial + a single state-driven pager in ld-dashboard-filters.js). Pagination markup is no longer hand-copied into each template and carries no hard-coded page numbers, removing the drift that caused the dual-reader bug. A code-audit guard now fails the build if a second pager handler or a hard-coded page number is reintroduced.
  • The My Courses, Certificates, and instructor content tabs all render through the same unified AJAX pipeline. Courses and Certificates moved off full-page reloads to in-place AJAX pagination, search, and status filtering, matching the rest of the dashboard.

v7.6.0

Fix 3 Dev 2 Note 4

Fix

  • New Section Heading button in the course builder was inert. Restored the click handler that was lost when the legacy builder JavaScript was consolidated into modules; sections now create, render, and save to course_sections as before.
  • Inline rename (the pencil next to a title) did nothing for sections, topics, and quizzes. Restored all three rename handlers; section renames persist on course save, topic and quiz renames persist immediately via AJAX. Lesson rename was unaffected.
  • Final (course-level) quiz could not be added from the frontend course builder. The quiz search dropdown stayed empty and clicking Add Quiz reloaded the page. The search results now map correctly and the Add button attaches the selected quiz as a course-level final quiz.

Dev

  • grunt minify now works clean on Node 22+ without --force. Glob transitive dep overridden to ^8.1.0 to avoid the Symbol-coercion bug in glob 7. Node engine pinned via .nvmrc; CLAUDE.md documents nvm use as a first-clone step.
  • wppqa baseline refreshed (149 known-issue count, all pre-existing patterns documented for follow-up tech-debt cards).

Note

  • Route Registry - single source of truth for which JS/CSS each dashboard tab needs. Eliminates the drift class that produced the Activity Feed pagination and Submitted Essays approve-button regressions in 7.5.4. Adding a new tab is now one declaration.
  • Submitted Essays tab migrated to the modern reports architecture. Renders via the unified table renderer with delegated approve/points handlers; legacy WP_Query template removed.
  • report-manager init() split into bindGlobalHandlers() (always runs) and initFromAttributes() (gated on report-container presence). Approve buttons can no longer fail to bind because of a missing route entry.
  • Cert Builder is now the single source of truth for page size, orientation, font, dimensions, and background. cert_options post_meta is derived once from the block by the existing sync hook. Eliminates the recurring "block / cert_options diverged" bug class that produced 9 separate fixes in 7.5.4.

v7.5.4

New 2 Fix 15 Dev 1 Compat 2

New

  • New "Enrollment Code Redeem Widget" toggle in General Settings to hide the redeem field on student dashboards for sites that do not use enrollment codes.
  • Parent course / parent lesson selector added to the dashboard's Lesson and Topic forms so instructors can place new content under the right course in one step.

Fix

  • Course Activity pagination buttons (First, Previous, Next, Last) now respond to clicks instead of silently doing nothing.
  • Course Activity per-page limit (Activities setting) is now honored on both initial render and pagination AJAX.
  • Submitted Essays approve button now actually grades and saves the essay.
  • Dashboard Cover Image upload now persists when you click Save Changes.
  • Certificate Builder block sync. Page size and orientation now stay in lock-step between the dashboard certificate form and the block editor.
  • Certificate Builder Letter/Landscape defaults now sync to the dashboard form (Gutenberg strips default-valued block attrs, so the original sync was silently no-op for that combination).
  • Saving a certificate no longer wipes background image, font, and dimension data set in the Certificate Builder block.
  • "Course Content" row under Field Restrictions admin renamed to "Course Content Table" so the toggle's purpose (lesson list visibility setting, not the description editor) is unambiguous.
  • Student Details empty state no longer overlaps the loading indicator.
  • Bulk export now shows the real group enrollment date instead of placeholder text.
  • Course card "Price" label no longer appears when the course has no price set.
  • Time tracking course report renders percentages correctly on non-English locales.
  • Filter-driven pagination no longer triggers a division-by-zero notice when results are empty.
  • Instructor reports that use the LearnDash REST client now return data instead of an error.
  • Cache invalidation for group and course data now refreshes every cached variant on object cache backends.

Dev

  • Removed dead AJAX handlers and stale cache invalidation hooks.

Compat

  • Activation guard plus admin notice when LearnDash is below the supported 5.0 baseline.
  • Replaced deprecated LearnDash 4.x helper functions for forward compatibility with LearnDash 5.x.

v7.5.3

Improve 3 Fix 1

Improve

  • Bulk course export with detailed progress and time tracking information.
  • Time formatting in format_time_spent method.
  • Translation template (.pot file).

Fix

  • Fatal error in bulk management operations.

v7.5.2

Improve 1 Fix 5

Improve

  • Updated WordPress compatibility to 6.9.

Fix

  • Student course-progress loader lifecycle - loader kept outside AJAX payload.
  • Dashboard course filters UI cleanup.
  • Student course progress loader UI improvements.
  • Escaped output in AJAX handler for security.
  • Capability check on wbcom AJAX handler.

v7.5.1

Fix 3

Fix

  • Fixed assignment reports not rendering in chronological order.
  • Fixed assignment approve issue.
  • Fixed fatal error related to ACF field.

v7.5.0

New 14 Improve 12 Fix 16 Security 4 Dev 8

New

  • Private Messaging system for student-instructor communication with inbox/compose UI.
  • Bulk Student Management admin tool with CSV export.
  • Dashboard Insights tab with revenue, instructor performance, and top courses charts.
  • Time Tracking tab for monitoring student time spent on courses.
  • Course Cloning with full hierarchy duplication (lessons, topics, quizzes, questions).
  • Enrollment Codes generator for bulk self-enrollment.
  • Assignment Deadlines with due dates, overdue badges, and student tab.
  • Uncanny Groups module with group creation wizard, seat badges, and hierarchy management.
  • Email Template system - WooCommerce-style templates with shared wrapper pattern and DB-backed queue.
  • Announcement meta box in WP Admin with course selection and email notification.
  • Dashboard widgets - Quick Actions, Action Items, Continue Learning.
  • AJAX Select2 course dropdowns and report exclusion filters.
  • Withdrawal tab with datepicker when commission is enabled.
  • Centralized menu defaults with v7.5.0 migration and type-safe settings fallbacks.

Improve

  • Zoom module - OAuth token caching, Zoom Meeting SDK upgraded from v3.8.5 to v5.1.2, unified setup guide, live status check, recording download support.
  • Instructor pages overhaul - merged Settings into Profile tab, centered course count/rating on listing cards.
  • Email system - 10 templates converted to shared wrapper pattern, admin Design Settings brand colors applied.
  • Admin settings - unified DataTables with AJAX, export buttons, column visibility across 4 admin pages.
  • Mobile responsive - card layouts with data-title labels, chart container heights, bulk management tabs.
  • ACF upgraded from 6.3.9 to 6.7.0.
  • LearnDash 4.x compatibility with REST API migration and deprecated API replacements.
  • Role detection standardized across 58 files.
  • Group leader data access scoped across reports and dashboard stats.
  • Settings defaults audit - 33 missing keys fixed, 2 unguarded accesses resolved.
  • Admin settings simplified - dead options removed, tabs merged, primary fields protected.
  • Performance - REGEXP queries replaced with LIKE patterns, pagination added to cron jobs, on-demand user statistics REST endpoint.

Fix

  • 112 orphaned template files removed (18,367 lines cleanup).
  • 21 dead PHP methods and legacy JS monolith removed.
  • Course/lesson/topic auto-association when created from dashboard UI.
  • WpProQuiz records auto-created for quizzes and questions saved from dashboard.
  • Course steps and quiz questions no longer wiped when saving from frontend.
  • ACF form fields rendering with Field Builder architecture.
  • Report filter dropdowns no longer stripped by wp_kses_post.
  • Select2 dropdowns rendering above header (z-index fix).
  • Assignment approve button, essay grade filter, bulk AJAX handlers.
  • Co-instructor data preservation during course builder saves.
  • Meeting shortcode rendering full dashboard page instead of meeting.
  • Group leader course-progress report fatal error.
  • Quiz report showing attempts from unrelated courses.
  • Enrollment code generation with MySQL strict mode.
  • User avatar upload, withdrawal methods, earnings tab errors.
  • 100+ additional bug fixes from comprehensive QA audits.

Security

  • 35 security vulnerabilities fixed including IDOR, ownership checks, input sanitization, and nonce validation.
  • Content ownership checks added to assignment/essay approval, email send, and invite flows.
  • Comprehensive sanitization callbacks for general, design, and monetization settings.
  • npm dependencies updated to resolve 15 vulnerabilities.

Dev

  • Complete plugin architecture overhaul - public class reduced from 9,276 to 1,822 lines with class extraction pattern.
  • Modular JavaScript architecture - removed monolithic JS file, split into 20+ focused modules with conditional loading.
  • Modular CSS architecture - split monolithic CSS into 17 component stylesheets with conditional loading.
  • Field Builder architecture - fluent builder pattern for ACF field registration replacing 8 legacy field group classes.
  • Tab Registry architecture - Template Method pattern with abstract base class for 7 content tabs.
  • Module System - self-contained modules (Zoom, BuddyPress, To-Do List) with dependency checking and registry.
  • Reports & Charts - unified registry with REST API, replacing legacy report classes (~2,500 lines removed).
  • Quiz Report - merged quiz-attempts into quiz-report with unified filters and status badges.

v7.4.0

New 1 Fix 9

New

  • New hook to display additional metadata in course listings.

Fix

  • UI issue while creating Zoom meetings from the dashboard.
  • PHP warning triggered during Zoom meeting creation.
  • “Join Meeting” button not working when using shortcode.
  • Assignment scores being saved as 0 instead of the actual grade.
  • Fatal error when creating a final quiz from the frontend.
  • Error logs triggered during quiz creation and while working on quizzes.
  • Prevented empty quizzes from being created and saved.
  • Fatal error when adding a quiz to a lesson during course creation.
  • Essay link redirecting to homepage for co-instructors.

v7.3.0

New 3 Improve 5 Fix 12

New

  • Essay download link in the Essay Report popup.
  • Preview icon on “My Certificates” section.
  • Preview option support in Certificate Builder.

Improve

  • UI for managing featured courses settings.
  • "View Question" link from the frontend dashboard.
  • Question field values and saving behavior.
  • Answer type handling for quizzes.
  • Alignment of save and reset buttons.

Fix

  • Question suggestions not loading until reset.
  • Quiz import issues and related backend errors.
  • Fatal error when adding a question to an existing quiz.
  • Matrix sorting and display option issues.
  • Frontend fields and grade fetch reliability.
  • Essay/open answer question behavior.
  • Issue with creating different question types on frontend.
  • PHP warnings on certificate and quiz report tabs.
  • Text domain loading warning.
  • Issue where answers weren’t displaying when editing backend-created quiz questions.
  • Assignment points typo and improved feedback for approval process.
  • Assignment points calculation error.

v7.2.2

Improve 5 Fix 5

Improve

  • License tab UI and status handling with better checks and readability.
  • Quiz handling with updated AJAX search and UI enhancements for adding quizzes.
  • Certificate management logic in the dashboard.
  • Language files (.pot).
  • Added filter to modify quiz report row data and support custom columns via JS.

Fix

  • Final quiz data not saving correctly in the dashboard.
  • Quiz report answers not displaying when clicking the "(view)" button.
  • Incorrect start date format in exported essay report CSV.
  • Quiz title concatenation issue.
  • Debug output for course status during certificate retrieval.

v7.2.1

New 1 Improve 1 Fix 4

New

  • Query argument to fetch all lessons in the assignment section for better lesson visibility.

Improve

  • Unused files and code from the wbcom folder to reduce clutter and improve performance.

Fix

  • Issue where lessons were not saving properly.
  • DataTables export warning by removing the unnecessary 'last_name' column from the quiz report.
  • Cleaned up quiz report export formatting for better CSV compatibility.
  • Text domain corrections for proper translation loading.

v7.2.0

New 4 Improve 7 Fix 12

New

  • Searchable select course filter on Course Reports page for better usability.
  • Topic and Grade filter options in the Assignments tab.
  • Hooks and filters to add a submenu in the dashboard settings.
  • Email notifications via Uncanny Automator for adding or removing group leaders.

Improve

  • Improved assignment filters for easier student management.
  • UI improvements for quiz content, topic toggle, and course structure frontend.
  • Cover and avatar images management on the dashboard.
  • Improved course, lesson, and topic management experience.
  • Dashboard cover and avatar upload UX.
  • PHPCS compliance across plugin files.
  • Overall backend and frontend experience for instructors and admins.

Fix

  • Incorrect display of users when filtering by Course vs. Group.
  • Inconsistent display of certificates between frontend and backend.
  • "View More" button not working in reports.
  • Issue adding quizzes when creating a topic from the right sidebar.
  • Essay report button issues with large record sets.
  • Post data not showing properly on tabs.
  • All associated lessons not displaying correctly on the Assignment page.
  • Assignment points functionality.
  • Horizontal scroll issues in reports.
  • Topic meta field synchronization.
  • Group leader quiz report access issue.
  • Author filter issue for admin users in reports.

v7.1.0

New 5 Improve 1 Fix 5

New

  • Email notifications via Uncanny Automator when adding or removing a group leader from a group.
  • Missing course fields for better data consistency.
  • Missing lesson fields to ensure complete course structure.
  • Hooks and filters to allow adding a submenu in the dashboard settings.
  • Assignment points display on the assignments page.

Improve

  • Synced topic meta field for better course data tracking.

Fix

  • Email not sent via Uncanny Automator issue.
  • Post data not showing correctly in tabs.
  • All associated lessons not displaying in the dropdown on the Assignment page.
  • Horizontal scroll issue in reports.
  • Assignment points not working correctly.

v7.0.0

Improve 5 Fix 8

Improve

  • Managed LearnDash dashboard icons to avoid conflicts with other themes
  • Embed meeting shortcode from upcoming meeting listing
  • Languages file ld-dashboard.pot
  • Edit section UI for better user experience
  • ld-dashboard-functions.php for performance improvements

Fix

  • Missing dashboard sections in LearnDash
  • Issue with meetings display and functionality
  • Missing meeting shortcode ID on instructor dashboard
  • Redirect issue for subscriber users
  • PHP warning when no group is assigned to a group leader
  • Dashboard menus could be accessed via URL even when disabled
  • Group leader displaying all students irrespective of assigned groups
  • Editing section title redirects to lessons edition page

v6.9.8

New 1 Note 3

New

  • friendly hooks in ld_dashboard_instructors_list.

Note

  • Added customizable login notice and link in ld_dashboard_functions.
  • Integrated LearnDash Manage Assignments for streamlined assignment management.
  • Added browser join link functionality to the meetings tab.

v6.9.7

Improve 4 Fix 4

Improve

  • Improved `.pot` file for translations.
  • Wording in notices to use "are currently available" instead of "at the moment."
  • Language clarity for better user experience.
  • Ensured lowercase formatting for course labels in warnings.

Fix

  • Display notice when instructors have no courses on the Course Report tab.
  • Default value for the Student Details dropdown for instructors.
  • Fallback to `display_name` when `first_name` and `last_name` are empty.
  • Missing constant `EDD_WSS_STORE_URL` in the LearnDash Dashboard license handler.

v6.9.6

Fix 1 Note 17

Fix

  • instructors.

Note

  • Fixed pagination padding and functionality issues, ensuring post loop reset for groups.
  • Added WPML compatibility to `ld_dashboard_render_dashboard_menus`.
  • Fixed missing "Select Group" box in Course Reports tab.
  • Improved instructor (co-author) course display logic.
  • Replaced `[ld_course_list]` shortcode with a direct course loop for better performance and customization.
  • Removed debugging logs and cleaned up instructor profile shortcode logic.
  • Added dynamic rewrite rule for mapped instructors page.
  • Simplified Group Leader statistics logic by removing redundant `learndash_get_group_leader_manage_courses` checks.
  • Simplified Reports tab visibility for Group Leaders.
  • Enhanced Zoom meeting visibility logic and metadata display.
  • Added unique CSS classes for settings tabs (profile, reset, withdraw, zoom) to improve styling and active tab functionality.
  • Fixed course listing order in LearnDash dashboard to show the latest courses first.
  • Resolved duplicate post issues in course listing by resetting `shared_course_ids` array.
  • Added and removed course access dynamically for instructors on addition or detachment.
  • Fixed PHP warnings and license key protection issues.
  • Added `sslverify` fallback condition for secure operations.
  • Optimized LearnDash dashboard templates and updated README for better documentation.

v6.9.5

Note 5

Note

  • Added fallback condition for `sslverify` to improve compatibility with SSL verification.
  • Fixed an issue with license key protection to enhance security.
  • Resolved PHP warnings in the licensing system to ensure smooth operation.
  • based enrollments.
  • Added unique CSS classes for each settings tab (profile, reset, withdraw, zoom) to improve styling specificity and maintain active tab functionality.

v6.9.4

Improve 2 Fix 2

Improve

  • Optimize course listing in LearnDash dashboard, ordering by latest courses first and ensuring unique pagination.
  • Added unique classes to each settings tab for improved styling and customization.

Fix

  • Duplicate post issue in course listing by resetting `shared_course_ids` array.
  • Add course access for co-instructors on addition and remove access on detachment.

v6.9.3

Improve 2

Improve

  • Replaced email with username in user search results for improved privacy.
  • Adjusted assignment download URL to use `learndash_assignment_get_download_url` for more reliable access to assignment downloads.

v6.9.2

Fix 1

Fix

  • Course Display count for all courses on the dashboard.

v6.9.1

Improve 11 Fix 6

Improve

  • ACF updated.
  • NL translations and string consistency improved.
  • PO files updated with new button text and translation strings.
  • `wp_set_script_translations` implemented in `report.js` for JavaScript translations.
  • Course builder drag-and-drop UI improved for smoother handling.
  • Pagination arrows added to the activity tab with RTL support.
  • Error messages and buffer management enhanced for Zoom meeting embeds.
  • Download links for assignments secured and instructor filtering added in LearnDash dashboard.
  • Assignment reports adjusted to display most recent entries first.
  • Dashboard functions moved to root file, redundant files removed.
  • Conditional loading optimized and `get_page_by_title()` replaced with `ld_dashboard_get_page_by_title()`.

Fix

  • Display of Start Date/Time with saved timezone corrected after meeting creation.
  • Typos fixed and translation handling improved for CSV export headers.
  • Translation and localization issues resolved for the single meeting shortcode.
  • "Move to Trash" link issue corrected.
  • RTL layout issues fixed.
  • Warnings and undefined array keys handled in REST API.

v6.9.0

Improve 9 Fix 6

Improve

  • Optimized WP cache and object cache for student counts and dashboard queries.
  • Enhanced performance in `ld_dashboard_get_essay_count` with caching.
  • Implemented `_e()` and `__()` functions for localization.
  • Added string translations for better internationalization.
  • Applied `esc_textarea()` for secure text input handling.
  • Ensured HTML attributes are wrapped in double quotes.
  • Cleaned up logic for checking variables like `$bio` and `$website`.
  • Added validation for `$field` in group courses.
  • Improved language readability and simplified text within templates.

Fix

  • Fixed charts not loading in `ld_student_details` shortcode.
  • Resolved UI break on the single meeting page.
  • Fixed visibility issue in course builder across all tabs.
  • Resolved 404 errors on the single instructor redirect.
  • Secured queries against SQL injection vulnerabilities.
  • PHPCS fixes for escaping and input validation.

v6.8.2

Fix 1

Fix

  • Fixed top course chart is not rendering

v6.8.1

Fix 5

Fix

  • Resolved SVG image 404 icon issue.
  • Scripts are now loaded only on specific pages to improve performance.
  • Aligned instructor avatar to the center for better UI.
  • Addressed layout issues on the instructor page and fixed single 404-page issues.
  • Corrected passcode issue for Zoom meetings.

v6.8.0

New 1 Improve 6 Fix 8

New

  • Implemented Post Status Mapping to the sidebar view of the Course Editing Section.

Improve

  • Revised BuddyPress Messaging integration.
  • Managed course management tab edit pages and course builder page layout UI.
  • Managed preset color options and improved admin dashboard mobile responsiveness.
  • Corrected typo from 'Settings Rest' to 'Settings Reset.'
  • Updated code logic for ld_dashboard_course_completion_rate_callback.
  • Refreshed language files.

Fix

  • Resolved sidebar UI glitch issue with the Reign theme.
  • Addressed fatal error.
  • Corrected width issue and managed sidebar UI for courses, including adding ld-dashboard post meta and a settings tab.
  • Resolved issues with the course content library, ensuring Course Info displays correctly in all conditions.
  • Addressed issues with users' meetings not listing, Zoom SDK role problems, and ensured admin can join meetings.
  • Resolved warnings and corrected the browser link not working for admins.
  • Resolved the Joining Meeting timeout issue with browser join.
  • Corrected undefined variable $avatar_id warning.

v6.7.0

Improve 10 Fix 22

Improve

  • Removed unused avatar code.
  • Simplified conditions in the code.
  • Cleaned up code by separating logic and HTML.
  • Improved meta query for better performance.
  • Processed Course IDs with wp_list_pluck.
  • Displayed counts for active courses, completed courses, quizzes, topics, and lessons.
  • The same function was used to call avatar ld_dashboard_get_custom_avatar.
  • Applied FILTER_SANITIZE_FULL_SPECIAL_CHARS for security.
  • Removed the "Number of Students" option.
  • Added and fixed datatable pagination.

Fix

  • Issues with the announcement filter were addressed.
  • Resolved CPT filter issues.
  • Fixed Datatable pagination issue.
  • Checked BuddyPress compatibility.
  • Corrected quiz attempts tab z-index.
  • Fixed dashboard and course activity tab z-index filter bar issues.
  • Proper initialization of $enrolled_courses.
  • Added a check for the 'search' key.
  • Ensured valid Gravatars are displayed.
  • Corrected dashboard statistics for completed courses and assignments count.
  • Resolved UI issues with the "My Quizzes" filter bar.
  • Addressed the default Gravatar setting issue.
  • Enabled subscribers to upload an avatar.
  • Removed filter icon from dashboard filters.
  • Corrected issue with total time spent data.
  • Resolved Zoom meeting browser join issue.
  • Ensured ACF free version is called only if the Woo Sell Service plugin is not activated.
  • Corrected download certificate issue.
  • Resolved deprecated issues.
  • Fixed fatal error while viewing assignments in the Group Leader Dashboard.
  • Corrected profile avatar issue with BuddyBoss Platform.
  • Ensured associated questions are visible on the quiz builder.

v6.6.4

Improve 1 Fix 8

Improve

  • Added earned certificate tab for. Users can view their certificates.

Fix

  • Optimize Queries and Enhance Code Quality for fast loading.
  • (#998)Fixed "Back to all courses" link translation issue
  • (#994, #999)Fixed registration mobile view and add enrolled course image link
  • Fixed dashboard chart colors are not set on a fresh setup
  • Fixed lesson filter under Course Reports is not working
  • Fixed search course not working
  • Fixed earning log csv is not showing any data
  • Fixed send Invite button is not clickable

v6.6.3

Fix 3

Fix

  • Fixed issue with license is not deactivated if response is failed
  • (#931)Fixed removed p tag after updating the course
  • (#997)Fixed student count on group leader dashboard

v6.6.2

Fix 7

Fix

  • Addressed the essay report issue for consistent and accurate reporting (#991).
  • Resolved an issue with the report client site to ensure reliability and accessibility (#991).
  • Fixed a problem where the quiz report was not displaying upon course selection for improved user experience (#993).
  • Corrected the quiz dropdown functionality for admin, ensuring smooth operation and user interface interaction (#993).
  • Resolved dropdown issue for group leaders to enhance usability and functionality (#993).
  • Eliminated a fatal error for group leaders on the edit course screen, improving stability and user experience.
  • Addressed an issue with Report: Client Site for enhanced report generation and accuracy (#991).

v6.6.1

Fix 3 Note 1

Fix

  • Quiz Report search UI
  • (#927) Fixed console error in quiz report
  • Fixed fatal error on the Zoom shortcode page

Note

  • UI with mobile and iPhone

v6.6.0

Note 44

Note

  • Removed trash from all courses section
  • Hide "Load more" when no data is found
  • Not found message in question search (#981)
  • Fatal error fix (#981)
  • Search and Reset button added for Quiz, Lesson, Topic, Question (#981)
  • Drag & drop management in quiz (#981)
  • Query arguments fix (#981)
  • Question section issue in Quiz fixed (#981)
  • Activation issue fix on new setup (#977)
  • Warning issues fixed (#979)
  • Deprecated issue fix on time tracking tab (#978)
  • Course activity issue fixed (#972)
  • Dashboard titles issue fixed (#973)
  • PHP errors fixed (#974)
  • User enrolled issue fixed (#964)
  • CSS hiding issue fixed (#971)
  • Undefined index key fixed
  • Edit question from quiz builder fix (#952)
  • Edit quizzes title fix (#926)
  • UI improvements for search, reset buttons, and search notices in lesson topic
  • Question scroll bar UI updated
  • Frontend Quiz Builder Question listing UI managed
  • Course content in course grid issue fixed (#980)
  • Instructor commission report UI issue fixed (#965)
  • Deprecated issue on the user menu fixed (#962)
  • Instructor Commission Report admin filter UI improved
  • Select Course Users UI managed
  • Final Quizzes UI managed
  • "the_filter" function removed
  • Notice added for not found lesson, topic, and quiz
  • LearnDash "learndash_course_info_shortcode" function added
  • Automatically approve instructor feature added (#683)
  • Certification count on the student dashboard (#662)
  • Instructor capabilities to add users into courses (#659)
  • Assignment detail added (#631)
  • Profile override description change (#898)
  • Associated courses in lesson fixed (#782)
  • Final Quizzes section added to frontend Course Builder (#926)
  • Courses trashed
  • Final Quizzes UI issue fixed
  • dashboard-general-settings.php updated
  • ld-dashboard-activator.php updated
  • Instructors Courses Status option changed
  • Question update and create popup fix (#948)

v6.5.6

Fix 3

Fix

  • (#955) Added Learndash stripe payment getaway log
  • (#221) Two license tab issues with LMS note
  • (#951) Fatal error on adding quiz question from builder

v6.5.5

Fix 9

Fix

  • (#933)Fixed Group Leader Dashboard issue(Charts and Graphs)
  • (#934)Fixed typo on become an instructor button
  • (#936)Fixed typo issue in course tab
  • (#937)Fixed fatal error on commission calculation
  • (#938)Fixed redirect on the same tab after an update or add a new post
  • (#939)Fixed Fixed reports tabs are blank
  • (#940)Fixed enrolled students are not visible on course activity filter
  • (#946)Fixed course search issue
  • (#947)Fixed editor do not show embed videos

v6.5.4

Fix 6

Fix

  • Back to all course section
  • Featured course option issue
  • (#929)Students can not view their course report
  • (#930) PHP warnings on the instructor dashboard
  • License issue
  • Single instructor page redirect to 404

v6.5.3

Fix 3 Note 1

Fix

  • Quiz Report search UI
  • (#927)Fixed console error in quiz report
  • Fixed fatal error on the Zoom shortcode page

Note

  • UI with mobile and iPhone

v6.5.2

Fix 1

Fix

  • Fixed course pagination icon position

v6.5.1

Improve 1 Fix 3

Improve

  • Updated zoom meeting create form UI

Fix

  • Fixed meeting timer not working on single meeting page
  • Fixed tiles count according to manage course capability
  • Fixed earning chart issue

v6.5.0

Improve 3

Improve

  • Backend Option UI and Labels
  • Instructor Earning Log and charts
  • Learndash Statistics Tiles for Instructors

v6.4.9

Improve 4 Fix 1

Improve

  • Add New Courses Screen
  • Add New Lesson Screen
  • Add New Topic Screen
  • Improved Course Archive for the dashboard

Fix

  • RTL Fixes

v6.4.8

New 1 Fix 6 Note 3

New

  • (#825) Side menu panel show and hide toggle

Fix

  • Placeholder image for Most Popular Courses
  • Show hide menus by clicking on the label
  • (#825) Frontend side menu and mobile menu
  • Total students count for admin and improved pagination UI
  • (#901, 902) Warning and most popular courses block issue fixed
  • (#906, 907) Total earning icon color and my announcements filter UI

Note

  • The UI of my dashboard, side menu, and charts.
  • Mobile view frontend dashboard and separate mobile and iPad responsive CSS files.
  • My Profile tab UI

v6.4.7

Fix 5

Fix

  • Add smooth animation in the left panel and remove the capitalized menu
  • Removed heading and button uppercase text
  • Javascript console error
  • (#880) Issue with essay grading
  • (#857) Quiz percentage issue

v6.4.6

New 1 Fix 9

New

  • (#867) Accordion to dashboard menus

Fix

  • (#875) Active complete tiles count issue
  • (#875) Tiles are not visible on the student dashboard
  • (#871) Course edit radio buttons not visible with BB theme
  • (#849) List courses if no group is selected
  • ( #861)Added loader on invitation log.
  • (#870) String does not translate
  • Dashboard menus override the first user role
  • (#867) Dashboard menu accordion open and close issue
  • (#866) Removed featured image from Lessons, Topics, Quizzes, and Questions

v6.4.5

New 3 Fix 7

New

  • Invitation log in ld dashboard options with delete action.
  • Hookable position to hide edit with Elementor.
  • Set default avatar as gravatar.

Fix

  • Course hyphen issue
  • Even after being published by admin on course editing it always moves to the draft.
  • Edit lesson/topic title builder option.
  • Option to unselect group in BP message section
  • can not set course content to blank.
  • Black stripe on updating/saving content
  • Instructor earning cart and mode are not visible.

v6.4.4

Fix 7

Fix

  • (#841) Approve essay/assignment button is not working
  • (#831) Translation not working
  • (#840) Console error on course completion chart
  • (#834) The active course is showing all courses
  • (#835) Private message option is missing
  • (833) Woocommerce integration issue
  • (#832) When moving lessons in the builder, the topic association is erased.

v6.4.3

Fix 1

Fix

  • Translations

v6.4.2

Fix 1

Fix

  • Translations

v6.4.1

New 3 Improve 1 Fix 4 Note 1

New

  • "Course Short Description" field for BuddyBoss theme
  • BuddyBoss and reign theme course cover image option
  • average competition column in the course report

Improve

  • class-ld-dashboard-time-tracking.php

Fix

  • (#198) Error message on designs settings
  • Uniform user name at all places on the course report
  • Avg completion time
  • Export file name in the student course report

Note

  • (#826) course cover uploading image UI and button

v6.4.0

New 2 Improve 1 Fix 10

New

  • WP Editor for inviting student messages on the admin side
  • HTML Email Format

Improve

  • class-ld-dashboard-time-tracking.php

Fix

  • (#823)Invitation Link in the mail
  • (#824)Remove the certificate link in the quiz
  • Fatal error DivisionByZeroError
  • Changed Label
  • (#820) PHP warnings and notices on submit invitation form
  • (#761) Added stripe as withdrawal option for instructors
  • (#818) - Invite functionality fixes
  • Managed invite student table message and spacing UI
  • Text domain
  • Syntax error

v6.3.1

Fix 3

Fix

  • Manage time tracking popup UI
  • Fixed unnecessary nonce verification in course report tab
  • Updated file names for report downloads

v6.3.0

Improve 10 Fix 8

Improve

  • Added #743 - added nonce to check verify request
  • Added ACF free version bundle
  • (#743) Course report UI fixes
  • Added #743 - Added User wise course report for Lessons, Topics and Quiz
  • Single student course report
  • #743 - Added Reset Time Tracking in admin side on edit user page
  • (#743) Managed time tracking popup UI
  • #743 - Added idle message option and display on frontend
  • Fixed course report pagination
  • (#743) Managed course report table UI in mobile view

Fix

  • #813 - Top course cart and course completon chart
  • #804 - Show loader on time spent section
  • #809 - Group Leader dashboard issue
  • #807 - Total Student Count Issue
  • (#799) Fixed top course char hide when course completion chart change
  • (#787) Fixed active course tab showing wrong data with correct pagination
  • (#794) Fixed assignment approve button showing console error
  • (#796) Fixed warning on student course activity tab

v6.2.0

Improve 3 Fix 22

Improve

  • Course completion chart UI improvment
  • (#736) Added add new question button
  • (#748) Added question overview option on quiz

Fix

  • (#778) Fixed essay max point is not visible
  • (#759) Fixed student could not join meeting by browser
  • (#764) Fixed unpublished courses should not be calculated
  • (#777) Fixed console error on assignment report tab
  • (#775) Fixed unnecessary pop up on reloading student dashboard
  • (#765) Fixed essay reportand assingment report is not display
  • (#742) Fixed course completion chart course drop down show open courses
  • (#763) Fixed total earnings issue in float value
  • (#762) Fixed course completion chart is showing blank if no data is found
  • (#766) Fixed reference column getting blank in instructor commission
  • (#768) Fixed course completion progress bar color not set
  • (#745) Changed student details chart typo and count
  • (#745, #744) students and course details chart improvement UI
  • (#758)Added unfiltered_html capability to instrcutors
  • (#744) Course Details chart improvment
  • (#745) Student details chart improvment
  • Fixed #756 - unable to create courses via video playlist
  • (#753) Fixed certificate page preview link redirect to access denied
  • (#752) Fixed announcement count missing
  • (#755) Fixed monetization tabs not visible for instructor
  • Fixed #754 - pagination not working
  • (#751) Fixed instructor can publish courses even if the option is disabled

v6.1.0

New 3 Improve 4 Fix 3

New

  • Added join from browser link in meeting shortcode
  • (#726) Migrate Zoom Api Authentication from JWT to S2S
  • (#714) Embed Zoom Meeting shortcode UI

Improve

  • Managed upcoming meeting shortcode widget area
  • Managed zoom meeting shortcode UI and added browser join button
  • Added zoom credentials for instructor
  • Managed UI edit and remove link with course builder

Fix

  • Fixed Youtube Playlist render
  • (#734) Fixed unable to grade assingment
  • (#727) Fixed view CPT notice after publish and update

v6.0.4

Fix 6

Fix

  • Added View Tutorial button link in admin section
  • Managed UI edit and remove link with course builder
  • Added edit link on course builder
  • Fixed Youtube Rendar Process data issue
  • (#728) Fixed iframe removed from content
  • (#727) Fixed view CPT notice after publish and update

v6.0.3

Fix 3

Fix

  • Manage reset setting button and update string
  • Added reset option button for each option page
  • Fixed html structure and added extra class for each option

v6.0.2

Fix 9

Fix

  • Fixed dashboard menus not displaying after the plugin update
  • Managed general setting button
  • Fixed menu set to enable student dashboard menus
  • Added Monetization option dependency
  • Managed dashboard menu according to extra space
  • Remove unused tabs for student
  • Move Instructor Earning Logs to the components set
  • Updated general setting options
  • Fixed functionality glitch in becoming an instructor

v6.0.1

Fix 11

Fix

  • (#718)Fixed php warnings in single meeting sortcode
  • Fixed hide dashboard title issue
  • (#719) Fixed php warnings on instructor commission report
  • (#717) Added pagination in submitted essays
  • (#722) Added email notification for instructor if approve or rejected
  • (#715) Added pagination om enrolled course tab
  • (#718) managed upcoming meetings UI
  • (#720) Admin Email Logs UI and search activity button color
  • (#716) Fixed chart js console error
  • Removed old migration scripts
  • Fixed tiles not visible on plugin update

v6.0.0

New 2 Improve 1

New

  • New Reports for Essay, Quiz, Assignment
  • Menu Improvement

Improve

  • Disable Course Learner specific menus for Admin, Instructor and Group Leader

v5.9.8

Fix 5

Fix

  • (#684) Fixed dashboard modules are not visible
  • (#685) Fixed topic timer option would be time picker
  • (#686) Fixed php warnings on Instructor Commission Report
  • (#688) Added points option to lesson and topics
  • (#689) Added tiles access for subscriber role

v5.9.7

Fix 3

Fix

  • (#677) Fixed submitted essay not seen on dashboard
  • Fixed selling through WooCommerce setting is not visible
  • Fixed admin general option dropdown UI

v5.9.6

Fix 1

Fix

  • #672 - Create course from the playlist is not working

v5.9.5

Fix 1

Fix

  • (#665) Fixed conflict with WC Vendors Pro

v5.9.4

Fix 2

Fix

  • (#618) Fixed variable mismatch issue
  • (#655) Fixed translate javascript strings

v5.9.3

Fix 6

Fix

  • (#648) Fixed managed learndash shortcode UI in frontend
  • (#649) Fixed added condition for revert back to wordpress editor
  • (#651) Fixed export students detach course content
  • (#652) Fixed show user name instead of %s
  • (#654) Fixed php warnings on student dashboard
  • (#656) Enhancment added chart color option

v5.9.2

Fix 9

Fix

  • (#624) Fixed javascript strings translation issues
  • (#645) Fixed cant see the created lesson on my dashboard page
  • (#641) Fixed avatar issue
  • (#642) Update icon set material icons to ld dashboard custom icon set
  • (#639) Fixed profile override setting is not working
  • (#630) Fixed dashboard assignment pie chart data calculation
  • (#625) Fixed translation not working for some strings
  • Fixed #624 - Arabic translation issue
  • (#624) Fixed chart legent string is not translate

v5.9.1

Fix 4

Fix

  • (#606) Added submited essays grade/approve at frond end dashboard
  • (#613) Fixed display full list of enrolled users
  • (#614) Fixed media library empty on plugin activete
  • (#615) Added edit with elementor link on course, lesson, topics and quizzes

v5.9.0

New 3 Fix 12

New

  • (#603) Added update and delete functionality for announcement
  • Managed zoom account Co-hosts admin UI
  • #605 - filter on course activity feed

Fix

  • (#607) Fixed redirect to BP profile from LD user profile with BP and BB
  • #608 - Show group dropdown for instructor user role
  • (#608) Students detail by group filter UI
  • #608 - Students detail by group filter
  • (#610) Added single meeting view url
  • (#605) Managed filter form options fields UI
  • #600 - unable to edit questions
  • (#599) - Fixed certificate background image issue in visual mode
  • Admin monetization settings UI
  • Paid unpaid earning commission report UI
  • (#597) Fixed php notice on commission report setting
  • Fixed commission tab issue

v5.8.1

Fix 8

Fix

  • Added phone number field in profile settings
  • Managed backend settings UI
  • (#535) Announcements notification count managed
  • (#595) custom link svg issue
  • Fixed console error in backend
  • Added sticky submit buttom for field restrictoins tab
  • Admin wrapper UI updated
  • (#591) - Added wysiwyg editor for group content

v5.8.0

New 5 Fix 17

New

  • (#578) - Added course playlist functionality from frontend
  • (#579) - Added group creation functionality in frontend
  • (#579) - Added instructor group creation functionality ( if they are group leader )
  • Managed color option with dashboard
  • (#491) - Set default preset colors on activation

Fix

  • Fixed a variable mismatch has been detected issue
  • (#589) managed Group list button UI
  • (#585) Create video playlist UI
  • (#590) - Fixed login page warnings
  • (#579) - Fixed group add/edit button issue in frontend
  • (#583) - Fixed translation issue
  • (#584) - Fixed plugin activation issue
  • (#586) - Fixed undefined variable issue
  • Fixed earning mode issue
  • Fixed #581 - client site private message issue
  • remove svg icons and added google material icons
  • (#580) Fixed all students list even instructor has not any student enrolled
  • (#575) - Fixed form fields enable disable issue
  • (#577) - Fixed admin in private message
  • (#576) - Fixed instructor group capability
  • (#572) - Fixed unable to edit topic issue
  • Fixed translation issue in my profile tab

v5.7.2

Fix 1

Fix

  • (#571) - Fixed students detail issue for admin

v5.7.1

Fix 12

Fix

  • (#565) icons issue and create meeting loader
  • Added co-author option description
  • (#556) Fixed php warnings on create meeting
  • managed single zoom meeting
  • (#553) - Fixed single instructors content
  • (#555) - Added zoom meeting co-hosts functionality
  • (#557) - Removed edit button for past meetings
  • (#557) - Fixed date issue in meeting form
  • (#556) - Fixed instructor meetings not showing on the admin
  • (#554) - Fixed start url button for meeting created with admin
  • (#554) - Removed start meeting button for students in single meeting
  • Fixed instructor profile courses grid

v5.7.0

New 6 Fix 1

New

  • Zoom Meeting for Instructors
  • Instructor Grid
  • Single Instructor Layout
  • Options for Single Instructor Course Grid
  • Individual Zoom Meeting Layout and Shortcode
  • Option for Dashboard Menus based on role to show and hide them.

Fix

  • (#547) Fixed most popular courses enrolled users count issue

v5.6.1

Fix 4

Fix

  • (#527) - Fixed certificate dropdown issue in course form
  • (#527) - Fixed courses dropdown issue in quiz form
  • Fixed translation issue
  • (#523) - Fixed acf group field confilct

v5.6.0

New 6 Fix 9

New

  • New Earnings UI
  • hook to update course access modes
  • view toggle for popluar course setting
  • Add section option for course builder
  • Added new DB tables for earning and commission for PayPal Stripe and WooCommerce
  • Added support for BB and BuddyPress Avtars

Fix

  • Fixed multiple select input box
  • Fixed course builder issue
  • (#520) - Fixed quiz setting not working
  • Fixed course activity empty text issue for Quizes
  • (#506) - Fixed groups leader courses listing
  • (#505) - Fixed group leader plus instructor user functionality
  • (#514) - Fixed course builder issue with topics & quizes
  • (#518) Earning tiles UI managed
  • Fixed profile fields setting

v5.5.1

New 2 Fix 4

New

  • Managed Mobile menu tabs
  • (#481) - Added hookable position to add/remove profile fields in frontend

Fix

  • Fixed create lesson issue in course builder
  • Managed profile update button
  • Managed profile tab and remove social media url
  • the course builder lesson and topic issues

v5.5.0

New 2 Fix 19

New

  • #466 - Add New Topic and Quiz to course Builder
  • #466 - Add New sesson to course Builder

Fix

  • (#477) - Fixed course builder lesson remove error
  • (#468) - Fixed error-notice-on-creating-new-quiz-from-course-builder
  • (#475) - Fixed error-warning-on-create-course-page-frontend
  • (#477) - Course Builder submit button not visible on adding lesson
  • (#435) - Fixed open-course-enrollment
  • (#435) - Fixed Courses not found message
  • (#473) - Fixed Fata error when create new lesson
  • (#473) - Course Builder : Topic and Quizzes can be moved
  • (#473) Update ld dashboard is sortable height
  • (#465) Added RTL support
  • Added Missing Text Domain
  • (#473) Managed ld dashboard is sortable UI when edit course
  • Update #473 - Course Builder : Topic and Quizzes
  • Managed Lesson section
  • Builder button UI improved
  • #466 - Quiz Create issue when create from course
  • Space managed topics
  • Managed Builder components UI
  • Managed dashboard wrapper

v5.4.0

Fix 16

Fix

  • Style improvement for KLEO, BuddyBoss Theme
  • Added options of most popular course for group leader and student
  • fixed jquery ui dialog error
  • managed admin email logs tab
  • Improved RTL Support
  • (#464) Fixed ld dashboard scripts are not loading
  • Fixed ACF Fronted compatibility
  • Managed elementor page wrapper
  • Added string if no currency enable
  • Replace static dashboard url with mapped dashboard url
  • Fixed console error on course builder setting
  • Course completion and top course chart not working and code optimize
  • Managed backend course field group
  • Managed acf popup box UI for tags
  • Set default options of monetization
  • Added WooCommerce product description and short description on course creation

v5.3.0

New 8 Fix 18

New

  • Added restriction for withdrawal and earning contents on dashboard
  • Assign Product Type as Course when create product and option
  • Added (#439) - WooCommerce Course link up with product creation
  • Added Total earning wallet balance update functionality
  • Added instructor earning tile, earning widget and backend setting
  • Managed Instructor Earning stats UI chart
  • Added Instructor Email Logs tab to show email logs History
  • Added fee deduction on course purchase (extra from commission )

Fix

  • (#461)Fixed added dependency of learndash woocommerce plugin
  • (405) Fixed dashboard charts is not visible for instructor
  • (#432) Hide withdraw tab if revenue sharing is disable
  • (#432) Fixed withdraw content is not showing
  • (#448) Set default color for earning tiles
  • (#444) UI issue in withdraw settings tab managed
  • (#458) Fixed Enable/Disable fields not working
  • (#457) Fixed php notice
  • Disable monetization options if option is disable
  • Instructor registration and registered UI
  • (#447)Fixed php notice on course form update
  • (#449) - Fixed course price not showing
  • Fixed form redirection, learndash currency symbol issue
  • Fixed acf form redirection issue
  • Fixed top courses chart content
  • Fixed Top courses chart labels issue
  • (#405) - Added Course Completiond chart, Top courses chart for instructor
  • (#442) - Added message on popup when any payment is already pending

v5.2.0

Fix 16

Fix

  • Fixed grunt text domain not found
  • Added Learndash Shortcode tinyMCE button to frontend editors
  • (#428) - Fixed conflict with all in one seo plugin
  • Fixed post save message popup issue
  • Submit course msg UI
  • Added publishes/saved message with view link for frontend
  • managed courses Wysiwyg and Shortcode icon learndash
  • Fixed form fields label issue
  • Added wsyiwyg editor for course material field
  • Added Announcements
  • (#423) - Fixed instructor button should not be appear for admin issue
  • Fixed certificates by author issue
  • (#404) - Added student announcment feature
  • Added approve/pending filter for instructor listing in backend
  • #413 Add new instructor form UI
  • (#402) - Fixed instructor registration flow

v5.1.0

Fix 15

Fix

  • Added become an instructor button for student and setting in backend
  • managed billing-cycle-field group
  • #336 all checkboxes with toggle checkbox
  • (#338) - Added automatic quiz submission feature in frontend
  • (#403)Fixed enrolled student names not getting on send email
  • Fix tiles restriction for admin
  • Fixed delete avatar issue
  • (#358) - Fixed live course activity issue
  • (#361) - Added WYSIWYG editor
  • change ld-dashboard-progress-filled color
  • Billing Cycle and my quizzes time limit UI fixed
  • (#410) - Fixed user should not access all media issue
  • (#401) - Fixed learndash-course-access-mode
  • (#409) - Fixed course activity & my course activity active tab issue
  • (#411) - Fixed quiz from automatic submit issue in frontend

v5.0.0

New 17

New

  • Frontend Course Builder for the instructors.
  • Instructor can create and manage Courses, Lessons, Topics, Assignments, Quizzes, questions, using frontend dashboard
  • Instructors can view the created Lessons, Topics, Quizzes, and questions list and filter out them according to the courses
  • Instructor can create the course tags from frontend
  • Instructors can view and approve the assignments from the front end
  • Instructor can view student wise quiz attempts with their results
  • Site admin can display the most popular courses on the instructor dashboard based on the course tags.
  • Site admin can Control the below course related fields. IF these fields are restricted by the admin, Won’t display on the front end dashboard.
  • Course Fields Control for frontend
  • Lesson Fields Control for frontend
  • Topics Fields Control for frontend
  • Quiz Fields Control for frontend
  • Question Fields Control for frontend
  • Students can view their quiz attempts on the student dashboard
  • Students can view their enrolled course on the student dashboard
  • All the students can manage their profile easily from the frontend dashboard.
  • Shared Courses from frontend course builder

v4.7.0

Fix 17

Fix

  • Fixed #303 - Instructor earning issue when commission set 0
  • Fixed #284 - Unable to translate string
  • (#302) Updated UI with twentytwentyone
  • (#302) Updated UI with twentytwenty
  • Fixed #301 - Export csv issue
  • Removed duplicate line
  • (#300) Updated LearnDash Dashboard settings(backend) fields UI
  • Fixed # php warning Index undefined
  • Fixed #273 - if course access setting is set to be opened, enrolled sudents are not showing under course details & student details section
  • Fixed Action priority
  • Update POT file #284 - Unable to translate string
  • Fixed #295 - Warning issue generated while disable live course activity
  • Fixed #299 - All disable option issue in General option
  • Fixed #289 - Plugin activation issue
  • Fixed #290 - php errors in ajax response in admin dashboard
  • (#296, #297) Update my dashboard page UI
  • Added WPML Language support

v4.6.0

Fix 5

Fix

  • instructor pending user role assign and remove other user
  • #281 - User roles are not getting loaded in multiselect dropdown
  • #280 - Warnings on plugin activation
  • Dashboard page loading on instructor login.
  • #274 - Client site issue

v4.5.0

Fix 7

Fix

  • Fixed Administrator issue when course price type is open for all user
  • Update plugin backend UI
  • #270 - Quizzes are showing incompleted in the graph
  • #272 - Managed select all dropdown and email course loader UI
  • Added #272 - We should have select all box in student dropdown
  • Duplicate User id in Student details dropdown
  • #271 - Issue in loading student and course details

v4.4.1

Fix 2

Fix

  • #269 - view assignment/essays redirecting to the home page
  • Added filter for essay permission redirect filter to see essay

v4.4.0

Fix 3

Fix

  • #265 - mention instructor's email in 'From Field'
  • #264 - Notices and warnings
  • #268 - LearnDash Dashboard Profile Menu not showing on front end

v4.3.0

Fix 1

Fix

  • Updated language strings

v4.2.0

Improve 1 Fix 5

Improve

  • Create Three new shortcode [ld_course_details], [ld_student_details] and [ld_instructor_earnings]

Fix

  • #262 - notice on Admin My Dashboard page
  • #261 - Typo mistakes in support Question
  • Added FAQ in Support Tab
  • Rearranged plugin Options
  • Added Do action to add additional section for customize

v4.1.0

Note 4

Note

  • Fixed #250 PHP warnings
  • Fixed #247 - Assignment related issue
  • Fixed #248 - BP messaging related Issue
  • Fixed Date time formate translate

v4.0.0

Improve 3 Fix 1

Improve

  • Added Group-wise filter to send emails for administrator and Group leader.
  • Added feature to show/hide live feeds(role wise).
  • Added feature to show/hide student details.

Fix

  • Fixed customizer glitch.

v3.2.2

Fix 1

Fix

  • Assignment filter setting for the instructor.

v3.2.1

Fix 1

Fix

  • WP 5.5 version compatibility

v3.2.0

Fix 8

Fix

  • Instructor Earning will show only for Instructor login
  • Add Loader when student fetch from course
  • #208 - Instructor Earning : graph
  • #76 - dashboard page (courses tab)
  • (#209) Send mail Loader
  • Fixed Currency Symbol issue in instructor earning graph
  • #207 -course enrollment activity
  • #210 - On changing a subscriber's role to group leader he is can view other group leader's live feed

v3.1.0

Improve 7 Fix 16 Note 4

Improve

  • Import Instructor commission report CSV file
  • Add Simple CSV file
  • Fixed Minor changes
  • Remove Instructor Total Sales Option
  • (#191) Managed Export CSV Button Style
  • Add Export CSV format for Student Course Progress Report and Course Wise Student Progress Report
  • Set Couse wise Student Information pagination and Student wise Course wise information pagination

Fix

  • Apply Become as instructor issue and coauthor
  • Course counting issue on the instructor dashboard
  • #202 - Data Statistics Issue
  • #201 - By default all 'General' and 'Integration' options should be enabled on a fresh installation
  • #203 - Registration page related warning
  • Apply instructor button on the logged out user
  • #200 - If logged in user, not as an instructor then display apply
  • Newly assign instructor user display all course listing
  • #198 - Notification is not getting listed on co author's dashboard
  • #176 - wrong data is showing on Co author's dashboard
  • #197 - Divison By 0 warning
  • Update My Enrolled Course in My Dashboard
  • Managed my courses tab UI
  • #195 - pagination(next and prev links)
  • (#194) Managed export CSV button UI
  • Instructor can see assignments of other instructors course student

Note

  • Fixed #185 - Course progress chart is showing disabled for co-author
  • Fixed #182 - My dashboard page as a new student
  • Fixed #183 - Undefined index notice.
  • Fixed Student enrolled course display on Instructor dashboard

v3.0.0

Improve 5 Fix 2

Improve

  • Added Option for Instructor Registration
  • Added Option for Co Instructor
  • Improved BuddyPress TODO Integration
  • Improved Chart UI and Color combination
  • Updated Plugin options with page mapping

Fix

  • Add Edit Other Courses cap for instructor user role
  • Notice on Live feed section

v2.6.0

Fix 3

Fix

  • #133 - Assignment is visible to another instrutors
  • #136 - Student graph issues in student dashboard
  • Fixed instructor course progress issue

v2.5.0

Fix 1

Fix

  • fixed conflict with propanel

v2.4.0

Fix 5

Fix

  • #122 course count error for the group leader
  • Student course progress report style manage
  • Removed inline css
  • Display Course Dropdown and display student course progress report
  • Fixed Group Leader Dashboard issues

v2.3.0

Note 2

Note

  • Design upgarde of options
  • Todo List fixes for saving options

v2.2.1

Fix 1

Fix

  • Language Fixes

v2.2.0

Improve 4

Improve

  • BuddyPress Todo List Support
  • Improving Options to display settings
  • Instructor WooCommerce Graph Integration
  • Learndash Notes Support

v2.1.0

Fix 1

Fix

  • Instructor Course Permission Fix

v2.0.0

Note 1

Note

  • Plugin Rewrite

v1.0.1

Note 2

Note

  • Initial Release
  • Minor fixes for admin dashboard

v1.0.0

Note 1

Note

  • Initial Release