Release Date: April 22, 2025
Added
- "Get Started" documentation section with Joomla-compatible HTML layout
- Installation and onboarding instructions for both ZIP and Composer users
- New
ProjectHelper
class with CMS detection methods:scanWebsiteProject(string $url)
getGeneratorMeta(string $html)
detectJoomla(array $headers, string $html)
detectWordpress(array $headers, string $html)
- Support for a new "Website" project type:
- Introduced
project-website.xml
for website-specific fields - Frontend display of website project metadata
- Introduced
- New
metadata
column (JSON) added to#__mothership_projects
table
Improved
- Frontend domain view styling and display structure
- Project model updated to handle dynamic metadata storage
Fixed
- Resolved issue #92: Website project metadata now saved uniquely per project