Skip to content

Commit

Permalink
Fix #3 Enable first run for all browser versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Oct 26, 2015
1 parent 02800ba commit 0085fd7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.2

- Fix #3 Enable first run for all browser versions

## 1.1.1

- Fix #2 IEDriver on Windows 10 is getting 'Windows firewall has blocked some of the features of this app'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Selenium WebDriver for Internet Explorer'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.1.1'
version '1.1.2'

supports 'windows'

Expand Down
2 changes: 1 addition & 1 deletion recipes/config_ie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

include_recipe 'ie::esc' # disable annoying enhanced security configuration

include_recipe 'ie::firstrun' if major_version == 9 || major_version == 8
include_recipe 'ie::firstrun'

# On IE 7 or higher, you must set the Protected Mode settings for each zone to be the same value.
# The value can be on or off, as long as it is the same or every zone.
Expand Down

0 comments on commit 0085fd7

Please sign in to comment.