Releases: impress-org/givewp
Releases · impress-org/givewp
1.2.1
- Improved: Admin UX/UI - "View Donation Details" button now much easier to navigate into the single transaction view - #216
- Fix: Bug introduced preventing modal windows opening on click https://givewp.com/support/ticket/1-2-upgrade-issue-submit-buttons-no-longer-work/
- Fix: Modal content displaying form content other than payment fields - #217
- Fix: Bug preventing viewing of single donation history pages #226
- Fix: Bug not accounting for new Credit Card masking spaces sending malformed content to PayPal
- Fix: Added fallback redirect to homepage if success page isn't set in settings #214
1.2
- New: API updated to include fname and lname of forms donor
- New: API updated to support all field donation data (including custom fields)
- New: Credit Card input masking now supported - thanks @pryley #76
- Improvement: Ditched maskMoney custom donation amount validator for a better script provided by @helgatheviking - thanks! #110
- Improvement: AJAX spinner is now font icon rather than .gif image @see: #193
- Fix: Form title and Level Label now displayed correctly on PayPal Standard #190
- Fix: Export donors fatal error https://wordpress.org/support/topic/export-donors-in-csv-error?replies=2
- Fix: Addons PHP warning #191
- Fix: Goal amount not respecting thousands separator #205
- Fix: Added a WordPress filter to allow developers to modify the 'Select Payment Method' legend text. - thanks @cwackerman #211
- Fix: Modified existing WordPress filter controlling submit button text so that it passes $form_id to hooks. This allows developers to access form options when generating submit button text. For example, to output default donation amount within submit button text, e.g. "Donate $5.00 Now". - thanks @cwackerman #211
- Fix: GIVE_SLUG define doesn't affect slug #199
- Fix: Widget tooltips now display appropriately #195
- Fix: https/ssl padlock font now displays correctly #220
1.1
- New: A front-facing JSON/XML API that makes it possible to query donation data directly from your WordPress site; this corresponds with the Zapier Add-on for Give: http://givewp.com/addons/zapier/
- New: Added warning to frontend donation forms when test mode is enabled
- Improvement: PalPal Standard now displays the multi-level text within PayPal @see: #164
- Tweak: Moved the "Test Mode" option out from General Settings to Payment Gateways > Gateway Settings from better visibility
- Tweak: Removed "Cancelled" and "Pre-Approved" payment statuses; "Failed" and "Pending" statuses should be used in their place.
- Fix: Ensure CMB2 loads text domain properly @see: CMB2/CMB2#400
1.0.1
- Fix: Admin fatal error call to undefined method "get_donors" when it should've actually been "get_customers"
1.0
- New: Donors overview page that provides a searchable list of your donors and relevant information
- New: Initial PHPunit testing in place for post types, script and style loading, and includes
- New: Travis-CI and Scrutinizer added to GitHub repo master branch to improve integrations and code quality @see badges now https://github.com/WordImpress/Give/
- New: Updated CMB2 to latest stable version 2.0.8
- Fix: Microdata added twice to titles #154
- Fix: Divi theme compatibility improvements #157 and #156
- Fix: Login screen refreshes when user logs in during checkout process @see: https://wordpress.org/support/topic/login-on-form?replies=1#post-7060862 and #155
- Fix: Translation files need "give-" prepended to them to work properly @see: #161
- Fix: Fix PHP notice for Undefined index: _give_price. closes #159 @see: #159 - Thanks @helgatheviking!
- Fix: Shortcode now outputs Goals properly @see: https://wordpress.org/support/topic/goal-tracking
- Improvement: All scripts are minified and concatenated into one script.
- Improvement: All CSS styles are minified and concatenated into one stylesheet.
- Improvement: Script loading now properly registers scripts and styles globally using wp_register_style & wp_register_script
- Improvement: Removed numerous uses of the $give_options global - still more cleanup needed
- Improvement: Modal window CSS fixes for login fields: #60
0.9.5.1
- Fix: Incorrect usage of edd_get_option rather than give_get_option in recent PayPal Standard updates
0.9.5
- New: [give_profile_editor] shortcode that enables donors to customize their account information on the frontend #130 #130
- New: Uninstall.php file which deletes ALL data if the user chooses to do so under Settings > Advanced
- New: composer.json file for developers
- New: Dynamic sidebar for singular Give Donation Forms. The sidebar will appear under Appearances > Widgets if you have not disabled Give's singular post type in Give > Settings > Display Options. You can add widgets of your choosing to this section and they will display to the left of your forms, below the main form featured image.
- New: Offline Donation enhancements including customizable donation instructions email sent to user upon form completion. See: #124
- New: Goals for Donation Forms. Thanks @ibndawood https://github.com/ibndawood @see #42
- New: Admin CSS improvement - Now conditional fields are indicated with a slight gray background color
- New: Script Optimization - Give now only loads one minified JS script and one CSS file to keep load times fast and minimize footprint
- New: Using Grunt to generate POT file now for much more timely and accurate translations
- New: Give now has Composer support @see: https://packagist.org/packages/wordimpress/give thanks @michaelbeil
- Fix: Admin Logs CSS: #127
- Fix: Incorrect amount formatting when currency separators set to "," for both thousands and decimals. @see: #150
- Fix: Broken "lock" image that appears above donation fields for SSL sites @see: #128
- Fix: Updated Magnific class to prevent conflicts with other Magnific modals