Skip to content

Commit 66adc95

Browse files
committed
Release 1.11.0
1 parent bc59372 commit 66adc95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ This project versioning adheres to [Semantic Versioning](http://semver.org/).
33

44
## Unreleased
55

6+
## 1.11.0 - 2021-05-03
67
### Added
78
- `FirefoxOptions` class to simplify passing Firefox capabilities. Usage is covered [in our wiki](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#firefoxoptions).
8-
g- `FirefoxDriver` to easy local start of Firefox instance without a need to start the `geckodriver` process manually. [See wiki](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#start-directly-using-firefoxdriver-class) for usage examples.
9+
- `FirefoxDriver` to easy local start of Firefox instance without a need to start the `geckodriver` process manually. [See wiki](https://github.com/php-webdriver/php-webdriver/wiki/Firefox#start-directly-using-firefoxdriver-class) for usage examples.
910
- Method `ChromeDriver::startUsingDriverService()` to be used for creating ChromeDriver instance with custom service.
1011

1112
### Fixed

0 commit comments

Comments
 (0)