File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 27
27
; AutoIt Version : v3.3.14.5
28
28
; ==============================================================================
29
29
#cs
30
+
30
31
v0.2.0.9
31
32
- Changed: _WD_Status now returns Dictionary object instead of raw JSON string
32
33
- Changed: Add support for DebugTrim option to _WD_Option
227
228
*
228
229
* MIT License
229
230
*
230
- * Copyright (c) 2018 Dan Pollak
231
+ * Copyright (c) 2020 Dan Pollak
231
232
*
232
233
* Permission is hereby granted, free of charge, to any person obtaining a copy
233
234
* of this software and associated documentation files (the "Software"), to deal
259
260
260
261
261
262
#Region Global Constants
262
- Global Const $__WDVERSION = " 0.2 .0.9 "
263
+ Global Const $__WDVERSION = " 0.3 .0.1 "
263
264
264
265
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
265
266
Global Const $_WD_EmptyDict = " {}"
You can’t perform that action at this time.
0 commit comments