From c61f1a8241478dc0e313fbb10d2340621f1f61e3 Mon Sep 17 00:00:00 2001 From: John Wineman Date: Tue, 31 Jan 2017 10:05:55 -0800 Subject: [PATCH] Release v6.1.2 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- config.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 288a4351..c64b3fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [6.1.2](#6.1.2) - 2017-01-31 + +## Changed +- cPanel defaults to the domain page now + +## Fixed +- Fixed bug which caused errors not to be propogated back to the frontend. [cd649a0854b9dc099898db6d67ab3cc3e524b4a5](https://github.com/cloudflare/Cloudflare-CPanel/commit/cd649a0854b9dc099898db6d67ab3cc3e524b4a5) + ## [6.1.1](#6.1.1) - 2017-01-06 ## Fixed diff --git a/composer.json b/composer.json index 96dc0798..0a4afd92 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.1.1", + "version": "6.1.2", "homepage": "https://github.com/cloudflare/CloudFlare-CPanel", "scripts": { "test": "vendor/bin/phpunit", diff --git a/config.js b/config.js index cfb6b295..75725dac 100644 --- a/config.js +++ b/config.js @@ -23,5 +23,5 @@ }, "locale": "en", "integrationName": "cpanel", - "version": "6.1.1" + "version": "6.1.2" } \ No newline at end of file