Skip to content

Commit c3e8fa2

Browse files
committed
Chore: Bump version
1 parent ab42b72 commit c3e8fa2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

wd_core.au3

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@
2525
; AutoIt Version : v3.3.14.5
2626
; ==============================================================================
2727
#cs
28+
v0.2.0.3
29+
- Fixed: Missing include file
30+
- Fixed: _WD_Execute timeout detection / handling
31+
2832
v0.2.0.2
2933
- Added: _WD_IsLatestRelease
3034
- Added: _WD_UpdateDriver
3135
- Changed: __WD_Get and __WD_Put updated to detect invalid URL
3236
- Changed: __WD_Get and __WD_Put updabed to handle both HTTP and HTTPS requests
3337
- Changed: __WD_CloseDriver - Optional parameter to indicate driver to close
3438
- Fixed: __WD_Put and __WD_Delete use correct port
35-
- Fixed: Timeout detection / handling
39+
- Fixed: _WD_Navigate timeout detection / handling
3640
3741
v0.2.0.1
3842
- Added: _WD_GetShadowRoot
@@ -208,7 +212,7 @@
208212

209213

210214
#Region Global Constants
211-
Global Const $__WDVERSION = "0.2.0.2"
215+
Global Const $__WDVERSION = "0.2.0.3"
212216

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

0 commit comments

Comments
 (0)