From 61463eb5a5b635677d83cbe9bd2b7bf8c305a2f2 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Mon, 23 Feb 2015 12:15:09 +0100 Subject: [PATCH] release v0.7.0 --- CHANGELOG.md | 5 +++++ README.md | 2 +- TODO.md | 1 - metadata.rb | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a571b4..e595acf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ boxbilling CHANGELOG This file is used to list changes made in each version of the `boxbilling` cookbook. +## v0.7.0 (2015-02-23) + +* Fix `boxbilling_api[admin/system/params]` notifications. +* Disable PHP inside *bb-uploads* and *bb-data* directories. + ## v0.6.0 (2015-02-13) * `boxbilling_api`: diff --git a/README.md b/README.md index de61898..ad7348e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Description [![Cookbook Version](https://img.shields.io/cookbook/v/boxbilling.svg?style=flat)](https://supermarket.getchef.com/cookbooks/boxbilling) [![Dependency Status](http://img.shields.io/gemnasium/onddo/boxbilling-cookbook.svg?style=flat)](https://gemnasium.com/onddo/boxbilling-cookbook) [![Code Climate](http://img.shields.io/codeclimate/github/onddo/boxbilling-cookbook.svg?style=flat)](https://codeclimate.com/github/onddo/boxbilling-cookbook) -[![Build Status](http://img.shields.io/travis/onddo/boxbilling-cookbook.svg?style=flat)](https://travis-ci.org/onddo/boxbilling-cookbook) +[![Build Status](http://img.shields.io/travis/onddo/boxbilling-cookbook/0.7.0.svg?style=flat)](https://travis-ci.org/onddo/boxbilling-cookbook) Chef cookbook to install and configure [BoxBilling](http://www.boxbilling.com/), invoice and client management software. diff --git a/TODO.md b/TODO.md index ebe8eb7..67ecc4d 100644 --- a/TODO.md +++ b/TODO.md @@ -2,5 +2,4 @@ TODO ==== * [ ] Add unit tests for libraries. -* [ ] Fix RuboCop offenses. * [ ] Improve api provider PATH_SPECIAL_IDS implementation avoiding nils. diff --git a/metadata.rb b/metadata.rb index 4ba743d..2679a5d 100644 --- a/metadata.rb +++ b/metadata.rb @@ -27,7 +27,7 @@ Installs and configures BoxBilling, invoice and client management software EOS long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.7.0' # WiP +version '0.7.0' supports 'amazon' supports 'centos', '>= 6.0'