elementor / wp2static-addon-s3

S3 deployment Add-on for WP2Static
The Unlicense
35 stars 23 forks source link

Prepare for refactoring #1

Closed fransallen closed 4 years ago

fransallen commented 5 years ago

Yup, thanks, added in new commits!

leonstafford commented 5 years ago

You have what appears to be a typo on line 310 of S3Deployer.php

$distribution = $this-cf_distribution_id;

I think should be

$distribution = $this->cf_distribution_id;

Thanks @markdicker! We've got some better code quality tools in the core project now and will roll-out to all the add-ons before they're released