cloudverve / wordpress-cloud-media-offloader-plugin

A simple plugin that allows you to serve your WordPress Media Library files from the Backblaze B2 cloud storage service.
GNU General Public License v2.0
65 stars 14 forks source link

Ready for Testing #2

Closed dmhendricks closed 5 years ago

dmhendricks commented 6 years ago

I believe this plugin is in a state where it is ready for testing. There are likely to be bugs and incompatibilities - if you encounter them, please create a new issue.

Submitting a Bug

If you submit a bug, the more relevant information that you include, the more easy it will be for me to try to reproduce/debug:

*If you're not familiar with your environment, some of this information you can get by creating a file in the root of your web site (named something like info.php) with the following content:

<?php
phpinfo();
?>

Then visit http://yoursite.com/info.php (for example) to view the output.

If you create this file, delete it when you are finished.

bitnissen commented 6 years ago

Great work! Looking forward to playing around with this :-)