From b64f92d01f16c1a41860c874a44363350164a3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Hennes?= Date: Mon, 22 Aug 2022 18:44:23 +0200 Subject: [PATCH] Release 2.4.0 --- README.md | 4 +++- changelog.txt | 2 +- translations/fr.php | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5a6e62a..6b98912 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ This module display Google recaptcha on the following forms : - contact form - account creation form - newsletter subscription ( since 2.1.0) + - custom module forms ( since 2.4.0 see : METTRE LIEN BLOG ) The module is compatible with both V2 and V3 recaptcha keys ( since v 2.3.0 ) @@ -26,7 +27,7 @@ For newsletter subscription implementation it needs module **ps_emailsubscriptio This module use composer to get recaptcha lib. Don't forget to use `composer install` in order to download the necessary recaptcha composer package. - Otherwise you can go on the github release page https://github.com/nenes25/eicaptcha/releases and download the last 2.0.x version release to get the full package + Otherwise you can go on the github release page https://github.com/nenes25/eicaptcha/releases and download the last 2.x version release to get the full package `Please do not use the github function "download as zip" which will not works` @@ -71,3 +72,4 @@ https://www.h-hennes.fr/blog/2017/07/11/module-catpcha-pour-prestashop-1-7/ | ------------------ | -----------| | 1.6.1.x and under | :x: use version 0.4.x or 0.5.x instead | | 1.7.0.x to 1.7.8.x | :heavy_check_mark: | +| 8.x | :interrobang: Not yet tested | diff --git a/changelog.txt b/changelog.txt index f153e43..8d8b8cc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -6,7 +6,7 @@ * https://www.h-hennes.fr/blog/ */ - - V 2.4.0 - 2022- #202 V2.3.1: les modes sombre et clair sont inversés + - V 2.4.0 - 2022-08-22 #202 V2.3.1: les modes sombre et clair sont inversés #205 Captcha box is not visible (Clarify behavior of V3 keys) #184 Don't require recaptcha for logged in clients #217 Allow to validate custom forms diff --git a/translations/fr.php b/translations/fr.php index 0b421e5..b30656a 100644 --- a/translations/fr.php +++ b/translations/fr.php @@ -39,9 +39,11 @@ $_MODULE['<{eicaptcha}prestashop>configform_de7e39ae12eb7d5e08c84ff8739ee5fc'] = 'Merci de saisir la clé de site'; $_MODULE['<{eicaptcha}prestashop>configform_532719b9b22c0444d8c65bdc6b80fa1e'] = 'Clé secrète'; $_MODULE['<{eicaptcha}prestashop>configform_30c1139b1b654780ec1ef5c35323806d'] = 'Merci de saisir la clé secrète'; -$_MODULE['<{eicaptcha}prestashop>configform_8734cb06c440a837b751eb664be56f3c'] = 'Activer pour le formulaire de contact'; +$_MODULE['<{eicaptcha}prestashop>configform_f5942fc4246e5a396124864598dc1563'] = 'Activer pour les clients authentifiés'; +$_MODULE['<{eicaptcha}prestashop>configform_4b8ae278ba54c0dfe69dd4155204611b'] = 'Défini si les clients authentifiés doivent utiliser le captcha ou non'; $_MODULE['<{eicaptcha}prestashop>configform_00d23a76e43b46dae9ec7aa9dcbebb32'] = 'Activé'; $_MODULE['<{eicaptcha}prestashop>configform_b9f5c797ebbf55adccdd8539a65a0241'] = 'Désactivé'; +$_MODULE['<{eicaptcha}prestashop>configform_8734cb06c440a837b751eb664be56f3c'] = 'Activer pour le formulaire de contact'; $_MODULE['<{eicaptcha}prestashop>configform_4d43056cebf6d60747ad8064a941b8cd'] = 'Activer pour la création de compte'; $_MODULE['<{eicaptcha}prestashop>configform_91af46abe7415b52ee694911d67d5dca'] = 'Activer le captcha sur l\'inscription à la newsletter'; $_MODULE['<{eicaptcha}prestashop>configform_c3919af9a1f91206ed9142b26d0a98ce'] = 'Disponible uniquement dans certaines condition ( utiliser la vérification de l\'installation du module pour vérifier )'; @@ -49,8 +51,8 @@ $_MODULE['<{eicaptcha}prestashop>configform_10f6ad136e375a00eff3356bb4caa692'] = 'Code langue ( en-GB | fr | de | de-AT | ... ) - laisser vide pour détection automatique'; $_MODULE['<{eicaptcha}prestashop>configform_43ec71bfafdad1482bff90168f80531b'] = 'Pour voir la liste des codes langues disponibles consulter la page : https://developers.google.com/recaptcha/docs/language'; $_MODULE['<{eicaptcha}prestashop>configform_d721757161f7f70c5b0949fdb6ec2c30'] = 'Thème'; -$_MODULE['<{eicaptcha}prestashop>configform_9914a0ce04a7b7b6a8e39bec55064b82'] = 'Sombre'; $_MODULE['<{eicaptcha}prestashop>configform_a18366b217ebf811ad1886e4f4f865b2'] = 'Clair'; +$_MODULE['<{eicaptcha}prestashop>configform_9914a0ce04a7b7b6a8e39bec55064b82'] = 'Sombre'; $_MODULE['<{eicaptcha}prestashop>configform_8819c44e0c4c2f8e4a78d88f8f98de20'] = 'Activer le debug'; $_MODULE['<{eicaptcha}prestashop>configform_8477ce97d6ad94af8e8d6adb6bde19ae'] = 'Utiliser seulement temporairement pour débuguer'; $_MODULE['<{eicaptcha}prestashop>configform_1d0820fdba3c2a97b772aaabaedadf3e'] = 'Active des logs de debug pour le module, voir dans le fichier %s';