Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Eav/lib/type.php
Original file line number Diff line number Diff line change
@@ -14,7 +14,11 @@
function df_eav_ca():T {return df_eav_type(ICustomerAddressMetadata::ENTITY_TYPE_ADDRESS);}

/**
* 2024-05-23 "Implement `df_eav_category()`": https://github.com/mage2pro/core/issues/389
* 2024-05-23
* 1) "Implement `df_eav_category()`": https://github.com/mage2pro/core/issues/389
* 2) The 'catalog_category' constant is also duplicated here:
* @see \Magento\Catalog\Api\Data\CategoryAttributeInterface::ENTITY_TYPE_CODE
* @see \Magento\MediaContentCatalog\Model\ResourceModel\GetAssetIdsByCategoryStore::ENTITY_TYPE
*/
function df_eav_category():T {return df_eav_type(Category::ENTITY);}

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/core"
,"version": "11.0.2"
,"version": "11.0.3"
,"description": "Mage2.PRO core package."
,"type": "magento2-module"
,"homepage": "https://mage2.pro"

0 comments on commit 2bfd6d0

Please sign in to comment.