ActiveCampaign / postmark-wordpress

The Official Postmark Wordpress Plugin
GNU General Public License v2.0
17 stars 17 forks source link

load_settings() does not exist? #39

Closed mgibbs189 closed 5 years ago

mgibbs189 commented 5 years ago

Hey @pgraham3

I noticed this addition in a recent commit: https://github.com/wildbit/postmark-wordpress/blob/5aefc0f4f54c112b307c05fe8eb5ca961a9bb05a/postmark.php#L386

Has this change been tested?

I ask because load_settings is Postmark_Mail class method, but does not appear to be a global function.

pgraham3 commented 5 years ago

@mgibbs189 Good catch - that was added to check for a missing 'track_links' setting during the upgrade and it's not throwing any PHP errors when I tested it out via a fresh install of v1.11 or an upgrade from a previous version to v1.11. I'll modify that though and get a v1.11.1 out.

pgraham3 commented 5 years ago

v1.11.1 just released with a fix.

mgibbs189 commented 5 years ago

@pgraham3 Great! Thanks for the quick turnaround :)