v1.3.1
NebulaCMS v1.3.1
Release type: patch
Focus: fix CMS version not being read from config/nebula.php (System Update showed only “v”)
Release commit: e615c941bc2bce0d530d5212ddedf34abce8b272
Summary
A closing */ was missing in the CMS Version comment block in config/nebula.php, so the 'version' entry was accidentally commented out. That made config('nebula.version') null and the admin Settings → System Update page showed only the literal v prefix. This release restores a valid version key and bumps the reported CMS version to 1.3.1.
Fixed
config/nebula.php: Close the CMS Version docblock before'version'sonebula.versionloads correctly and Current Version displays v1.3.1.
Upgrade notes
- Reported version: Should show 1.3.1 in Settings → System Update after deploying this release.
- No database or PHP requirement changes from v1.3.0.