Skip to content

Commit

Permalink
Prep for 0.7.2 minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Dec 12, 2017
1 parent 1996310 commit 696b144
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
22 changes: 15 additions & 7 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
=== 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? =
A. No, it will only act on newly uploaded media. You can, however, upload them yourself to you B2 account and use a plugin to rewrite the URLs.

== 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.

0 comments on commit 696b144

Please sign in to comment.