mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Prepare for 1.18.1 release
This commit is contained in:
parent
dd96a31512
commit
1254f34063
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
### 1.18.1 ###
|
||||||
|
|
||||||
|
#### Bug Fixes ####
|
||||||
|
* Fixed `#current_url` should return correct url when on 'about:blank' (Thomas Walpole)[Issue #927]
|
||||||
|
|
||||||
### 1.18.0 ###
|
### 1.18.0 ###
|
||||||
|
|
||||||
#### Features ####
|
#### Features ####
|
||||||
|
|
|
@ -9,7 +9,7 @@ provided by [PhantomJS](http://phantomjs.org/).
|
||||||
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
|
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
|
||||||
you're reading the documentation for the master branch.
|
you're reading the documentation for the master branch.
|
||||||
[View documentation for the latest release
|
[View documentation for the latest release
|
||||||
(1.18.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.18.0)**
|
(1.18.1).](https://github.com/teampoltergeist/poltergeist/tree/v1.18.1)**
|
||||||
|
|
||||||
## Getting help ##
|
## Getting help ##
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
module Capybara
|
module Capybara
|
||||||
module Poltergeist
|
module Poltergeist
|
||||||
VERSION = "1.18.0"
|
VERSION = "1.18.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue