mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
bump version
This commit is contained in:
parent
6623cd8463
commit
6494884aca
2 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
|
|||
**If you're viewing this at https://github.com/jonleighton/poltergeist,
|
||||
you're reading the documentation for the master branch.
|
||||
[View documentation for the latest release
|
||||
(1.2.0).](https://github.com/jonleighton/poltergeist/tree/v1.2.0)**
|
||||
(1.3.0).](https://github.com/jonleighton/poltergeist/tree/v1.3.0)**
|
||||
|
||||
## Getting help ##
|
||||
|
||||
|
@ -324,9 +324,10 @@ Include as much information as possible. For example:
|
|||
|
||||
## Changes ##
|
||||
|
||||
### Next release ###
|
||||
### 1.3.0 ###
|
||||
|
||||
#### Features ####
|
||||
|
||||
* Add support for PhantomJS 1.7's `cookiesEnabled` API
|
||||
(Micah Frost)
|
||||
|
||||
|
@ -334,6 +335,8 @@ Include as much information as possible. For example:
|
|||
|
||||
* Fix logging of mouse event co-ordinates
|
||||
* Invalid selectors throw a useful error message
|
||||
* Tie us to the 0.4 version of faye-websocket since the 0.5 version
|
||||
contains breaking changes.
|
||||
|
||||
### 1.2.0 ###
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module Capybara
|
||||
module Poltergeist
|
||||
VERSION = "1.2.0"
|
||||
VERSION = "1.3.0"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue