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 #143 from cloudflare/thellimist/PI-1075
Browse files Browse the repository at this point in the history
Thellimist/pi 1075 Release 6.2.0
  • Loading branch information
thellimist authored Apr 25, 2017
2 parents 6dcb93f + 7ab98fe commit 6b4da93
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [6.2.0](#6.2.0) - 2017-04-25
## Fixed
- Fixed install bug in CloudLinux [#140](https://github.com/cloudflare/Cloudflare-CPanel/pull/140)
- [Frontend] Fixed UTM codes for signup and account links [#112](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/112)
- [Frontend] Fixed a bug where analytic tab selection not working properly [#113](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/113)
- [Frontend] Fixed a bug where active zone selector was not clickable [#114](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/114)
- [Frontend] Fixed bug where Minify was not updating [#116](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/116)

### Changed
- [Frontend] Clarified the text when domain is not on Cloudflare [#115](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/115)

### Added
- [Frontend] Added help text for all cards [#118](https://github.com/cloudflare/CloudFlare-FrontEnd/pull/118)

## [6.1.5](#6.1.5) - 2017-03-15
## Fixed
- Fixed logo orientation. [#138](https://github.com/cloudflare/Cloudflare-CPanel/pull/138)
Expand Down
19 changes: 12 additions & 7 deletions compiled.js

Large diffs are not rendered by default.

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.5",
"version": "6.2.0",
"homepage": "https://github.com/cloudflare/CloudFlare-CPanel",
"scripts": {
"test": "vendor/bin/phpunit src/Test",
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
},
"locale": "en",
"integrationName": "cpanel",
"version": "6.1.5"
"version": "6.2.0"
}
Loading

0 comments on commit 6b4da93

Please sign in to comment.