Skip to content

Commit 2b1d04d

Browse files
committed
update readme and changelog
1 parent b509f04 commit 2b1d04d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
2121
### Security
2222
- Nothing
2323

24+
## 1.0.3 - 2018-02-07
25+
26+
### Added
27+
- append `lang` as parameter to the api route to get the right language
28+
29+
### Deprecated
30+
- Nothing
31+
32+
### Fixed
33+
- Nothing
34+
35+
### Removed
36+
- Nothing
37+
38+
### Security
39+
- Nothing
40+
2441
## 1.0.2 - 2018-02-07
2542

2643
We changed the migration instead of providing a new one.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Headers:
5858
Accept: application-json
5959
```
6060

61+
If you use translation you can append `lang` parameter to the api route to get the specified language. (eg. api/v1/documents?lang=de)
62+
6163
## Customisation
6264

6365
You can edit many parts of the functionality. Just look at the published config file (`config/webfactor/documents.php`).

0 commit comments

Comments
 (0)