Chrome PHP v0.7.0 Release Notes

Release Date: 2019-10-04 // over 4 years ago
  • 2019-10-04

    Description

    • 🔋 Features:
      • BC BREAK Escaping custom flags for BrowserFactory is now automatic. If you use customFlags option then you must not use escaping function for your arguments.
      • Added Timeout for Page::getFullPageClip (thanks @ArseniyShestakov)
      • Added Timeout for method getBase64 (thanks @TimIgoe)
      • Added options headerTemplate and footerTempalte for Page::pdf (thanks @mschwerin)
      • Added options scale for Page::pdf (thanks @sergiosusa)
    • 🛠 Fix
      • Handle gracefully all pages failing to close (thanks @mosiyash)
      • Fixed deprecation from symfony (thank @mosiyash and @mschwerin)