All notable changes to this project will be documented in this file.
1.3.14 - 2024-03-05
- Add mass delete action to entity listing
1.3.13 - 2024-01-09
- Add handler for removing images when deleting an entity
- Optimize cache tags ("smile_custom_entity" -> "sce", "smile_custom_entity_set" -> "sces")
- Fix resource/ACL declaration for display menu Content > Custom Entities > Entities
- Fix url_key generation when store_id > 0 in beforeSave
1.3.12 - 2023-08-03
- Update for di compile complete on CustomEntityInterface
1.3.11 - 2023-07-25
- Fixed custom_entity_attribute_set_id column migration
1.3.10 - 2023-07-25
- Added custom entity attribute type to custom entity
- Implement new quality standard
1.3.9 - 2023-01-30
- Update parameter on delete custom entity
1.3.8 - 2022-12-02
- Fix Zend Validate Regex
1.3.7 - 2022-11-21
- Add github actions workflow
1.3.6 - 2022-10-19
- Add Smile Lab Quality Suite
- Analyse code style with phpcs / phpmd / phpstan command
- Add db_schema.xml instead InstallSchema
1.3.5 - 2022-09-14
- 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 - 2022-09-07
- Fix di compile for CustomEntityExtensionInterface class
1.3.3 - 2022-09-06
- Add use for classes and use type hints on functions
1.3.2 - 2022-09-01
- Add strict types on php files
- Remove disclaimer / annotation comments
- Add .gitattributes and update .gitignore
1.3.1 - 2022-08-23
- 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 - 2022-08-10
- Add compatibility version for Magento 2.4.4 and Php 8
- Add CHANGELOG.md file
- Check empty values before rendering in templates
- Fitler by attribute set id when the identifier is being checked
1.2.0 - 2020-09-30
- Add compatibility version for Magento 2.3.5 and 2.4.0 through leveraging the requirements for scoped-eav module.
1.1.0 - 2020-03-27
- Update requirements for scoped eav module
1.0.1 - 2020-03-20
- Remove explicit PHP requirements.
- Initial Release