Skip to content

Commit

Permalink
splits changelog
Browse files Browse the repository at this point in the history
Conflicts:
	CHANGELOG.md
  • Loading branch information
jmleroux committed Apr 16, 2016
1 parent 1669071 commit 469c18e
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 60 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG-1.2.md
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.
13 changes: 13 additions & 0 deletions CHANGELOG-1.3.md
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
16 changes: 16 additions & 0 deletions CHANGELOG-1.4.md
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
28 changes: 28 additions & 0 deletions CHANGELOG-1.5.md
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
60 changes: 0 additions & 60 deletions CHANGELOG.md

This file was deleted.

0 comments on commit 469c18e

Please sign in to comment.