Releases: Smile-SA/magento2-module-custom-entity-product-link
Releases · Smile-SA/magento2-module-custom-entity-product-link
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
From this release, product attribute linked to custom entities will not save their value in a custom table anymore. They will use the standard table of Magento (catalog_product_entity_text). This change makes possible to integrate these attributes in rule engine (promo, virtual category, optimizers) and allows to have different value for different stores.
The release contains a data patch to move your data from the old storage table catalog_product_custom_entity_link
to the new one.
This old table will not be deleted automatically in case you need to access to this old data. After checking if the data migration is correct, you can drop this table.
What's Changed
- Save customEntity links in catalog_product_entity_text table and adap… by @maximequeneau in #52
- Update github action event by @PierreGauthier in #53
New Contributors
- @maximequeneau made their first contribution in #52
Full Changelog: 1.3.9...1.4.0
1.3.9
What's Changed
- Add attribut id as catalog_product_custom_entity_link key by @PierreGauthier in #50
- Add attribut id as catalog_product_custom_entity_link key by @PierreGauthier in #51
New Contributors
- @PierreGauthier made their first contribution in #50
Full Changelog: 1.3.8...1.3.9
1.3.8
- Fix use ExpressionFactory
1.3.7
- Add github actions workflow
1.3.6
- Add Smile Lab Quality Suite
- Analyse code style with phpcs / phpmd / phpstan command
- Add db_schema.xml instead InstallSchema
Compatibility :
- Magento Open Source : >= 2.4.4
- Adobe Commerce : >= 2.4.4
We do not guarantee the compatibility with prior versions.
1.3.5
- Fix return on _getSearchEntityIdsSql function on Model/ResourceModel/Search/CustomCollection.php