Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Release v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wineman committed Jan 31, 2017
1 parent cd649a0 commit c61f1a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
},
"locale": "en",
"integrationName": "cpanel",
"version": "6.1.1"
"version": "6.1.2"
}

0 comments on commit c61f1a8

Please sign in to comment.