Issues with plugin update (v1.47)

Hello,

There was an issue with a file not committing to wordpress’ SVN system for plugin updates.

To temporarily resolve the issue you can either do ONE of three things :

  1. Remove the plugin folder wp-content/plugins/shift8-cdn and re-install from scratch

  2. Edit the file wp-content/plugins/shift8-cdn/shift8-cdn.php and comment line 17 out.

So line 17 :

require_once(plugin_dir_path(__FILE__).'components/wp-cli.php' );

Becomes :

//require_once(plugin_dir_path(__FILE__).'components/wp-cli.php' );

  1. Download the latest version (1.48) and overwrite the entire wp-content/plugins/shift8-cdn folder with the downloaded copy