Skip to content

Commit 21ebe3a

Browse files
committed
feat: release 0.3.0.7
1 parent 42d32c3 commit 21ebe3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

REVISIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.3.0.7
2+
- Fixed (__WD_CloseDriver): Properly close webdriver console
3+
- Changed (_WD_Option): Added support for "console" option
4+
- Changed: Allow logging to file instead of default console
15

26
v0.3.0.6
37
- Fixed (__WD_Get, __WD_Post, __WD_Delete): Correctly pass detected errors to calling routine

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595

9696
#Region Global Constants
97-
Global Const $__WDVERSION = "0.3.0.6"
97+
Global Const $__WDVERSION = "0.3.0.7"
9898

9999
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
100100
Global Const $_WD_EmptyDict = "{}"

0 commit comments

Comments
 (0)