PlugPHP PlugPHP
Release history

Changelog

PlugPHP moves in small versions. Every release lands here first — what was added, what changed, what got fixed — in the order it shipped.

← Back to PlugPHP
v1.0 September 10, 2026 Latest

The first shippable cut

Everything below existed only as a plan until today. This is PlugPHP as a working, clonable kit — eight modules, a browser installer, and the agent rulebook that keeps `core/` off limits.

Added
  • Eight core modules: Home, About, Services, Projects, Blog, Contact form, Auth, and Admin dashboard.
  • Browser-based installer at /install.php — checks the environment, tests the database connection, runs migrations, seeds demo content, and creates the first admin user.
  • A root SKILL.md plus one per module — the rulebook an agent reads before it writes a line of styling.
  • No build step: vendor/ is committed, so a clone or a ZIP download runs as-is.
  • Support for PHP 8.0+, MySQL 5.7.8+ / MariaDB 10.2+, and Apache with mod_rewrite.
  • Released under GPL-3.0.

How versioning works here

PlugPHP uses plain small-number versions — 1.0, 1.1, 1.2 — not strict semver. A version bumps when a module ships, changes behavior, or gets fixed; each entry above follows Keep a Changelog's Added / Changed / Fixed / Removed grouping.

Want something bumped up the list? Open a request — that's what decides what ships next.