/**
 * Module Captcha 
 * Mise en place d'un (re)captcha sur le formulaire de contact et de cration de compte
 *  h-hennes 2013-2015 
 * http://www.h-hennes.fr/blog/
 */

 - v 0.1.0 - 2013-11-09 : Version initiale du module ( compatible uniquement prestashop 1.4 ) // Inital version of the module ( only compatible with prestashop 1.4)
 - v 0.1.0 - 2013-11-11 : Compatibilit prestashop 1.5 // Prestashop 1.5 compatibility
 - v 0.1.1 - 2013-12-24 : Modification de la vrification du code qui se fait en ajax // Modification of code verification now done with ajax
 - V 0.1.2 - 2014-01-17 : Correction d'un bug lors de l'affichage du formulaire de contact avec le protocole https // Display bug correction with https protocol
 - V 0.1.3 - 2014-05-05 : Correction d'un bug https + cration fichier avec les instructions d'installation // Bug correction with https + add file with installations instructions
 - V 0.1.4 - 2014-05-15 : Compatibilit Prestashop 1.6 // Prestashop 1.6 Compatitibility
 - V 0.1.5 - 2014-07-28 : Correction d'un bug d'affichage avec l'option "PS_JS_DEFER" // Display correction with option "PS_JS_DEFER"

 - V 0.2.0 - 2014-08-21 : Nouvelle version qui permets galement de mettre en place le captcha dans le formulaire de cration de compte (configurable )
		 	 // New version which allows to use the captcha on the account creation form (configurable)
 - V 0.2.1 - 2014-09-11 : Correction appel Ajax et constante DS // Ajax Call correction with DS constant
 - V 0.2.2 - 2014-10-06 : Correction dsactivation captcha sur le formulaire de cration de compte // Correction of captcha activation on create account form 
 - V 0.3.0 - 2015-01-20 : Option pour passer sur l'API V2 sur le formulaire de contact // Possibility to use API V2 for the contact form
 - V 0.3.1 - 2015-01-22 : Gestion de l'API V2 pour le formulaire de cration de compte // API V2 for account creation
 - V 0.4.0 - 2015-02-12 : /!\ Compatible Prestashop > 1.5., API (Re)Captcha V2
 - V 0.4.1 - 2015-05-21 : Suppression fichier inutile + ligne debug  // Optimisation
 - V 0.4.2 - 2015-05-22 : Ajout du code pour mettre en place le captcha sur le formulaire envoyer  un ami // Add code to display captcha on the send to friend form
 - V 0.4.3 - 2015-06-17 : Ajout du code pour mettre en place le captcha sur les commentaires produits // Add code to display captcha on the product comments form