diff --git a/Api/Data/CustomEntityInterface.php b/Api/Data/CustomEntityInterface.php index 6e48bad..fc2532b 100644 --- a/Api/Data/CustomEntityInterface.php +++ b/Api/Data/CustomEntityInterface.php @@ -44,14 +44,14 @@ public function getUrlPath(): ?string; /** * Retrieve existing extension attributes object or create a new one. * - * @return CustomEntityExtensionInterface|null + * @return \Smile\CustomEntity\Api\Data\CustomEntityExtensionInterface|null */ public function getExtensionAttributes(): ?CustomEntityExtensionInterface; /** * Set an extension attributes object. * - * @param CustomEntityExtensionInterface $extensionAttributes Extension attributes. + * @param \Smile\CustomEntity\Api\Data\CustomEntityExtensionInterface $extensionAttributes Extension attributes. * @return $this */ public function setExtensionAttributes(CustomEntityExtensionInterface $extensionAttributes): self; diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8ac90..1f02567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. +## [1.3.12] - 2023-08-03 +[1.3.12]: https://github.com/Smile-SA/magento2-module-custom-entity/compare/1.3.11...1.3.12 + +- Update for di compile complete on CustomEntityInterface + +## [1.3.11] - 2023-07-25 +[1.3.11]: https://github.com/Smile-SA/magento2-module-custom-entity/compare/1.3.10...1.3.11 + +- Fixed custom_entity_attribute_set_id column migration + +## [1.3.10] - 2023-07-25 +[1.3.10]: https://github.com/Smile-SA/magento2-module-custom-entity/compare/1.3.9...1.3.10 + +- Added custom entity attribute type to custom entity +- Implement new quality standard + ## [1.3.9] - 2023-01-30 [1.3.9]: https://github.com/Smile-SA/magento2-module-custom-entity/compare/1.3.8...1.3.9 diff --git a/composer.json b/composer.json index 64a14d8..daa5cf3 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ ], "require": { "php": "^7.4 || ^8.1", - "smile/module-scoped-eav": "^1.3" + "smile/module-scoped-eav": "dev-master" }, "require-dev": { "smile/magento2-smilelab-quality-suite": "^3.0"