* @copyright 2013-2021 Hennes Hervé * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * http://www.h-hennes.fr/blog/ */ if (!defined('_PS_VERSION_')) { exit; } /** * Update module in version 2.3.0 * * @param EiCaptcha $module * * @return bool */ function upgrade_module_2_3_0($module) { //Intialialize a configuration with recaptcha v2 ( as key was not existing and v3 was not implemented before ) return Configuration::updateGlobalValue('CAPTCHA_VERSION', 2); }