File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff 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
2643We changed the migration instead of providing a new one.
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ Headers:
5858Accept: 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
6365You can edit many parts of the functionality. Just look at the published config file (` config/webfactor/documents.php ` ).
You can’t perform that action at this time.
0 commit comments