Skip to content

1.4

Compare
Choose a tag to compare
@DevinWalker DevinWalker released this 05 Apr 19:04
· 27694 commits to master since this release
  • New: Donors now have the ability to view their donation history using only the email they donated with via the new "Email Access" functionality that can be enabled under Settings > Advanced - #496
  • New: Unit tests added for Give_Donate_Form class - thanks @cklosowski - #517
  • New: Added new "Goal Format" option which will allow totals to be output based on a percentage rather than amount; also added more filters for better control over goal output - #387
  • New: Added links to plugin settings page and documentation on the WordPress plugin listing page - #531
  • New: Featured image size option for single donation forms found under Settings > Display Options - #535
  • Tweak: Sessions are only created when a donor performs an action. This will help Varnish caching on some Managed WordPress hosts and increase performance of the plugin - #521
  • Tweak: Removed usage of the image size "give_form_thumbnail" in favor of "give_form_single" - #412
  • Tweak: Increased modal windows z-index value - #524
  • Tweak: Added additional checks to the "System Info" settings tab - #506
  • Tweak: Removed Give's custom thumbnail size in favor for using WordPress' large media size to prevent image quality issues and excess image creation - #535
  • Tweak: Use $_SERVER['HTTP_HOST'] rather than $_SERVER['SERVER_NAME'] in give_get_current_page_url() - #530
  • Fix: Email compatibility with Mandrill WP plugin - #548
  • Fix: Add trailing slash to home_url() to prevent homepage redirect - #545
  • Fix: Problem give_format_amount_decimals return always 2 decimals - #467
  • Fix: "Custom Amount Text" should not show if the field is left blank for set donation forms - #522
  • Fix: Theme compatibility with Zerif and Customizr for single give donation forms - #537
  • Fix: Allow for $0 set donations to be saved properly - #529
  • Fix: Transactions with a "cancelled" status are not shown in the wp-admin Transactions table - thanks @pryley - #514
  • Fix: Alternative to fopen provided for PDF exports - #511