Skip to content

Commit

Permalink
Update for di compile complete on CustomEntityInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
cemag44 authored and cemag44300 committed Aug 3, 2023
1 parent 9b5ff3c commit 2b155af
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Api/Data/CustomEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2b155af

Please sign in to comment.