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

Releases: cloudflare/Cloudflare-CPanel

v6.0.8

26 Sep 21:54
Compare
Choose a tag to compare

6.0.8 - 2016-09-26

Fixed

v6.0.7

07 Sep 20:52
Compare
Choose a tag to compare

6.0.7 - 2016-09-07

Removed

v6.0.6

26 Aug 00:35
Compare
Choose a tag to compare

6.0.6 - 2016-08-25

Fixed

  • @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

v6.0.5

29 Jul 09:18
Compare
Choose a tag to compare

6.0.5 - 2016-07-29

Changed

  • Changed Provisioning to check if Advance Zone Editor is enabled. #100

Fixed

  • Fixed how the installer finds the php version for cPanel 58. #101#102

v6.0.4

29 Jun 22:44
Compare
Choose a tag to compare

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

v6.0.3

08 Jun 22:22
Compare
Choose a tag to compare

6.0.3 - 2016-06-08

Changed

Fixed

  • Fixed bug where active railguns were displaying as inactive. #95

v6.0.2

23 May 22:36
Compare
Choose a tag to compare

6.0.2 - 2016-05-23

Added

  • Addon and Parked cPanel domains can now be provisioned. #88

Fixed

  • Fixed typo in cloudflare_update.sh that was preventing upgrades from working. #90

v6.0.1

06 May 15:17
Compare
Choose a tag to compare

6.0.1 - 2016-05-06

Fixed

  • The cloudflare_update.sh bash script was incorrectly checking the current version number causing the update to fail. #82

v6.0.0

28 Apr 23:42
Compare
Choose a tag to compare

6.0.0 - 2016-04-28

Added

  • 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

Updated

  • 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.

v5.3.11

14 Jan 22:20
Compare
Choose a tag to compare

5.3.11 - 2016-01-14

Fixed

  • Cpanel 11.54 RC broke JS in some .tmpl files, those files now use CloudFlare.$ instead of $ for Jquery #75
  • Fixed an issue where a malicious symlink could allow changing permissions on arbitrary files. #76