-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: CHANGELOG.md
- Loading branch information
Showing
5 changed files
with
68 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# CHANGELOG 1.2 | ||
|
||
## 1.2.0 (2014-05-14) | ||
- Added support for Akeneo Spreadsheet parser | ||
|
||
## 1.1.0 (2014-04-16) | ||
- Added Office XML 2003 export | ||
- Compatibility with version 1.1 of Akeneo PIM | ||
|
||
## 1.1.0 (2014-03-07) | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CHANGELOG 1.3 | ||
|
||
## 1.3.2 (2014-09-25) | ||
- Added compatibility with PIM CE 1.2.6 | ||
|
||
## 1.3.1 (2014-09-22) | ||
- Fixed write count for homogeneous CSV writer | ||
|
||
## 1.3.0 (2014-09-11) | ||
- Added SpreadsheetReader, for compatibility with all formats supported by Akeneo Spreadsheet parser | ||
- Compatibility with version 1.2 of Akeneo PIM CE | ||
- Removed content type constraint on readers | ||
- pim_excel_connector.reader.xls_init service was renamed pim_excel_connector.reader.xls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# CHANGELOG 1.4 | ||
|
||
## 1.4.1 (2015-10-13) | ||
### Bug fix | ||
- EX-17: Allow init import and product import having numeric identifier | ||
|
||
### BC break | ||
- Inject `pim_catalog.repository.attribute` inside `pim_excel_connector.reader.spreadsheet` with `setAttributeRepository` method | ||
|
||
## 1.4.0 (2015-03-17) | ||
- Made compatible with PIM CE 1.3.x | ||
- Updated the init file from fixtures: | ||
- Removed default_value and usable_as_grid_column from attributes and family tab | ||
- Corrected the codes for wysywig_enabled and available_locales in the attributes and family tab | ||
- Removed the is_default column from the options tab | ||
- Removed garbage characters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# CHANGELOG 1.5 | ||
|
||
## 1.5.3 | ||
|
||
### Improvement | ||
- EX-24: allow import numeric values for text and textarea attributes | ||
|
||
|
||
## 1.5.2 | ||
|
||
### Bug fix | ||
- EX-22: Fix associations in product import | ||
|
||
### Improvement | ||
- The product XLSX import don't rely anymore to the deprecated import services | ||
|
||
|
||
## 1.5.1 (2015-10-13) | ||
|
||
### Bug fix | ||
- EX-17: Allow init import and product import having numeric identifier | ||
|
||
### BC break | ||
- Inject `pim_catalog.repository.attribute` inside `pim_excel_connector.reader.spreadsheet` with `setAttributeRepository` method | ||
|
||
|
||
## 1.5.0 (2015-10-07) | ||
- Migrate bundle to AkeneoLabs |
This file was deleted.
Oops, something went wrong.