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

Commit

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

## [6.1.1](#6.1.1) - 2017-01-06

## Fixed
- [Wundark](https://github.com/Wundark) fixed install script to check for Cloudflare-Cpanel-x.x.x.tar.gz (lowercase f) which broke after the Cloudflare rebranding. [#120](https://github.com/cloudflare/Cloudflare-CPanel/pull/120)

## [6.1.0](#6.1.0) - 2016-11-08

## Changed
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.0",
"version": "6.1.1",
"homepage": "https://github.com/cloudflare/CloudFlare-CPanel",
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"featureManagerIsCacheLevelEnabled": true,
"featureManagerIsChallengePassageEnabled": true,
"featureManagerIsDevelopmentModeEnabled": true,
"featureManagerIsFullZoneProvisioningEnabled": false,
"featureManagerIsFullZoneProvisioningEnabled": true,
"featureManagerIsIpv6Enabled": true,
"featureManagerIsMinifyEnabled": true,
"featureManagerIsPurgeCacheEnabled": true,
Expand All @@ -23,5 +23,5 @@
},
"locale": "en",
"integrationName": "cpanel",
"version": "6.1.0"
"version": "6.1.1"
}

0 comments on commit dafc3f4

Please sign in to comment.