Skip to content

Commit 2d4ed86

Browse files
committed
Bump version
1 parent 22f21d1 commit 2d4ed86

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

wd_core.au3

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
; AutoIt Version : v3.3.14.3
2525
; ==============================================================================
2626
#cs
27+
V0.1.0.10
28+
- Changed: Add support for non-standard error codes in _WD_Alert
29+
- Changed: Detect non-present alert in _WD_Alert
30+
- Changed: __WD_Error coding
31+
- Fixed: Correctly set function error codes
32+
- Added: _WD_LastHTTPResult
33+
2734
V0.1.0.9
2835
- Changed: Force command parameter to lowercase in _WD_Action
2936
- Changed: Enhanced error checking in _WD_FindElement
@@ -114,7 +121,7 @@
114121

115122

116123
#Region Global Constants
117-
Global Const $__WDVERSION = "0.1.0.9"
124+
Global Const $__WDVERSION = "0.1.0.10"
118125

119126
Global Const $_WD_LOCATOR_ByID = "id"
120127
Global Const $_WD_LOCATOR_ByName = "name"

0 commit comments

Comments
 (0)