Releases: Smile-SA/magento2-module-custom-entity
Releases · Smile-SA/magento2-module-custom-entity
1.3.5
- Specify php version on composer.json
- Use action interface on controllers
- Add view model instead helper on template
- Use Escaper on templates
1.3.4
- Fix di compile for CustomEntityExtensionInterface class
1.3.3
- Add use for classes and use type hints on functions
1.3.2
- Add strict types on php files
- Remove disclaimer / annotation comments
- Add .gitattributes and update .gitignore
1.3.1
- Allow more recent version of scoped-eav module to be used (Eg for Magento 2.4.4)
- Add CONTRIBUTING.md
- Update README.md
1.3.0
- Add compatibility version for Magento 2.4.4 and Php 8
- Add CHANGELOG.md file
- Check empty values before rendering in templates
- Filter by attribute set id when the identifier is being checked
- Fix admin resource for Smile_CustomEntity::entities
1.2.0
Add compatibility version for Magento 2.3.5 and 2.4.0 through leveraging the requirements for scoped-eav module.
1.1.0
Update requirements for scoped eav module
1.0.1
Remove explicit PHP requirements.
1.0.0
Initial Release