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
ProjectHelperclass 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.xmlfor website-specific fields - Frontend display of website project metadata
- Introduced
- New
metadatacolumn (JSON) added to#__mothership_projectstable
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