General Fixes, Features, & Updates
-
Fix layout when suggested amounts are over $10,000
-
Fix bug when doing ACH charge in Auth.net, not returning sufficient transaction information.
-
Fix bug with new accounts who add a gateway before paying, causing issues with the new gateway.
-
Updating minimum amount error messaging on public donation page.
-
Security fix for Hubspot-deals.
-
Fix bug with declined recurring donations including PDF download.
-
Add more detailed information to schedules being removed - when you delete a gateway.
-
Fix bug with the help and donor login links on an embedded public donation page - incorrectly showing at the bottom of the page.
-
Mailchimp integration can now track "soft" errors, where the integration succeeds, but MC throws an error (ie: email has previously unsubscribed).
-
Fix bug with international currencies in Donor Portal - displaying incorrectly (always using $).
-
Fix bug with media upload files that include an end of line terminator.
-
Improve media selector to leverage Cache layer.
-
Feature to show empty source and motivation code fund allocations (the admin donation and admin donor page) - as "unallocated" fund designations.
-
Fix bug with HubSpot "deals" being independently tracked and managed in the page builder. It was previously incorrectly managing both forms and deals. Now they have separate, independent choices.
-
Fix bug where public donation page would allow Amex credit cards, even though the gateway was configured to not support AMEX.
-
Add additional error logging and tracing to application.
-
Fix bug with Webhooks sending multiple events for a recurring donation. Now the system waits, and only sends one Donation.Created webhook for either one-time or recurring.
-
Auth.net gateway errors will no longer display nasty c# exception code to the donor on the public donation page. Now it will display a short message, user friendly.
-
Fix bug with MailChimp integration only retrieving up to 10 lists in the account. When an account has 49 lists, they will now all be returned. (Up to 10,000).
-
Add ignore form fields to Error logging system to exclude sensitive information.
-
Remove data points from reporting tables (ACH information)
-
Add increased encryption properties to database columns in Azure.
-
Wide layout for admin donor and donation page(s), bringing consistency and improved UX.
-
Update to virtual terminal, searching for donors is now more streamlined and faster.
-
Prevent page editor from changing gateway assignment when a donation has been placed. This is to ensure currencies and features cannot be changed.
-
Add expiration date on donation object when incoming recurring comes in from Auth.net.
-
Remove blue hornet email service.
High Value Fixes, Features, & Updates
-
RaiseDonors will no longer write any information to Donor.Notes field. That is for the admin. Now RaiseDonors will create activity feeds as needed.
-
Add new SQL Indexes for increased speed and performance.
-
Require a donor to have a First & Last name when updating their account. The donors have been clearing their names.
-
Add feature to hide sensitive information in Admin area. For example, passwords or keys for integrations are now hidden by default.
-
Improvements to report builder to now include new filter types for DateTime columns. "Yesterday" and "is in the past XX days" and "is in the past XX days, including today". Report builder also has better labels for fields (ex: instead of 'Amount', it will now indicate which table that column is from, Donation.Amount).
-
Add huge feature to manage recurring gifts. Editing all properties of a recurring gift. This is MASSIVE. Cleaner UX, ability to manage multiple fund designations, add meta information, control the page assignment, etc. This new "meta" information is also available in API and Webhooks.
-
Provide token for custom content in donor portal, acting as a link to a donation page - which now populates the public donation page with all of the donors contact information.
-
Updates to the donor portal, UX. New layout, much, much nicer! This is a big update, responsive, faster, cleaner.
-
Implement Double the Donation feature integration. Included in Admin integration screen, with ability to contact DTD to request an account. Also, the admin donation page indicates if DTD was sent. This data is also included in WebHooks and API.
-
Add new feature to Virtuous integration - allowing admins to specify if the donor portal should query Virtuous for donation history or use local data from RD.
-
Stripe no longer requires a new schedule to be created when editing the schedule.
-
Add new feature to MailChimp - you can now add tags in the integration.
-
Fix bug with donation page incorrectly displaying military address when donor does not have military address.
-
Fix bug with giving arrays, to now populate "other" amount field when Amount is provided thru URL.