Skip to content

Commit

Permalink
[VER] Bump to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ponsfrilus committed Dec 11, 2024
1 parent 38cd546 commit e643487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpforms-epfl-payonline.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: EPFL ISAS-FSD
* Author URI: https://go.epfl.ch/idev-fsd
* Contributor: Nicolas Borboën <[email protected]>
* Version: 2.1.3
* Version: 2.2.1
* Text Domain: wpforms-epfl-payonline
* Domain Path: languages
* License: GPL-2.0+
Expand Down Expand Up @@ -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 } );
Expand Down

0 comments on commit e643487

Please sign in to comment.