This repository has been archived by the owner on Oct 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
122 lines (110 loc) · 6.67 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
=== GiveWP - Visual Donation Form Builder ===
Contributors: givewp, dlocc, webdevmattcrom
Donate link: https://givewp.com/
Tags: givewp, donation, donations, donation plugin, wordpress donation plugin, wp donation, donors, display donors, give donors, anonymous donations
Requires at least: 5.9
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 0.7.0
Requires Give: 2.32.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Create the donation form of your dreams using an easy-to-use visual donation form builder.
= 0.7.0: Aug 15th, 2023 =
* New: Added donor comments block
* New: Added anonymous donations block
* New: Added conditional logic block support to core blocks
* New: Added new fields to the Fields API and their templates
* Enhancement: Improved block/field name validation
* Enhancement: Improved email notification design
* Fix: Offline donation setting
= 0.5.0: July 12th, 2023 =
* Feature: Added ability to migrate forms to the visual donation form builder
* Feature: Updated form with currency settings
* Feature: Added currency setting exchange rate fraction digits
* Feature: Added form grid settings to the visual donation form builder
* Feature: Added Offline Donation Instruction settings
* Feature: Added redirect for migrated form IDs in shortcodes and blocks
* Feature: Added migrated and transfer checks
* Feature: Added server-side required block validation to the visual form builder
* Feature: Added a focus ring to indicate when blocks are selected in the visual form builder
* Feature: Added a missing block type to replace previously registered blocks that are not available
* Feature: Added field settings block support
* Feature: Added a test mode notice
* Feature: Added name collision exception during form builder updated
* Feature: Added ability to transfer donation data to a form built with the visual donation form builder
* Feature: Added support for multipart/form-data and file field uploads
* Feature: Added a "default level" option to the Donation amount and levels block
* Feature: Added donation confirmation settings UI
* Enhancement: Form ID redirect helper has been updated to differentiate between which migrated forms are also redirected
* Enhancement: Reorganizaed form header controls
* Enhancement: Updated Terms and Conditions block display style for in-form agreement text
* Fix: Corrected several small CSS issues
* Fix: Next Gen editor styles no longer affect the visual appearance of radio and checkboxk components
* Fix: Adjusted the media frame index to allow media-close-button to be clicked
* Fix: The payment intent secret is no longer stored
* Fix: Radio labels select the corresponding option
= 0.5.0: July 12th, 2023 =
* Feature: The give_form shortcode now supports v3 forms
* Feature: Added a Terms and Conditions block
* Feature: Added a Billing Address block
* Feature: Added Reveal and Modal display options to the v3 Donation Form block v3
* Feature: A selected v3 form is rendered in the block editor
* Refactor: The Payment Gateway API is now compatible with v3
* Refactor: Renamed the Donation form block
= 0.4.0: June 15th, 2023 =
* NOTE: This is another beta release with breaking changes to the form builder. For the best experience, please delete any existing v3 forms and start fresh.
* New: Added multi-step form design
* New: Added per-form email settings
* New: Added login and registration block and settings
* New: Added new hooks and apis for form extensions
* Refactor: use @wordpress/scripts to load all form builder dependencies from WordPress
* Update: require minimum versions for GiveWP 2.29.0 and WordPress 5.9
* Fix: donation amount block's order of recurring period options
* Fix: omit redundant name and email fields from Stripe Payment Element
* Fix: various form builder UI fixes and bugs
= 0.3.3: May 4th, 2023 =
* Enhancement: The GiveWP Jedi high council is hosting a beta focus group on May 11th 2023 to provide focused feedback about our new visual donation form builder. We updated the welcome banner to announce this.
* Enhancement: Updated donation form compatibility with GiveWP 2.27.0 gateway api updates
* New: Added notice for recurring gateways in the form builder
* Fix: Improvements to custom styles modal
* Fix: Amount field now uses label attribute setting
* Fix: Resolved issue with adding empty sections in the form builder
* Fix: Updated subscription amount label in confirmation page & donation summary
= 0.3.2: April 12th, 2023 =
* Enhancement: Added licensing to receive future updates from givewp.com.
* Enhancement: Improved error handling when the donation form crashes.
* Fix: Prevent a crash when the form is fixed recurring and donor choice.
= 0.3.1: April 10th, 2023 =
* Enhancement: Improvements to the welcome banner content.
* Fix: Prevent a fatal error when activating without GiveWP already active.
* Fix: Prevent errors from breaking the entire donation form.
= 0.3.0: April 7th, 2023 =
* New: Added compatability with give-recurring to enable recurring donations.
* New: Added recurring donation settings to the form builder.
* New: Added recurring donation UI & processing to the donation form.
* New: Added give-recurring gateway support for Stripe, PayPal Standard, and PayPal Donations.
* New: Added visual tour to the form builder.
* New: Added support for draft donations forms.
= 0.2.0: Feb 28th, 2023 =
* New: Added amount field settings for fixed, multi-level, and custom amounts.
* Update: Updated classic form design to use the new amount field settings.
* New: Added base styles for custom form designs.
* New: Updated form builder UI to use default WP colors instead of GiveWP branding colors.
* Fix: Fixed issue with receipt not displaying donor meta.
= 0.1.0: Jan 30th, 2023 =
* New: Initial internal release!
* New: Added visual donation form builder.
* New: Added custom text fields to the form builder.
* New: Added donation form that renders from the new form builder.
* New: Added form design / template API to the new donation form.
* New: Added form design tab and settings to form builder for design customization and live previews of the form.
* New: Added Donation Goal settings to the form builder.
* New: Added Receipt Heading and Description settings to the form builder.
* New: Added backwards-compatability for single donation form pages.
* New: Added URL settings for single donation form pages.
* New: Added auto-validation for the new donation form processing.
* New: Added new donation form gutenberg block for displaying the form on any page.
* New: Added stateless confirmation receipts to the new donation form processing with support for custom fields, fee recovery, and subscriptions.
* New: Added new Stripe gateway using the new Stripe Payment Element API.
* New: Added compatability for PayPal Standard gateway.