Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 committed Aug 22, 2022
1 parent 0ef8160 commit b64f92d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

Expand All @@ -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`

Expand Down Expand Up @@ -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 |
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions translations/fr.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,20 @@
$_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 )';
$_MODULE['<{eicaptcha}prestashop>configform_2f298dd749c5c927a272586189aecaa9'] = 'Forcer la langue';
$_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';
Expand Down

0 comments on commit b64f92d

Please sign in to comment.