|
1 | 1 | # Akeneo Connector change Log
|
2 | 2 |
|
3 |
| -### 100.1.1 : |
4 |
| -Add Magento 2.3 compatibility |
5 |
| - |
6 |
| -Fix wrong encoding for de_DE.csv file |
7 |
| - |
8 |
| -Fix family variant class |
9 |
| - |
10 |
| -### 100.1.2 : |
11 |
| -Fix connector behavior with Magento table prefix |
12 |
| - |
13 |
| -Handle full path URL for products |
14 |
| - |
15 |
| -Fix duplicated URL |
16 |
| - |
17 |
| -Fix undefined offset 0 error on product import task |
18 |
| - |
19 |
| -Fix duplicate SKU with product model |
20 |
| - |
21 |
| -### 100.1.3 : |
22 |
| -Fix Magento 2.3 compatibility |
23 |
| - |
24 |
| -Fix configurable product creation with 2 axis |
25 |
| - |
26 |
| -Fix documentation |
27 |
| - |
28 |
| -Reformat translations |
29 |
| - |
30 |
| -Fix localized product URL |
31 |
| - |
32 |
| -### 100.1.4 : |
33 |
| -Add PHP 7.2 compatibility |
34 |
| - |
35 |
| -Fix error on product_model table |
36 |
| - |
37 |
| -Add configuration to enable or disable product URL rewriting |
38 |
| - |
39 |
| -### 100.2.1 : |
40 |
| -Fix ACL for import jobs |
| 3 | +### 100.1.0 : |
| 4 | +Initial Akeneo Connector Release |
41 | 5 |
|
42 |
| -Fix family exclusion configuration that was impossible to set empty |
43 |
| - |
44 |
| -Fix configurable product association import |
45 |
| - |
46 |
| -Fix product website association from channel mapping |
47 |
| - |
48 |
| -Add configuration to set channel for admin values |
49 |
| - |
50 |
| -Add configuration to choose to update product URL rewrite or not |
51 |
| - |
52 |
| -Prevent price from being set to "null" if empty |
53 |
| - |
54 |
| -Add no-whitespace validation to Akeneo API credential fields |
55 |
| - |
56 |
| -### 100.2.2 : |
57 |
| -Fix option import if first attribute has no valid options |
58 |
| - |
59 |
| -Force attribute code to be lowercase |
60 |
| - |
61 |
| -Manage attribute scope on import |
62 |
| - |
63 |
| -Fix SQL error when no association column is found using advanced filter |
64 |
| - |
65 |
| -### 100.2.3 : |
66 |
| -Fix undefined offset on product import |
67 |
| - |
68 |
| -### 100.2.4 : |
69 |
| -Change default pagination value to 100 |
70 |
| - |
71 |
| -Change wording for advanced JSON configuration |
72 |
| - |
73 |
| -Add SQL statement possibility in configurable mapping |
74 |
| - |
75 |
| -Add category configurations for anchor, status and display in menu |
76 |
| - |
77 |
| -### 100.2.5 : |
78 |
| -Refactor API requests from configured mapping to improve performance and reduce data inserted in temporary table |
| 6 | +### 100.1.1 : |
| 7 | +Fix attribute mapping key |
0 commit comments