v1.11.2
Minor changes on v1.11.1 in order to meat Magento Marketplace standards:
- Replaced md5() with hash(sha256).
- Replaced
<?php echo
with<?=
. - Removed return type declaration (:string) from class method.
Minor changes on v1.11.1 in order to meat Magento Marketplace standards:
<?php echo
with <?=
.