File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.5
2
+ ### Compatibility
3
+ - Add support for Foundry 0.8.2
4
+
5
+
1
6
## 1.0.4
2
7
### New features
3
8
- The ` this ` value of functions now contains the id of the user that triggered the function execution.
Original file line number Diff line number Diff line change 2
2
"name" : " socketlib" ,
3
3
"title" : " socketlib" ,
4
4
"description" : " A library for easier handling of foundry sockets" ,
5
- "version" : " 1.0.4 " ,
5
+ "version" : " 1.0.5 " ,
6
6
"minimumCoreVersion" : " 0.7.9" ,
7
- "compatibleCoreVersion" : " 0.8.1 " ,
7
+ "compatibleCoreVersion" : " 0.8.2 " ,
8
8
"library" : true ,
9
9
"authors" : [
10
10
{
18
18
" src/socketlib.js"
19
19
],
20
20
"url" : " https://github.com/manuelVo/foundryvtt-socketlib" ,
21
- "download" : " https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.4 .zip" ,
21
+ "download" : " https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.5 .zip" ,
22
22
"manifest" : " https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" ,
23
23
"readme" : " https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md" ,
24
24
"changelog" : " https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md" ,
You can’t perform that action at this time.
0 commit comments