From e6434870c9bb3e23b2a5d71a7e73905a01e09448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= Date: Wed, 11 Dec 2024 16:05:49 +0100 Subject: [PATCH] [VER] Bump to v2.2.1 --- wpforms-epfl-payonline.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpforms-epfl-payonline.php b/wpforms-epfl-payonline.php index 72a6687..dbfcc3c 100644 --- a/wpforms-epfl-payonline.php +++ b/wpforms-epfl-payonline.php @@ -6,7 +6,7 @@ * Author: EPFL ISAS-FSD * Author URI: https://go.epfl.ch/idev-fsd * Contributor: Nicolas Borboën - * Version: 2.1.3 + * Version: 2.2.1 * Text Domain: wpforms-epfl-payonline * Domain Path: languages * License: GPL-2.0+ @@ -121,7 +121,7 @@ function max_donation_limit() { }); }); }); - + jQuery(function(){ // Limit the maximum amount (maximum (4999) amount for the number field jQuery( '.limit-donation-4999-fr input' ).attr({ 'min': 0, 'max': 4999 } );