From 54648859dd23053f29070af57ba86e3147390125 Mon Sep 17 00:00:00 2001 From: Furkan Yilmaz Date: Mon, 6 Mar 2017 15:32:08 +0000 Subject: [PATCH] Release v6.1.3 --- 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 c64b3fde..0fde6b62 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.3](#6.1.3) - 2017-03-6 + +## Added +- Partial zones will add SSL related DNS records automatically to CPanel when plugin is opened. + +## Changed +- Update branding for CPanel + ## [6.1.2](#6.1.2) - 2017-01-31 ## Changed diff --git a/composer.json b/composer.json index e0d34d2a..215d34d1 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.2", + "version": "6.1.3", "homepage": "https://github.com/cloudflare/CloudFlare-CPanel", "scripts": { "test": "vendor/bin/phpunit src/Test", diff --git a/config.js b/config.js index 75725dac..1757e9e0 100644 --- a/config.js +++ b/config.js @@ -23,5 +23,5 @@ }, "locale": "en", "integrationName": "cpanel", - "version": "6.1.2" + "version": "6.1.3" } \ No newline at end of file