Skip to content

Commit

Permalink
Fix dynamic properties in PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dongnl committed Mar 6, 2023
1 parent b37b75d commit 28959e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## Version 4.1.1-dev
1. Fix dynamic properties in PHP 8.2

## Version 4.1.0

1. Add "serviceHost" argument to chromeheadless($token, $serviceHost), khtml($token, $serviceHost), phantomjs($token, $serviceHost) methods beside settings().
Expand Down
2 changes: 2 additions & 0 deletions ChromeHeadlessIoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class ChromeHeadlessIoService
*/
protected $settings;

protected $authentication;

/**
* Parameters for ChomeHeadless.io service
*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koolreport/cloudexport",
"version":"4.1.0",
"version":"4.1.1-dev",
"description": "Export to pdf, image using chromeheadless.io's cloud export service",
"keywords": ["PHP","Reporting Tools","Data Report","pdf export", "jpg png export", "cloud export service"],
"homepage": "https://www.koolreport.com",
Expand Down

0 comments on commit 28959e0

Please sign in to comment.