diff --git a/README.md b/README.md index eec207f..817f234 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Author](https://img.shields.io/badge/author-Daniel%20M.%20Hendricks-blue.svg?colorB=9900cc )](https://www.danhendricks.com) [![Latest Version](https://img.shields.io/github/release/dmhendricks/backblaze-media-offloader.svg)](https://github.com/dmhendricks/backblaze-media-offloader/releases) +[![Packagist](https://img.shields.io/packagist/v/dmhendricks/backblaze-media-offloader.svg)](https://packagist.org/packages/dmhendricks/backblaze-media-offloader) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/danielhendricks) [![WP Engine](https://img.shields.io/badge/WP%20Engine-Compatible-orange.svg)](http://bit.ly/WPEnginePlans) [![GitHub License](https://img.shields.io/badge/license-GPLv2-yellow.svg)](https://raw.githubusercontent.com/dmhendricks/backblaze-media-offloader/master/LICENSE) @@ -11,7 +12,7 @@ This is currently under development and may contain bugs. Test in a development ### Download Plugin -Installable WordPress ZIP file: [backblaze-media-offloader.zip](https://github.com/dmhendricks/backblaze-media-offloader/releases/download/0.7.1/backblaze-media-offloader.zip). +Installable WordPress ZIP file: [backblaze-media-offloader.zip](https://github.com/dmhendricks/backblaze-media-offloader/releases/download/0.7.2/backblaze-media-offloader.zip). ## Contents @@ -44,7 +45,7 @@ One of the best ways that you can contribute is to help me make it better, eithe ## Installation -Download the [installable WordPress ZIP file](https://github.com/dmhendricks/backblaze-media-offloader/releases/download/0.7.1/backblaze-media-offloader.zip) and add via **Plugins** > **Add New** in WP Admin. +Download the [installable WordPress ZIP file](https://github.com/dmhendricks/backblaze-media-offloader/releases/download/0.7.2/backblaze-media-offloader.zip) and add via **Plugins** > **Add New** in WP Admin. ### Requirements @@ -97,8 +98,7 @@ Release changes will be noted on the [Releases](https://github.com/dmhendricks/b #### Branch: `master` -* Fixed bug: Default settings not enabled by default -* Fixed several deprecation notices +* None ## Credits diff --git a/readme.txt b/readme.txt index 368363c..790c8d7 100644 --- a/readme.txt +++ b/readme.txt @@ -1,30 +1,32 @@ === Backblaze B2 Media Offloader === Contributors: hendridm -Tags: backblaze,b2,media,uploads,images,cdn +Tags: backblaze,b2,media,uploads,offload,images Plugin URI: https://github.com/dmhendricks/backblaze-media-offloader Donate link: https://paypal.me/danielhendricks Requires at least: 4.0 Tested up to: 4.9.1 +Requires PHP: 5.6 Stable tag: 0.7.2 License: GPL-2.0 License URI: http://www.gnu.org/licenses/gpl-2.0.html -A simple plugin that allows you to serve your WordPress Media Library files via the [Backblaze B2](https://www.backblaze.com/b2/) cloud storage service. +Allows you to serve WordPress Media Library files from the Backblaze B2 cloud storage service. == Description == -This plugin allows you to serve your WordPress Media Library files via the Backblaze B2 cloud storage service. -Your first 10GB are free and $0.005/GB per month after that, a cheaper alternative to Amazon S3. +This plugin allows you to serve your WordPress Media Library files via the [Backblaze B2](https://www.backblaze.com/b2/) cloud storage service. -= Requirements = +It features to ability to limit offloading to specified MIME types. + +===== Requirements ===== * WordPress 4.0 or higher * PHP 5.6 or higher == Installation == -1. Install Backblaze B2 Media Offloader either via the WordPress.org plugin directory, or by uploading the files to your site's plugin directory. +1. Install Backblaze B2 Media Offloader either via the WordPress.org plugin repository or manually by uploading the ZIP through the Add New plugin interface. 2. Activate the plugin. -3. Go to Settings > Backblaze B2 to configure and add your B2 credentials. +3. Go to Settings > Backblaze B2 to configure and add your B2 credentials. You must save your credentials before you can choose a Backblaze B2 bucket. == Frequently Asked Questions == = Q. Will this plugin upload existing media files to my B2 account? = @@ -32,3 +34,9 @@ A. No, it will only act on newly uploaded media. You can, however, upload them y == Screenshots == 1. Settings Page + +== Changelog == +Please see the GitHub [Releases](https://github.com/dmhendricks/backblaze-media-offloader/releases) page. + +== Upgrade Notice == +The code has been completely refactored, a new B2 API is being used and some deprecation notices were fixed.