File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,13 @@ All notable changes to "WebDriver" will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
10
- ### Added
8
+ ## [ 0.5.2] - 2022-02-11
11
9
12
10
### Changed
13
11
14
12
- REVISIONS.md renamed to CHANGELOG.md and format updated
15
13
- _ WD_HighlightElements: Refactored for speed; now supports single or multiple elements
14
+ - _ WD_UpdateDriver: Adjusted URL to match revised Github repo name
16
15
17
16
### Deprecated
18
17
@@ -803,7 +802,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
803
802
804
803
- Initial release
805
804
806
- [ Unreleased ] : https://github.com/Danp2/WebDriver/compare/0.5.1.1...HEAD
805
+ [ Unreleased ] : https://github.com/Danp2/WebDriver/compare/0.5.2...HEAD
806
+ [ 0.5.2 ] : https://github.com/Danp2/WebDriver/compare/0.5.1.1...0.5.2
807
807
[ 0.5.1.1 ] : https://github.com/Danp2/WebDriver/compare/0.5.1.0...0.5.1.1
808
808
[ 0.5.1.0 ] : https://github.com/Danp2/WebDriver/compare/0.5.0.3...0.5.1.0
809
809
[ 0.5.0.3 ] : https://github.com/Danp2/WebDriver/compare/0.5.0.2...0.5.0.3
Original file line number Diff line number Diff line change 64
64
#EndRegion Many thanks to:
65
65
66
66
#Region Global Constants
67
- Global Const $__WDVERSION = " 0.5.1.1 "
67
+ Global Const $__WDVERSION = " 0.5.2 "
68
68
69
69
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
70
70
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments