The Joom Donation developer team are proud to announce the release of Joom Donation 5.9.6. This is a seventh release for the 5.9.x series of Joom Donation with new improvements and bugs fixed.
What's new in Joom Donation 5.9.6
1. Add new solution to prevent spam through Donation form
Some of our customers report that, even though they have Google reCaptcha enabled, they still get spammed in some ways. After researching, developing and testing on several client sites, we come up with a new method to prevent spam on Donation form.
- Integrate Honeypot solution to prevent spam bots from making donation
- Two other optional settings Minimum Form Time (in Seconds) and Maximum Form Submissions Per Session to prevent too much donations in a short time (by spam) which can be used to prevent spams further if needed.
2. Add JD Square Card payment gateway
We release
JD Squareup Card payment plugin with better UI, support 3D Secure and Compatible with SCA requirement. If you are using
JD Squareup Card payment plugin, we recommend you to migrate to use this new payment plugin instead to avoid payment is declined.
3. Improve JD iDeal payment gateway to support Sandbox and Live credentials
Updated
JD iDeal payment plugin to allow setup separate API Key for sandbox and Live Mode
4. Improve Joom Donation module layout
Here is new layout of Joom Donation module
5. Add option to show Total donated amount in Donation form
This change will help donor to know how much he (she) should pay for their donation (including payment fee if exists)
6. Integrate with Input Mask to custom fields
Joom Donation is now integrated with Input Mask library from
imask.js.org
to allow you to define input mask for each custom field to force users to enter data in the format you want. You can use
Regex
or
Pattern
to define input mask for your custom fields.
7. Add new parameters to custom fields to have more options in displaying them on donation form
From this version, when you add/edit custom fields, you can enter:
- Container Size
- Container Class
Especially, with
Container Size (Apply only on Default Donation layout), you can put more than one fields at one line. In previous versions, in Default Donation layout, you just can put one field at one line.
8. Add option to override payment gateway logo
From this version, you can put your own payment gateway logo in folder:
[root] -> media -> com_jdonation -> assets -> images -> payments_override
thus, your logo pictures won't be overridden when you install newer Joom Donation versions
9. Other improvements
- Improve Configuration layout
- Improve Custom fields listing/ Custom fields modification page
- Add option to print Statistic graph
Thanks
Ossolution Dev Team