From 2bfd6d08666c26a7e0ddf11281abf12108fe5311 Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Thu, 23 May 2024 18:52:32 +0100 Subject: [PATCH] 11.0.3 --- Eav/lib/type.php | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Eav/lib/type.php b/Eav/lib/type.php index 450e4747a..86852004a 100644 --- a/Eav/lib/type.php +++ b/Eav/lib/type.php @@ -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);} diff --git a/composer.json b/composer.json index dd9b4276c..951c1708c 100644 --- a/composer.json +++ b/composer.json @@ -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"