Skip to content

Commit

Permalink
Release 2.0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Feb 8, 2016
1 parent c844a03 commit 4ca5833
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Third party softwares:
PhantomJs web stack - BSD license
http://phantomjs.org/

v2.0.8.0 (2016/02/08)
===============================================================================
* Updated examples
* Updated Firefox driver to version 2.51.1
* Updated IE driver to version 2.51.0
* Updated Chrome driver to version 2.21
* Updated PhantomJS driver to version 2.1.1
* Added the Equals method to the Window and Element objects
* Fixed SetLocation not accurate enough (#65)

v2.0.7.0 (2016/01/06)
===============================================================================
* Updated examples
Expand Down
2 changes: 1 addition & 1 deletion FirefoxAddons/implicit-wait/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Selenium IDE: Implicit Wait</em:name>
<em:version>2.0.7.0</em:version>
<em:version>2.0.8.0</em:version>
<em:creator>Florent BREHERET</em:creator>
<em:description>Implicit wait functions for Selenium IDE</em:description>
<em:type>2</em:type>
Expand Down
2 changes: 1 addition & 1 deletion FirefoxAddons/vb-format/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>Selenium IDE: VBA/VBS Formatters</em:name>
<em:version>2.0.7.0</em:version>
<em:version>2.0.8.0</em:version>
<em:creator>Florent BREHERET</em:creator>
<em:description>VBA/VBS code formatters for Selenium IDE</em:description>
<em:type>2</em:type>
Expand Down
4 changes: 2 additions & 2 deletions Selenium/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.7.0")]
[assembly: AssemblyFileVersion("2.0.7.0")]
[assembly: AssemblyVersion("2.0.8.0")]
[assembly: AssemblyFileVersion("2.0.8.0")]
[assembly: TypeLibVersion(2, 0)]

[assembly: NeutralResourcesLanguage("en-US")]
Expand Down
2 changes: 1 addition & 1 deletion SeleniumBasicSetup.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

lib.Guid := '{0277FC34-FD1B-4616-BB19-A9AABCAF2A70}';
lib.FullName := 'Selenium, Version=2.0.7.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.FullName := 'Selenium, Version=2.0.8.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.Description := 'Selenium Type Library';
lib.TypeVersion := '2.0';
lib.PathDll := ExpandConstant('{app}\Selenium.dll');
Expand Down

0 comments on commit 4ca5833

Please sign in to comment.