Jon Waldstein

Results 23 issues of Jon Waldstein

## Details We're running an older version of `laravel-mix` and have a lot of unnecessary packages & configs being loaded. It would be nice to get this updated to run...

type: chore

Resolves [GIVE-720] ## Description This adds additional escaping to our stripe onboarding ## Affects The stripe settings onboarding ## Visuals N/A ## Pre-review Checklist - [ ] Acceptance criteria satisfied...

Resolves [GIVE-800] ## Description The PayPal onboarding query params are not encoded, yet we are handling them as if they were encoded by parsing them. The problematic query param is...

Resolves [GIVE-1160] ## Description This adds a simple honey pot field to GiveWP v3 forms. This can be enabled with a filter: ```php add_filter('givewp_donation_forms_honeypot_enabled', '__return_true') ``` Per form: ```php add_filter('givewp_donation_forms_honeypot_enabled',...

Resolves # ## Description The UserPermissions Facade is a class that allows you to check if a user has a specific capability or role but not necessarily in the _traditional_...

Resolves [GIVE-509] ## Description This prevents the Stripe Payment Element from rendering when the donation amount is zero by adding a conditional before loading the fields. ## Affects Stripe payment...

Resolves [GIVE-1117] ## Description This is currently a WIP... This adds a (front-end) form challenges api to the donation form. The backend still utilizes our existing validation framework. ```js useEffect(()...

Resolves [GIVE-1108] ## Description ReactDOM.render is no longer supported in React 18. Since we load react from WordPress and WordPress 6.2 ships with version 18, we need to update our...

## Description This updates our html field template to use interweave instead of `dangerouslySetInnerHTML` ## Affects - html fields ## Visuals N/A ## Testing Instructions Make sure the html field...

Resolves [GIVE-2661] ## Description There is a good amount of feedback for the ability to disable credit card fields for PayPal. This adds a new setting to "Accept Credit Card"...