All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
N/A
- Added
declare(strict_types=1);
to PHP templates. - Added
translate="title"
to XML templates where appropriate.
- Fixed inconsistent indentation with some XML templates.
- Removed parent from being added to submenu id (unneeded) in
magentoMenuXml
template.
- Simplified attributes within
magentoMenuXml
template.
- Added
magentoAclXml
for acl.xml.
- Added
magentoMenuXml
for menu.xml.
- Added
magentoCspXml
for csp_whitelist.xml.
- Initial release.