Skip to content

Releases: Smile-SA/magento2-module-custom-entity-product-link

1.4.4

14 Feb 09:20
Compare
Choose a tag to compare
  • Use ui-select input type for smile_custom_entity attributes

1.4.3

09 Jan 14:44
Compare
Choose a tag to compare
  • Fix return type on the cart price rule creation BO page #59
  • Fix error on attribute creation #60

1.4.2

19 Sep 14:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

19 Sep 12:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.4.1

1.4.0

19 Sep 09:33
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 1.3.9...1.4.0

1.3.9

19 Jul 16:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.8...1.3.9

1.3.8

25 Nov 16:19
Compare
Choose a tag to compare
  • Fix use ExpressionFactory

1.3.7

21 Nov 15:59
Compare
Choose a tag to compare
  • Add github actions workflow

1.3.6

19 Oct 13:52
Compare
Choose a tag to compare
  • 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

20 Sep 15:53
Compare
Choose a tag to compare
  • Fix return on _getSearchEntityIdsSql function on Model/ResourceModel/Search/CustomCollection.php