From c146105a95971940360e619643e43057b55687ca Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 19 Jul 2017 12:06:33 -0700 Subject: [PATCH] Release v7.0.0 --- CHANGELOG.md | 13 +++++++++++++ composer.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf1f631..af8bba1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [7.0.0](#7.0.0) - 2017-07-19 +## Fixed +- Fixed a bug where unicode zones were not displaying active [#148](https://github.com/cloudflare/Cloudflare-CPanel/pull/148) + +### Changed +- Changed cp to overwrite files in cloudflare.install.sh [#144](https://github.com/cloudflare/CloudFlare-CPanel/pull/144) +- Removed config.js.sample and replaced it with config.json.sample [#150](https://github.com/cloudflare/CloudFlare-CPanel/pull/150) + +### Added +- Added SSL Settings card to moresettings/security [#149](https://github.com/cloudflare/Cloudflare-CPanel/pull/149) +- Added new getConfig implementation that gets config.json.sample [#150](https://github.com/cloudflare/Cloudflare-CPanel/pull/150) +- [Frontend] Added a new splash page [#131](https://github.com/cloudflare/cloudflare-plugin-frontend/pull/131) + ## [6.2.0](#6.2.0) - 2017-04-25 ## Fixed - Fixed install bug in CloudLinux [#140](https://github.com/cloudflare/Cloudflare-CPanel/pull/140) diff --git a/composer.json b/composer.json index 716130e7..bd65b2cc 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.2.0", + "version": "7.0.0", "homepage": "https://github.com/cloudflare/CloudFlare-CPanel", "scripts": { "test": "vendor/bin/phpunit src/Test",