From 69bab3b92dd8a91d8499733687d280c63fdaf59e Mon Sep 17 00:00:00 2001 From: alexpott Date: Thu, 4 Jul 2024 13:16:03 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4888308..9567506 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This package is a fork of instaclick/php-webdriver that works with newer versions of Selenium. # WebDriver for Selenium 2 -This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/instaclick/php-webdriver/tree/upstream) +This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/lullabot/php-webdriver/tree/upstream) project by Justin Bishop. Meta/Facebook's current [php-webdriver](https://github.com/php-webdriver/php-webdriver) is a complete rewrite. Distinguishing features: @@ -12,12 +12,12 @@ Distinguishing features: * Coding style follows PSR-1, PSR-2, and Symfony2 conventions. * Auto-generate API documentation via [phpDocumentor 2.x](http://phpdoc.org/). -[![Latest Stable Version](https://poser.pugx.org/instaclick/php-webdriver/v/stable.png)](https://packagist.org/packages/instaclick/php-webdriver) -[![Total Downloads](https://poser.pugx.org/instaclick/php-webdriver/downloads.png)](https://packagist.org/packages/instaclick/php-webdriver) +[![Latest Stable Version](https://poser.pugx.org/lullabot/php-webdriver/v/stable.png)](https://packagist.org/packages/lullabot/php-webdriver) +[![Total Downloads](https://poser.pugx.org/lullabot/php-webdriver/downloads.png)](https://packagist.org/packages/lullabot/php-webdriver) ## Links -* [Packagist](http://packagist.org/packages/instaclick/php-webdriver) -* [Github](https://github.com/instaclick/php-webdriver) +* [Packagist](http://packagist.org/packages/lullabot/php-webdriver) +* [Github](https://github.com/lullabot/php-webdriver) * [W3C/WebDriver](https://github.com/w3c/webdriver) ## Notes From c84a7059f3c521569d64539af43b2e0d037ad36e Mon Sep 17 00:00:00 2001 From: alexpott Date: Thu, 4 Jul 2024 14:54:03 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: Dave Long --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9567506..fdf2c3d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ This package is a fork of instaclick/php-webdriver that works with newer versions of Selenium. -# WebDriver for Selenium 2 +# WebDriver for Selenium 4 This WebDriver client implementation is based on Meta/Facebook's original [php-webdriver](https://github.com/lullabot/php-webdriver/tree/upstream) project by Justin Bishop. Meta/Facebook's current [php-webdriver](https://github.com/php-webdriver/php-webdriver) is a complete rewrite. From b695c8c918fbb5a888ec2d13bd4475893388f856 Mon Sep 17 00:00:00 2001 From: alexpott Date: Thu, 4 Jul 2024 15:03:16 +0100 Subject: [PATCH 3/3] Update README.md Remove note aobut 5.2.x as the branch has been deleted. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fdf2c3d..a25cc69 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,3 @@ Distinguishing features: * [Packagist](http://packagist.org/packages/lullabot/php-webdriver) * [Github](https://github.com/lullabot/php-webdriver) * [W3C/WebDriver](https://github.com/w3c/webdriver) - -## Notes -* The *5.2.x* branch is no longer maintained. This branch features class names and file re-organization that follow PEAR/ZF1 conventions. Bug fixes and enhancements from the master branch likely won't be backported.