From 7922bfdd1b0ceb6437e4b2472e7feeebef69acac Mon Sep 17 00:00:00 2001 From: John Wineman Date: Tue, 4 Oct 2016 15:12:27 -0700 Subject: [PATCH] Releasing v6.0.9 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- config.js | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeb7f284..234b567a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [6.0.9](#6.0.9) - 2016-10-04 + +## Fixed +- Updated stylesheets/components.css to a fix bug which caused the options for the active zone selector to be hidden. [#112](https://github.com/cloudflare/CloudFlare-CPanel/pull/112) + ## [6.0.8](#6.0.8) - 2016-09-26 ## Fixed diff --git a/composer.json b/composer.json index 83bb42c5..865e524e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cloudflare/cloudflare-cpanel", "description": "A CloudFlare plugin for CPanel", "license": "BSD-3-Clause", - "version": "6.0.8", + "version": "6.0.9", "homepage": "https://github.com/cloudflare/CloudFlare-CPanel", "scripts": { "test": "vendor/bin/phpunit", diff --git a/config.js b/config.js index 47fdb5b0..896788c2 100644 --- a/config.js +++ b/config.js @@ -23,5 +23,5 @@ }, "locale": "en", "integrationName": "cpanel", - "version": "6.0.8" + "version": "6.0.9" } \ No newline at end of file