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

Latest commit

 

History

History
155 lines (113 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

155 lines (113 loc) · 8.36 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

7.0.1 - 2018-02-20

Fixed

  • PI-1236 Fix install issue for new users #159

Removed

  • PI-528: Remove v5 install script #157

7.0.0 - 2017-07-19

Fixed

  • Fixed a bug where unicode zones were not displaying active #148

Changed

  • Changed cp to overwrite files in cloudflare.install.sh #144
  • Removed config.js.sample and replaced it with config.json.sample #150

Added

  • 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

  • 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

Changed

  • [Frontend] Clarified the text when domain is not on Cloudflare #115

Added

  • [Frontend] Added help text for all cards #118

6.1.5 - 2017-03-15

Fixed

  • Fixed logo orientation. #138
  • Fix wrong values which are sent to the API #137

6.1.4 - 2017-03-8

Fixed

  • 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

Added

  • Partial zones will add SSL related DNS records automatically to CPanel when plugin is opened.

Changed

  • Update branding for CPanel

6.1.2 - 2017-01-31

Changed

  • cPanel defaults to the domain page now

Fixed

6.1.1 - 2017-01-06

Fixed

  • 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

Changed

  • Updated Logo #113
  • Changed CPanel UI to look more like cloudflare.com UI. #116

Fixed

  • Fixed a bug where root domain was not shown in DNS Management tab. #115

6.0.9 - 2016-10-04

Fixed

  • 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

Fixed

6.0.7 - 2016-09-07

Removed

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

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

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

6.0.3 - 2016-06-08

Changed

Fixed

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

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

6.0.1 - 2016-05-05

Fixed

  • 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

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