Releases: impress-org/givewp
Releases · impress-org/givewp
3.6.2
What's Changed
- Fix: Resolve incompatibility issue with WP 6.5 by @pauloiankoski in #7342
- Fix: form builder sidebar tabs for WP 6.5 compatibility by @jonwaldstein in #7343
Full Changelog: 3.6.1...3.6.2
3.6.1
What's Changed
- Fix: PayPal Donations does not work with switch currency on V3 Forms by @glaubersilva in #7316
Full Changelog: 3.6.0...3.6.1
3.6.0
What's Changed
- Epic: Event Tickets by @kjohnson in #7211
- Feature: Add event data modeling by @kjohnson in #7213
- Feature: Add endpoint for Event List Table by @kjohnson in #7220
- Feature: Add event tickets block, field template by @pauloiankoski in #7217
- Feature: Scaffold Field and Converter by @pauloiankoski in #7222
- Refactor: Convert entity properties to camel case by @pauloiankoski in #7233
- Refactor: Replace hard coded data by @pauloiankoski in #7232
- Refactor: rename EventTicketType props by @pauloiankoski in #7235
- Feature: Add Beta Feature Flag by @kjohnson in #7242
- Feature: Add endpoint for creating an event by @kjohnson in #7250
- Feature: Add endpoint for updating an event by @kjohnson in #7256
- Feature: Add endpoint for creating a ticket type for an event by @kjohnson in #7252
- Feature: Add endpoint for event forms by @kjohnson in #7254
- Feature: Add event tickets list table by @pauloiankoski in #7239
- Refactor: update event tickets template and confirmation page by @pauloiankoski in #7253
- Feature: Add Create Event modal to Events list table by @pauloiankoski in #7260
- Feature: Generate Tickets for Donation by @kjohnson in #7251
- Feature: Add route for event details page by @pauloiankoski in #7261
- Refactor: Update deep link for create event modal by @pauloiankoski in #7263
- Feature: Add Event Details page with Event Card by @pauloiankoski in #7264
- Feature: Add Currency Switcher support to Event Tickets by @pauloiankoski in #7255
- Feature: Add endpoint for updating a ticket type by @kjohnson in #7265
- Refactor: Add attendee name to ticket endpoint by @kjohnson in #7266
- Fix: Prevent error in Event Field when Currency Switcher is disabled by @kjohnson in #7268
- Feature: Add event details view model by @kjohnson in #7275
- Feature: Add tickets table to event details page by @pauloiankoski in #7270
- Feature: Add donation forms table to event details page by @pauloiankoski in #7271
- Feature: Add modal to edit an event by @pauloiankoski in #7272
- Feature: Add create/edit tickets modal by @pauloiankoski in #7273
- Feature: Add Attendees list by @pauloiankoski in #7274
- Feature: Update donation amount to include ticket cost by @kjohnson in #7282
- Refactor: events as opt-in feature by @jonwaldstein in #7290
- Feature: Beta features page message by @jonwaldstein in #7299
- Refactor: Ensure event details row actions are always visible. by @pauloiankoski in #7289
- Feature: prevent some events from being deleted by @pauloiankoski in #7292
- Feature: add ability to delete ticket types by @pauloiankoski in #7293
- Refactor: change capacity field to be required by @pauloiankoski in #7294
- Refactor: Remove delete row action from event details by @pauloiankoski in #7296
- Fix: replace field template enqueueing method by @pauloiankoski in #7297
- Feature: Add Event Beta Feedback Popup by @kjohnson in #7298
- Feature: add header image overlay setting by @JoshuaHungDinh in #7278
- Feature: Add feedback link to Beta Features tab by @pauloiankoski in #7300
- Refactor: update beta features message by @jonwaldstein in #7301
- Refactor: Add Events Tickets to the welcome banner by @pauloiankoski in #7302
- Refactor: show quantity per ticket type in the donation summary by @pauloiankoski in #7295
- Epic: Two Panel (steps) form layout by @jonwaldstein in #7180
- Create changelog.txt by @mathetos in #7281
- Fix: Remove prefixed phpstan class by @kjohnson in #7283
- Enhancement: implements development good practices to donor dashboard shortcode by @glaubersilva in #7277
- Feature: add event handler classes and Action Scheduler helper class by @glaubersilva in #7207
- Update readme.txt by truncating changelog by @mathetos in #7280
- Refactor: replace donation form block modal by @JoshuaHungDinh in #7288
Full Changelog: 3.5.1...3.6.0
3.5.1
What's Changed
- Fix: remove required token key breaking PayPal connections by @JasonTheAdams in #7276
Full Changelog: 3.5.0...3.5.1
3.5.0
What's Changed
- Feature: Add eager loading of related models by @kjohnson in #7227
- Feature: add HeaderImage settings by @JoshuaHungDinh in #7241
- Enhancement: extract validation/unserialize logic to reuse it in other places by @glaubersilva in #7237
- Enhancement: escape later by @glaubersilva in #7234
- Fix: process donation validation by @pauloiankoski in #7164
- Fix: Display PayPal Donations methods in legacy form template in modal view by @ravinderk in #7247
- Fix: Update Stripe statement descriptor usage per API changes by @JasonTheAdams in #7259
Full Changelog: 3.4.2...3.5.0
3.4.2
What's Changed
- Fix: resolve wrong donation amount sent to PayPal if donor changes amount by @glaubersilva in #7226
Full Changelog: 3.4.1...3.4.2
3.4.1
What's Changed
- Fix: prevent generic block attributes from overriding intentional required rule by @jonwaldstein in #7228
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- Fix: allow users to type into the state/county field input by @pauloiankoski in #7159
- Fix: first step should have title when show header is false by @jonwaldstein in #7174
- Feature: add Gift Aid migration step by @pauloiankoski in #7186
- Feature: add filter to add stripe elements appearance options by @JasonTheAdams in #7198
- Fix: avoid errors on add/remove a sub-site in a WP multisite by @pauloiankoski in #7193
- Fix: modal form redirect compatibility with offsite gateways by @jonwaldstein in #7203
- Fix: Remove superfluous allow_url_fopen check to avoid critical error from falsy value by @JeromeBeckett in #7194
- Feature: Design Settings by @kjohnson in #7169
- Fix: ensure
showInReceipt
is compatible with all fields including use ofmetaKey
by @jonwaldstein in #7210 - Feature: update confirmation page detail values to allow html by @jonwaldstein in #7214
- Fix: update billing address dynamic validation rules by @jonwaldstein in #7172
- Feature: add v3 donation form processing lifecycle hooks by @jonwaldstein in #7151
- Feature: add matching v2 form lifecycle hooks by @jonwaldstein in #7161
- Fix: Update nonce validation to match when translated by @Genevieve-K in #7204
- Refactor: control items visibility in the gateways block trough a new filter by @glaubersilva in #7201
- Feature: fix form modal to page (and other styling) by @JasonTheAdams in #7199
- Improve importer for third-parties and admin by @DevinWalker in #7202
- Tests: scaffold v2 to v3 donation form migration tests by @jonwaldstein in #7216
- Handle the Stripe connect redirect on specific pages by @ravinderk in #7223
- Refactor: Hide design settings by @jonwaldstein in #7225
- New: Make donation list table extendable by @pulsovi in #7063
New Contributors
- @JeromeBeckett made their first contribution in #7194
Full Changelog: 3.3.1...3.4.0
3.3.1
What's Changed
- Fix: prevent fatal error during form migration by @pauloiankoski in #7197
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
- Fix: duplicate meta keys by @alaca in #7131
- Fix: Export donors - filter by donation form by @alaca in #7146
- PHP 8.2 compatibility by @alaca in #7147
- Feature: add Funds and Designations add-on to the form migration process by @glaubersilva in #7143
- Feature: add revenue compatibility for v3 forms and donation model by @jonwaldstein in #7148
- Feature: add receipt api for fields by @jonwaldstein in #7149
- Feature: Add password update to donor dashboard by @kjohnson in #7126
- Feature: Allow donors to update or reset their password by @kjohnson in #7125
- Fix: escape attributes in donor wall shortcode by @jonwaldstein in #7163
- Feature: add Mailchimp add-on to the form migration process by @JoshuaHungDinh in #7129
- Feature: new form builder settings UI by @pauloiankoski in #7098
- Feature: add Per Form Gateways add-on to the form migration process by @glaubersilva in #7140
- Refactor: remove ClassicEditor from window.givewp.form.components and use the new @givewp/form-builder-library npm package by @glaubersilva in #7122
Full Changelog: 3.2.2...3.3.0