Quellcode durchsuchen

Updaitng README

Jonny Wenmoth vor 10 Jahren
Ursprung
Commit
380cfd3176
1 geänderte Dateien mit 1 neuen und 8 gelöschten Zeilen
  1. 1 8
      README.md

+ 1 - 8
README.md

@@ -1,8 +1,6 @@
 PHP PhantomJS
 PHP PhantomJS
 =============
 =============
 
 
-**Please Note:** Version 4.0 of this library is currently waiting on an [unresolved issue](https://github.com/ariya/phantomjs/issues/12948) with PhantomJS 2.0. 
-
 PHP PhantomJS is a flexible PHP library to load pages through the PhantomJS 
 PHP PhantomJS is a flexible PHP library to load pages through the PhantomJS 
 headless browser and return the page response. It is handy for testing
 headless browser and return the page response. It is handy for testing
 websites that demand javascript support and also supports screen captures.
 websites that demand javascript support and also supports screen captures.
@@ -20,14 +18,9 @@ Feature List
 * View javascript console errors
 * View javascript console errors
 * View detailed PhantomJS debugged information
 * View detailed PhantomJS debugged information
 * Save screen captures to local disk 
 * Save screen captures to local disk 
+* Export pages to PDF
 * Set viewport size
 * Set viewport size
 * Define screen capture x, y, width and height parameters
 * Define screen capture x, y, width and height parameters
 * Delay page rendering for a specified time
 * Delay page rendering for a specified time
 * Execute PhantomJS with command line options
 * Execute PhantomJS with command line options
 * Easily build and run custom PhantomJS scripts
 * Easily build and run custom PhantomJS scripts
-
-
-Upgrading From v2.*
----------------------
-
-If you are using a version of PHP PhantomJS prior to version v3.0.0 then you should note that there have been some major changes to the interface. Please view the [Full Documentation](http://jonnnnyw.github.io/php-phantomjs/) as a guide when upgrading your implementation.