Added
- Added comprehensive PHPDoc-style documentation to PHP classes, helper methods, module templates and partial layouts.
- Added detailed inline responsibility comments to frontend layout files so maintainers can understand what each file owns.
- Added
docs/MODULE_DOCUMENTATION.mdwith full field-by-field module documentation. - Added
docs/CONTENT_MANAGER_GUIDE.mdfor non-developer editors and managers. - Added
docs/DEVELOPER_GUIDE.mdfor future developers. - Added
examples/standalone.html, a self-contained HTML/CSS example that demonstrates the CTA outside Joomla. - Added
examples/README.mdexplaining the standalone example purpose. - Expanded CSS and administrator JavaScript headers with maintainability notes.
Changed
- Updated
README.mdas the main handover entry point. - Updated
IMPLEMENTATION_REPORT.mdto document the module origin, architecture and design decisions. - Updated module version to
1.0.6. - Updated web asset versions and direct admin script cache-busting to
1.0.6.
Note
- Documented why the module exists, what each administrator tab controls and how managers should edit CTA content safely.
- Documented how developers should add presets, icons, layouts and CSS changes.