roborourke / wp-less

Provides a LESS compiler compatible with wp_enqueue_style() for rapid CSS development in themes and plugins.
MIT License
217 stars 55 forks source link

Update the plugin to handle JSON-encoding and SSL requests in WordPress 3.7 #51

Closed johnbillion closed 9 years ago

johnbillion commented 11 years ago

WordPress 3.7 changes the way plugin updates are sent to the plugin update API. WP-LESS is currently breaking all updates and generating notices due to the http_requests_args() method which needs updating.

More info: http://make.wordpress.org/core/2013/10/25/json-encoding-ssl-api-wordpress-3-7/

johnbillion commented 11 years ago

Oh my. Managed to get an error in there. Stand by.

roborourke commented 10 years ago

I'll keep an eye for an update. It's probably down to a workaround for the naming collision with the plugin and one already in the wp.org repo. Thanks for spotting this!

roborourke commented 10 years ago

@johnbillion did you get a chance to update the error? I can merge as soon as you're ready

johnbillion commented 10 years ago

Nope but I also need to fix this in one of our plugins so I'll do it at the same time, in the next day or two.

roborourke commented 10 years ago

Cool, no rush :)

lkraav commented 9 years ago

Is this still relevant, a year later?