Skip to content

STEMageddon LMS 1.0.0

Choose a tag to compare

@revdarkness revdarkness released this 11 Jun 20:23
· 2 commits to main since this release

First complete release of STEMageddon LMS — a self-contained, Coursera-style learning management plugin for WordPress. Zero paid runtime dependencies; portable across classic and block themes (WordPress 6.4+, PHP 8.1+).

Install

Download stemageddon-lms-1.0.0.zip below and install via Plugins → Add New → Upload Plugin, then activate. Sites running the plugin will see future updates in their normal Updates screen (this release's zip is the update asset).

What's included

  • Courses → Modules → Lessons with a drag-and-drop course builder
  • Membership access control (no content leaks via URL/REST/search/feed)
  • Enrollment, progress tracking, completion detection, and drip content
  • Coursera-style catalog, course landing, and lesson player
  • Quiz engine (multiple choice / multi-select / true-false / short answer / ordering) with server-side grading
  • Server-side PDF certificates with a public verification endpoint
  • Tokenized, enrollment-gated protected downloads + "download all" zip
  • Reports with CSV export, transactional emails, a settings screen, and an optional WooCommerce bridge

Notes

  • Licensed GPL-2.0-or-later. Bundles FPDF (PDF generation) and plugin-update-checker (updates); both GPL-compatible.
  • Deferred to a later release: QR code on the certificate PDF (verification URL printed as text for now) and native Gutenberg blocks (currently shipped as shortcodes).