Skip to content

Commit

Permalink
Prepare 0.11.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Jan 20, 2020
1 parent 581cf60 commit f9ddcf9
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 0.11.0

### Fixed

- When using `index_parameter: 'id'` we set `srcLang=x-id` in the XML sent to Loco.
This will force Loco to select locale better. This will avoid problems with mixed
locales like `nl-NL` and `nl`.

## 0.10.0

### Added

- Support for php-translation/symfony-storage 2.1
- Support for php-translation/common 3.0

## 0.9.0

- Remove support of PHP < 7.2
Expand Down Expand Up @@ -37,7 +52,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

### Added

- Make sure we can configure what index key we should use with Loco. This will fix duplicate message issue.
- Make sure we can configure what index key we should use with Loco. This will fix duplicate message issue.

## 0.5.0

Expand All @@ -49,7 +64,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

### Changed

- Skip creation of translations that are the same as their key
- Skip creation of translations that are the same as their key
- Bumped version of php-translation/symfony-storage

## 0.3.1
Expand Down

0 comments on commit f9ddcf9

Please sign in to comment.