Skip to content

Commit a7fd742

Browse files
committed
Added CHANGELOG.md (fixes php-webdriver#275)
1 parent 1c98108 commit a7fd742

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
This project versioning adheres to [Semantic Versioning](http://semver.org/).
3+
4+
## Unreleased
5+
- Added CHANGELOG.md
6+
7+
## 1.1.1 - 2015-12-31
8+
- Fixed strict standards error in `ChromeDriver`
9+
- Added unit tests for `WebDriverCommand` and `DesiredCapabilities`
10+
- Fixed retrieving temporary path name in `FirefoxDriver` when `open_basedir` restriction is in effect
11+
12+
## 1.1.0 - 2015-12-08
13+
- FirefoxProfile improved - added possibility to set RDF file and to add datas for extensions
14+
- Fixed setting 0 second timeout of `WebDriverWait`

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,10 @@ Install the library.
7777
RemoteWebDriver::create($host, $desired_capabilities);
7878
```
7979
80-
* See https://code.google.com/p/selenium/wiki/DesiredCapabilities for more details.
80+
* See https://code.google.com/p/selenium/wiki/DesiredCapabilities for more details.
8181
82-
## RUN UNIT TESTS
83-
84-
To run unit tests simply run:
85-
86-
./vendor/bin/phpunit -c ./tests
87-
88-
Note: For the functional test suite, a running selenium server is required.
82+
## Changelog
83+
For latest changes see [CHANGELOG.md](CHANGELOG.md) file.
8984
9085
## MORE INFORMATION
9186
@@ -118,3 +113,11 @@ We love to have your help to make php-webdriver better. Feel free to
118113
119114
When you are going to contribute, please keep in mind that this webdriver client aims to be as close as possible to other languages Java/Ruby/Python/C#.
120115
FYI, here is the overview of [the official Java API](http://selenium.googlecode.com/svn/trunk/docs/api/java/index.html?overview-summary.html)
116+
117+
### Run unit tests
118+
119+
To run unit tests simply run:
120+
121+
./vendor/bin/phpunit -c ./tests
122+
123+
Note: For the functional test suite, a running selenium server is required.

0 commit comments

Comments
 (0)