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

Commit

Permalink
Releasing v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wineman committed Jun 29, 2016
1 parent 4055fe4 commit 5e8129c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.0.4](#6.0.4) - 2016-06-29
## Fixed
- Fixed bug which was causing active domains to display as inactive because the client api doesn't support pagination. [#97](https://github.com/cloudflare/CloudFlare-CPanel/pull/97)

## [6.0.3](#6.0.3) - 2016-06-08
## Changed
- PHP code for CF\API, CF\Router, and CF\Integration moved to [CloudFlare-Plugin-Backend](https://github.com/cloudflare/CloudFlare-Plugin-Backend). [#96](https://github.com/cloudflare/CloudFlare-CPanel/pull/96)
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "cloudflare/cpanel-plugin",
"name": "cloudflare/cloudflare-cpanel",
"description": "A CloudFlare plugin for CPanel",
"license": "BSD-3-Clause",
"version": "5.3.11",
"version": "6.0.4",
"homepage": "https://github.com/cloudflare/CloudFlare-CPanel",
"scripts": {
"test": "vendor/bin/phpunit",
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/"
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"featureManagerIsSSLEnabled": false,
"locale": "en",
"integrationName": "cpanel",
"version": "6.0.3"
"version": "6.0.4"
}

0 comments on commit 5e8129c

Please sign in to comment.