# Magento 2

{% hint style="info" %}
This plugin license allows you to make your own changes to it to fix errors or to add more functionality. If you do any of that and send us the code, we may add the changes to the core.
{% endhint %}

{% hint style="warning" %}
Please read the [disclaimer ](https://usermanual.ergonode.com/plugins/disclaimer)before using this plugin.
{% endhint %}

## 14 12 2023

v. 1.6.8

* Fixed the issue with logs being slow when browsing, log details are now moved into the entry

## 08 12 2023

v. 1.6.7

* Added support to send files to AWS S3 with Magento\_AwsS3 module

## 28 11 2023

v. 1.6.6

* Update the code to reflect Ergonode API changes
* Change the plugin logs to display name instead of ID
* Added pagination to counter timeout issue when automap large quantity of attributes

## 23 11 2023

v. 1.6.5

* Added support to send images in the same order as they are in Ergonode

## 16 11 2023

v. 1.6.4

* Fix the no URL addresses in categories after import

## 06 11 2023

v. 1.6.3

* Added button "Automap attributes"

## 20 10 2023

v. 1.6.2

* Added a function to also sync attribute options from Ergonode via Cron after initial synchronization

## 04 10 2023

v. 1.6.1

* Added possibility to map Ergonode attribute (select type) with values `y`, `yes`, `true` and `t`, `tak`, `prawda` as TRUE (**any other options** will be treated as FALSE)

## 18 09 2023

v. 1.6.0

* "url\_rewrite" fix
* Added possibility to send category trees where the same category is used across more than one category tree in Ergonode

## 07 09 2023

v. 1.5.6

* Fix for invalid photos in some cases

## 05 09 2023

v. 1.5.5

* Added default action "Importattributes" to button, so you can just press it instead of the need to choose an action from dropdown

## 25 08 2023

v. 1.5.4

* Added possibility to map manually created multi select attributes
* Fixed issue when attribute code was an integer
* Fixed synchronization issue when a product has more than 50 attributes

## 08 08 2023

v. 1.5.3

* Fixed ErgonodeM2\Template\Processor\AttributeSetCreateProcessor::getErgonodeGroup() type

## 08 08 2023

v. 1.5.2

* Fixed categories duplicate URL issue
* Fixed products' duplicate URL issue
* Fixed attribute empty prefix

## 25 07 2023

v. 1.5.1

* Fixed category URL generation related to \`catalog/seo/generate\_category\_product\_rewrites

## 07 07 2023

v. 1.5.0

* Fixed unused rows with language id in the attribute map table
* Added `ergonode_before_attribute_multiple_save` event
* Changed default chunk size to 50
* Fixed URL with the same name
* Added `translatedValue` for select and multiselect in GraphQL requests
* Added configuration for auto import attributes, categories and templates during product import
* Added cursor support for template import

## 03 07 2023

v. 1.4.1

* Fixed attribute grid SQL group by field

v. 1.4.0

* Added product "only update" functionality
* Fixed Adobe Commerce SQL generation
* Added textarea/varchar map possibility
* Fixed Product Cron cursor names

## 21 06 2022

v. 1.3.3

* Fixed removal of seemingly unused attribute values during product import

## 19 06 2022

v. 1.3.2

* Added `product_default_page_layout` configuration
* Added php 8.2.x version
* Fixed categories cron import

## 06 06 2023

v. 1.3.1

* Fixed product template importer, previously limited to 50 templates only

## 24 05 2023

v. 1.2.6

* Added Magento Commerce version support during gallery processing

## 22 05 2023

v. 1.2.5

* Added version number in admin panel
* Removed overwrite sensitive product data during the import process
* Added composer.json missed dependencies
* Added descriptions and validators to chunk sizes
* Fixed bug with product child fetch error during the import process

## 15 05 2023

v. 1.2.2

* Added support for Magento B2B

## 28 04 2023

v. 1.2.1

* Fix for the progress bar in CLI
* Fix for "Unique error in templates|
* Fix for "Attribute exception"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changelog.ergonode.com/plugins/magento-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
