Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 9485ba4

Browse files
author
Dmitry Kochnev
committed
[DOCS] Adding release info for author api shortcode support
1 parent 59ac58e commit 9485ba4

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ Supported url parameters for WordPress page:
182182
http://wordpress.learnosity.com/2017/11/07/report/?lrnsid=0c2c3a66-5719-4f5f-b8c9-1492aa3c7cfa&lrnusid=student_123
183183
```
184184

185-
186185
### Session Detail By Item report
187186

188187
Show a full session detail report:
@@ -204,8 +203,30 @@ Supported url parameters for WordPress page:
204203
http://wordpress.learnosity.com/2017/11/07/report/?lrnsid=0c2c3a66-5719-4f5f-b8c9-1492aa3c7cfa&lrnusid=student_123
205204
```
206205

206+
### Author API Usage
207+
Valid JSON for Author API init options could be passed as content of lrn-author shortcode.
208+
209+
```
210+
[lrn-author]
211+
<pre>
212+
{
213+
"mode": "item_list",
214+
"user": {
215+
"id": "www-site",
216+
"firstname": "WWW Firstname",
217+
"lastname": "WWW Lastname",
218+
"email": "www@learnosity.com"
219+
}
220+
}
221+
</pre>
222+
[/lrn-author]
223+
```
207224

208225
## Release History
226+
### Version 1.8.0 - 27th Dec 2019
227+
- [BUGFIX] Signatures don't match error for lrn-author shortcode
228+
- [FEATURE] Support Author API valid JSON passed as a content in lrn-author shortcode
229+
209230
### Version 1.7.0 - 23rd Dec 2019
210231
- [FEATURE] Support readyListener JS code for Items API if passed as content of plugin shortcode
211232

0 commit comments

Comments
 (0)