All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
7.0.1 - 2018-02-20
- PI-1236 Fix install issue for new users #159
- PI-528: Remove v5 install script #157
7.0.0 - 2017-07-19
- Fixed a bug where unicode zones were not displaying active #148
- Changed cp to overwrite files in cloudflare.install.sh #144
- Removed config.js.sample and replaced it with config.json.sample #150
- Added SSL Settings card to moresettings/security #149
- Added new getConfig implementation that gets config.json.sample #150
- [Frontend] Added a new splash page #131
6.2.0 - 2017-04-25
- Fixed install bug in CloudLinux #140
- [Frontend] Fixed UTM codes for signup and account links #112
- [Frontend] Fixed a bug where analytic tab selection not working properly #113
- [Frontend] Fixed a bug where active zone selector was not clickable #114
- [Frontend] Fixed bug where Minify was not updating #116
- [Frontend] Clarified the text when domain is not on Cloudflare #115
- [Frontend] Added help text for all cards #118
6.1.5 - 2017-03-15
6.1.4 - 2017-03-8
- Fixed bug where the Host API login wasn't working. #135
- Fixed Cloudflare logo size on cPanel homepage. #136
6.1.3 - 2017-03-6
- Partial zones will add SSL related DNS records automatically to CPanel when plugin is opened.
- Update branding for CPanel
6.1.2 - 2017-01-31
- cPanel defaults to the domain page now
- Fixed bug which caused errors not to be propogated back to the frontend. cd649a0854b9dc099898db6d67ab3cc3e524b4a5
6.1.1 - 2017-01-06
- Wundark fixed install script to check for Cloudflare-Cpanel-x.x.x.tar.gz (lowercase f) which broke after the Cloudflare rebranding. #120
6.1.0 - 2016-11-08
- Fixed a bug where root domain was not shown in DNS Management tab. #115
6.0.9 - 2016-10-04
- Updated stylesheets/components.css to a fix bug which caused the options for the active zone selector to be hidden. #112
6.0.8 - 2016-09-26
- cloudflare/cloudflare-frontend upgraded to 2.5.0 to fix a bug in the SSL Card. #111
6.0.7 - 2016-09-07
- cloudflare/cloudflare-frontend upgraded to 2.4.0 to remove zone scan card. #110
6.0.6 - 2016-08-25
- @Kurounin and @uncleVALERA fixed cloudflare_update.sh which broke in cPanel 58 due to a permissions issue. #109
- Fixed bug in signup which caused the user not to be redirected to the plugin on successful account create. #103
- Fixed bug which caused curl requests on install/update to not validate the certificate. #106
6.0.5 - 2016-07-29
- Changed Provisioning to check if Advance Zone Editor is enabled. #100
6.0.4 - 2016-06-29
- Fixed bug which was causing active domains to display as inactive because the client api doesn't support pagination. #97
6.0.3 - 2016-06-08
- PHP code for CF\API, CF\Router, and CF\Integration moved to Cloudflare-Plugin-Backend. #96
- React/Redux code now lives in Cloudflare-Plugin-Frontend. #91
- Fixed bug where active railguns were displaying as inactive. #95
6.0.2 - 2016-05-23
- Addon and Parked cPanel domains can now be provisioned. #88
- Fixed typo in cloudflare_update.sh that was preventing upgrades from working. #90
6.0.1 - 2016-05-05
- The cloudflare_update.sh bash script was incorrectly checking the current version number causing the update to fail. #82
6.0.0 - 2016-04-28
- Added the ability to configure the IPV6 functionality on the Performance Page
- Added the ability to configure the "Always Online" functionality on the Performance Page
- Added the ability to provision domain names with Cloudflare's "full zone" setup.
- Added a button to quickly toggle "I'm Under Attack" mode.
- Added the ability to view requests, bandwidth, unique visitors, and threats blocked on the Analytics page.
- Added the ability to configure the security level setting of your website on the Security page.
- Added the ability to configure the challenge passage setting of your website on the Security page.
- Added the ability to toggle the browser integrity check setting of your website on the Security page.
- Added the ability to configure the cache level setting of your website on the Performance page.
- Added the ability to configure the auto minify setting of your website on the Performance page.
- Added the ability to toggle the development mode setting of your website on the Performance page.
- Added the ability to configure the browser cache time to live setting on the Perfromance page.
- Added the ability to purge your website's cache on the Performance page.
- Removed the header navigation link to http://cloudflarestatus.com/.
- Removed support for the X3 theme because CPanel is deprecating it in v11.60.
- The plugin now runs on a React/Redux front end and PHP (with one Perl module) on the backend.
- The structure of the YAML file has been changed and the data store code will automatically convert old YAML files to the new format.