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

Commit

Permalink
Merge pull request #155 from cloudflare/v7.0.0
Browse files Browse the repository at this point in the history
Release v7.0.0
  • Loading branch information
manatarms authored Jul 19, 2017
2 parents 4dfa85c + c146105 commit aedd5e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.2.0",
"version": "7.0.0",
"homepage": "https://github.com/cloudflare/CloudFlare-CPanel",
"scripts": {
"test": "vendor/bin/phpunit src/Test",
Expand Down

0 comments on commit aedd5e2

Please sign in to comment.