radishconcepts / WordPress-GitHub-Plugin-Updater

This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
823 stars 195 forks source link

Fix 'sslverify' parameter usage #19

Closed sc0ttkclark closed 12 years ago

sc0ttkclark commented 12 years ago

I tried setting sslverify to false, WP saw my update, but couldn't get the ZIP from GitHub. Debugged and found that this was using the parameter wrong, probably just a mistype I'm sure.

sc0ttkclark commented 12 years ago

Related to this, is https://github.com/pods-framework/pods/issues/368 in which we've found that sslverify false doesn't cover everything and won't carry through correctly.

jkudish commented 12 years ago

Thanks @sc0ttkclark, got it merged in