Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Epic: GiveWP 3.0.0 #6874

Merged
merged 416 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
416 commits
Select commit Hold shift + click to select a range
2f5b3d8
fix: use empty for isLegacyForm to account for other scenarios
Jan 2, 2023
8c1e258
Refactor: Rename Form Builder menu title, page title, page slug (#107)
kjohnson Jan 6, 2023
c4cbe83
Fix: Store backwards compatible form meta (#109)
kjohnson Jan 9, 2023
5f1738e
Feature: Add new DonationReceipt API (#108)
jonwaldstein Jan 9, 2023
be9887b
refactor: update meta with available constant
Jan 10, 2023
aba278a
fix: add set_price to backwards compatability
Jan 10, 2023
c861063
fix: update_meta already handles update or insert meta
Jan 10, 2023
ebba953
Feature: create simple routing api and replace existing routes (#111)
jonwaldstein Jan 10, 2023
007fda2
fix: typo
Jan 10, 2023
5170151
Refactor: Move fields blocks to form meta (#110)
kjohnson Jan 11, 2023
8406fe7
chore: Integrate next gen form button (#112)
kjohnson Jan 16, 2023
c8b6d30
Feature: add stateless donation confirmation receipt routing, templat…
jonwaldstein Jan 18, 2023
9e26aff
Feature: Add receipt settings to the form builder (#117)
kjohnson Jan 18, 2023
c75007f
Feature: Implement dynamic receipt settings (#116)
jonwaldstein Jan 19, 2023
c516f83
Feature: Add Form Page for Next Gen Donation Forms (#114)
kjohnson Jan 20, 2023
d61fbfb
Chore: Update all javascript packages and dependencies (#118)
jonwaldstein Jan 24, 2023
a7ac4bc
Fix: Add back color setting defaults (#121)
kjohnson Jan 24, 2023
3ecc9f1
Refactor: update default field settings, enqueue global form styles, …
jonwaldstein Jan 24, 2023
64192c0
Feature: Add `supportsLegacyForm()` method to interface (#115)
jonwaldstein Jan 24, 2023
9fbd5ec
Fix: add conditional to receipt item for donor or donation meta (#124)
jonwaldstein Jan 25, 2023
350497f
Fix: Stripe gateway customer retrieval (#122)
jonwaldstein Jan 27, 2023
383a6c3
Feature: add compatibility for PayPal Standard (#123)
jonwaldstein Jan 30, 2023
2b38ac3
docs: update unreleased, since tags, versions, and readme
Jan 30, 2023
e3816ba
chore: remove activation banner and change name to give
Feb 10, 2023
ebf717c
Epic: Amount field enhancements to support multi-level, fixed donatio…
jonwaldstein Feb 10, 2023
0bc6c06
chore: make email required by default in builder and update static ga…
Feb 10, 2023
45f2246
refactor: conditionally display section label and description
Feb 10, 2023
cbea886
Refactor: disable update button until dirty (#129)
jonwaldstein Feb 15, 2023
e4cdd99
Refactor: convert all blocks to typescript (#130)
jonwaldstein Feb 17, 2023
f284578
refactor: update feedback icon, container style, and toggle functiona…
jonwaldstein Feb 24, 2023
8f996cc
Feature: add form design base styles (#132)
jonwaldstein Feb 27, 2023
91881d9
fix: customize pico theme default imports
Feb 27, 2023
5830c46
feature: add preview class to donation form and update form design ba…
Feb 28, 2023
f47a9cd
release/0.2.0
Feb 28, 2023
223f866
chore: update since tags
Feb 28, 2023
1bcc5b6
feature: add basic error boundaries for gateways
Feb 28, 2023
915a855
Feature: Add Welcome Banner (#142)
kjohnson Mar 23, 2023
c42256c
Feature: Integrate PayPal Smart Buttons, Hosted Fields (#139)
kjohnson Mar 28, 2023
2d6aa1c
chore: Remove unused class reference
kjohnson Mar 28, 2023
5957c06
Refactor: simplify default receipt template tags (#144)
jonwaldstein Mar 28, 2023
8ed69f2
Feature: Add label setting to amount field (#146)
kjohnson Mar 29, 2023
a27d222
Fix: Add fallback value for setPrice when fixed (#145)
kjohnson Mar 29, 2023
3c6cb27
chore: Update sidebar button icon (#150)
kjohnson Mar 31, 2023
937aee4
feature: upon activation enable the NextGenTestGateway gateway by def…
jonwaldstein Mar 31, 2023
731da64
Refactor: Set form status as draft by default (#147)
kjohnson Mar 31, 2023
2be5a2d
Feature: Form Builder Onboarding (Tour) (#143)
kjohnson Mar 31, 2023
8569a07
test: Update test
kjohnson Mar 31, 2023
37ef831
Epic: give-recurring compatability (#134)
jonwaldstein Mar 31, 2023
3beb54a
Refactor: Update store as donor meta setting (#152)
kjohnson Mar 31, 2023
bf8b480
fix: Escape single quote in translation
kjohnson Apr 3, 2023
0cb1cd6
refactor: remove unused gateway props from paypal commerce
Apr 3, 2023
c0cb332
fix: add data-namespace to paypal commerce sdk options
Apr 3, 2023
d4c0391
fix: prevent overflow when using pre tag inside gateway fields from e…
Apr 3, 2023
524e2f8
refactor: remove duplicate currency file and update id instance (#156)
jonwaldstein Apr 5, 2023
089bbe8
refactor: use heightCalculationMethod: 'taggedElement' (#154)
jonwaldstein Apr 5, 2023
daba126
refactor: update implementation of react render (#155)
jonwaldstein Apr 5, 2023
6ccb343
Chore: add backwards compatibility for recurring form meta (#158)
jonwaldstein Apr 6, 2023
ff524eb
feature: add cancelled status to stripe cancel subscription for good …
Apr 6, 2023
33dd440
Refactor: Update recurring support for PayPal Donations (#153)
kjohnson Apr 6, 2023
5cc7a06
Feature: add backwards compatibility for legacy Stripe webhooks (#159)
jonwaldstein Apr 7, 2023
f71156a
chore: prepare 0.3.0 release
Apr 7, 2023
6595c8f
chore: fix the copy of the welcome banner. (#161)
Benunc Apr 7, 2023
ae16ade
fix: add check for isGiveActive in activation hook (#162)
jonwaldstein Apr 7, 2023
f982276
Fix: prevent fixed donation error on form with added error boundary (…
jonwaldstein Apr 10, 2023
8286de6
chore: Update capitalization, pluralization
kjohnson Apr 10, 2023
74a01f8
chore: Prepare 0.3.1 release
kjohnson Apr 10, 2023
f68f59b
Fix: Correct reference to Stripe Next Gen gateway when loading legacy…
kjohnson Apr 12, 2023
426839f
Feature: Auto-activate free license for updates (#165)
kjohnson Apr 12, 2023
d8323a0
chore: prepare for 0.3.2 release
JasonTheAdams Apr 12, 2023
a01f4b4
Merge branch 'develop'
JasonTheAdams Apr 12, 2023
b6eae22
chore: prevent translation pushing in release flow
JasonTheAdams Apr 12, 2023
8943fdc
chore: prevent translation pushing in release flow
JasonTheAdams Apr 12, 2023
decb0d0
chore: require tests when releasing
JasonTheAdams Apr 12, 2023
4c80843
fix: Adjust top margin (#167)
kjohnson Apr 14, 2023
e28e90f
Fix: use label attribute setting for amount field (#171)
jonwaldstein Apr 17, 2023
bef5ca9
Fix: ability to add empty section in form builder (#169)
jonwaldstein Apr 18, 2023
a0fe6f3
Fix: update subscription amount label in confirmation page & donation…
jonwaldstein Apr 18, 2023
5ec1209
Feature: Add notice for recurring gateways (#166)
kjohnson Apr 20, 2023
cb8c7f1
Refactor: update donation form to use gateway controllers (#174)
jonwaldstein Apr 21, 2023
270fa14
chore: bump min givewp version to 2.27.0
Apr 28, 2023
e7de71c
Refactor: Updated Welcome Banner content (#176)
JoshuaHungDinh May 4, 2023
23724db
chore: prepare for 0.3.3 release
May 4, 2023
dbe9aa2
refactor: update welcome banner content
May 4, 2023
bab9171
Merge branch 'develop'
May 4, 2023
fd8fca8
Feature: multi-step form design (#175)
jonwaldstein May 4, 2023
e0a5bfe
Refactor: move donation summary block into third section by default (…
jonwaldstein May 8, 2023
d26067b
Feature: multistep donation form validation endpoint (#178)
jonwaldstein May 10, 2023
25b01ee
Refactor: form builder to use wp-scripts (#180)
jonwaldstein May 10, 2023
b155b23
chore: remove workspaces from npm run build
May 10, 2023
0464006
fix: StrictMode should come from @wordpress/element
May 11, 2023
7fa7258
Refactor: update WordPress compatibility to v5.9 and load styles from…
jonwaldstein May 15, 2023
7af01b8
Feature: add `showHeader` setting (#184)
jonwaldstein May 23, 2023
e2bfc11
Feature: donation form block render filter (#185)
jonwaldstein May 23, 2023
d7d074f
Feature: add Checkbox field template (#186)
JasonTheAdams May 29, 2023
ba4d9fd
Feature: add support for form builder extensions (#179)
pauloiankoski May 31, 2023
6b33761
refactor: update base styles with css grid and gaps and remove defaul…
jonwaldstein Jun 1, 2023
a52ebdd
Refactor: update feature plugin namespaces to match GiveWP (#188)
jonwaldstein Jun 6, 2023
fcd7a3e
refactor: move form page domain into donation forms (#190)
jonwaldstein Jun 7, 2023
d944bf8
Feature: add support for node visibility (#157)
JasonTheAdams Jun 8, 2023
8048140
Fix: set the value properly for checkbox template (#189)
JasonTheAdams Jun 9, 2023
7583f7b
Feature: add User Login field and authentication (#191)
kjohnson Jun 12, 2023
d672c6f
refactor: rename Receipt and Thank you with donation confirmation
Jun 12, 2023
3f52393
chore: add help text to min and max custom amount settings
Jun 12, 2023
c32d25e
chore: remove goal text at end of goal
Jun 12, 2023
ff8e93e
Feature: Per Form Email Settings (#181)
kjohnson Jun 13, 2023
6558424
Refactor: add generic hook and additional parameter (#192)
JasonTheAdams Jun 13, 2023
6fd8293
Refactor: replace ReactDOMServer function with temporary rendering (#…
pauloiankoski Jun 13, 2023
9f7056a
feature: calculate the default value of next amount lebel (#197)
jonwaldstein Jun 14, 2023
cc0c6aa
refactor: disable name and email settins from stripe payment methods …
jonwaldstein Jun 14, 2023
f4aa7f8
Fix: order recurring options before updating (#196)
jonwaldstein Jun 14, 2023
d67eae4
Feature: add support to extend default blocks (#194)
pauloiankoski Jun 15, 2023
2bd1f56
chore: prepare for 0.4.0 release
Jun 15, 2023
2c22d41
fix: use toString when formatting and keep number type consistent (#198)
jonwaldstein Jun 15, 2023
3440764
Merge branch 'develop' into release/0.4.0
Jun 15, 2023
1216138
Refactor: improve form builder styles (#199)
pauloiankoski Jun 16, 2023
eb1cc3f
Fix: prevent conflict between custom amount field and donation levels…
jonwaldstein Jun 16, 2023
e9d7718
Merge branch 'develop' into release/0.4.0
Jun 16, 2023
000da2b
chore: update since tags
Jun 16, 2023
9d5111e
docs: reame
Jun 16, 2023
ea62dc8
docs: add readme note
Jun 16, 2023
f1a99f1
docs: reamdde
Jun 16, 2023
e64d930
chore: remove welcome banner signup
Jun 16, 2023
7443703
Refactor: v3 gateway api compatibility (#203)
jonwaldstein Jul 6, 2023
30dc6ad
fix: add back action for enqueue scripts
Jul 6, 2023
19da57a
Refactor: rename donation form block (#205)
pauloiankoski Jul 6, 2023
ba23faa
chore: prepare for 0.5.0 release
angelablake Jul 10, 2023
014f3b4
Feature: support v3 forms on give_form shortcode (#212)
pauloiankoski Jul 11, 2023
9f57bd5
Feature: Add terms and conditions block (#209)
JoshuaHungDinh Jul 11, 2023
222cb7f
Feature: add billing address block (#204)
glaubersilva Jul 12, 2023
6d68489
Feature: Add Reveal and Modal display options to Donation Form Block …
JoshuaHungDinh Jul 12, 2023
fb8051f
Feature: Render a selected v(3) form in the block editor (#206)
JoshuaHungDinh Jul 12, 2023
dac17cd
chore: prepare for 0.5.0 release
angelablake Jul 13, 2023
efaad7a
chore: add getLegacyFormFieldMarkup to PayPal standard gateway extension
Jul 19, 2023
3c3f97e
fix: add billingDetails to stripe payment element sub module
Jul 19, 2023
f215afd
tests: update stripe sub module test
Jul 19, 2023
47f4e2c
Feature: Migrate Forms (#208)
kjohnson Jul 19, 2023
5cdf7f3
Feature: update form with currency settings (#214)
jonwaldstein Jul 19, 2023
d9735ae
refactor: Update form migrations
kjohnson Jul 20, 2023
1928bb9
fix: radio and checkbox visual appearance
Jul 21, 2023
3fef40a
feature: add currency setting exchange rate fraction digits (#218)
jonwaldstein Jul 21, 2023
8e39896
fix: update return node type for DonationForm model schema and add mi…
Jul 21, 2023
09e7534
Fix: css small issues (#222)
pauloiankoski Jul 21, 2023
8b9cb85
Merge pull request #220 from impress-org/fix/radio-and-checkbox-visua…
alaca Jul 22, 2023
d4bf0bb
Feature: Add form grid settings to builder (#221)
kjohnson Jul 24, 2023
fdf31d7
fix: media frame is indirectly blocking the exit button due to inheri…
JoshuaHungDinh Jul 24, 2023
94098ef
Feature: Offline Donation Instruction settings
kjohnson Jul 25, 2023
52f23f3
Feature: "Redirect" migrated form IDs in shortcodes and blocks (#227)
kjohnson Jul 26, 2023
8d67849
fix: radio and checkbox visual appearance inside the block editor
alaca Jul 27, 2023
826e5d1
Merge pull request #231 from impress-org/fix/radio-and-checkbox-visua…
alaca Jul 28, 2023
8a642a0
fix: add missing property enableOfflineDonations
alaca Jul 28, 2023
ce614cf
Refactor: Differentiate which migrated forms are also "redirected"
kjohnson Jul 28, 2023
e568a6f
Feature: Add migrated, transferred checks (#232)
kjohnson Jul 28, 2023
387e2e0
security: remove payment intent secret storage (#207)
JasonTheAdams Jul 28, 2023
e0fbbb5
chore: Remove unused variable
kjohnson Jul 28, 2023
fb2ea15
Merge branch 'fix/missing-property-in-offline-donation-settings-compo…
kjohnson Jul 28, 2023
de187f7
fix: Restore test
kjohnson Jul 28, 2023
7b6a496
Feature: add server-side required block validation to form builder (#…
jonwaldstein Jul 31, 2023
ca4654d
Feature: add focus ring for blocks (#211)
glaubersilva Aug 2, 2023
fc83da3
Feature: Add missing block implementation (#241)
jonwaldstein Aug 3, 2023
78c4989
Feature: add field settings block support (#200)
JasonTheAdams Aug 3, 2023
1a87490
Feature: add test mode notice (#215)
glaubersilva Aug 4, 2023
f1963ca
Refactor: remove stripe payment element subscription module (#225)
jonwaldstein Aug 4, 2023
19ae8ec
Refactor: Reorganize Form Header controls (#229)
JoshuaHungDinh Aug 4, 2023
2306f17
Fix: Radio labels select the corresponding option
kjohnson Aug 7, 2023
c0f90aa
Feature: throw name collision exception during form builder update (#…
jonwaldstein Aug 7, 2023
95f3c65
Feature: Donation Transfer (#242)
kjohnson Aug 8, 2023
e809886
Refactor: Update Terms & Conditions block `showInForm` display (#240)
JoshuaHungDinh Aug 9, 2023
c7c5e9a
Feature: add support for multipart/form-data and file field uploads (…
jonwaldstein Aug 10, 2023
7efd4a7
Feature: add "default level" option to the Donation amount and levels…
glaubersilva Aug 10, 2023
2d3ed26
tests: update confirmation page test
Aug 10, 2023
a0ad5f2
revert: wrong branch
Aug 10, 2023
4c8890e
Feature: add donation confirmation settings UI (#237)
jonwaldstein Aug 10, 2023
bebc527
chore: prepare for 0.6.0 release
angelablake Aug 10, 2023
7e185d5
Feature: add anonymous donation block (#247)
jonwaldstein Aug 11, 2023
aea604f
fix: update email notifications with design changes (#249)
JoshuaHungDinh Aug 11, 2023
d99e890
Feature: add donor comments block (#248)
jonwaldstein Aug 11, 2023
66cd434
Refactor: remove PayPal Standard Gateway Subscription Module in favor…
jonwaldstein Aug 11, 2023
e7d0e93
Feature: add new fields to the Fields API and their templates (#239)
pauloiankoski Aug 11, 2023
d45d949
fix: remove duplicate new form action, add sanity check for default o…
Aug 14, 2023
ec0d85f
docs: replace @0.6.0 with @since 0.6.0
Aug 14, 2023
b35d296
Refactor: Update offline donation setting
jonwaldstein Aug 14, 2023
6092df7
fix: format saved date as presented (#251)
pauloiankoski Aug 14, 2023
517d45f
Feature: add conditional logic block support to core blocks (#238)
pauloiankoski Aug 14, 2023
1eb3189
Feature: Add action hook to when a block is converted to a node (#252)
pauloiankoski Aug 15, 2023
7d98c79
release: prepare for 0.7.0
Aug 15, 2023
b326e3a
chore: merge givewp-next-gen and fix merge conflicts
Aug 15, 2023
3feef34
chore: merge service providers, composer, and npm package.json
Aug 15, 2023
eeb4148
chore: add temporary ts-ignore comments to appease laravel mix
Aug 15, 2023
8adc133
chore: replace all @since 0.*.0 tags with @since 3.0.0
Aug 15, 2023
1983711
fix: add View loader class
Aug 15, 2023
7fda087
chore: remove addon workflows
Aug 15, 2023
a7f18ee
chore: remove main addon file
Aug 15, 2023
7aa1d2a
refactor: merge v3 service providers into existing ones
Aug 15, 2023
0c54236
docs: update minor since tags to 3.0.0
Aug 16, 2023
dd169ee
chore: remove unnecessary babelrc file
Aug 16, 2023
9150dbf
chore: remove unused babel packages
Aug 16, 2023
244e45f
refactor: replace @reach/tabs with react-aria-components (#6876)
jonwaldstein Aug 16, 2023
5dc7de5
chore: bump wp version to 6.0
Aug 16, 2023
86ac185
doc: remove additional 3.0.0 tags (#6877)
pauloiankoski Aug 16, 2023
2c46d92
chore: update react-redux package
Aug 16, 2023
539a0d8
chore: add npm overrides for specific problematic nested dependencies…
Aug 16, 2023
4eff0ae
Refactor: return the block-node relationships in the donation form sc…
pauloiankoski Aug 18, 2023
e7e0132
refactor: style custom amount with white background (#6882)
JoshuaHungDinh Aug 18, 2023
cd52fd8
fix: update last name placeholder (#6881)
JoshuaHungDinh Aug 18, 2023
81a91a2
Chore: Restore automated checks after codebase grafting (#6884)
kjohnson Aug 18, 2023
8299049
Feature: Support group node visibility and polymorphism (#6887)
JasonTheAdams Aug 18, 2023
9ab4fcd
Feature: Add new field types to the Fields API (#6866)
pauloiankoski Aug 18, 2023
086a3d2
Refactor: merge PayPal Standard gateways to support v3 (#6889)
jonwaldstein Aug 18, 2023
d9b3fc9
fix: add transparent background to base-overrides (#6888)
JoshuaHungDinh Aug 18, 2023
fba329c
Fix: load translations correctly (#6879)
glaubersilva Aug 18, 2023
dd1dba6
Refactor: update form builder window data with typed getters (#6880)
jonwaldstein Aug 18, 2023
00de6af
Refactor: remove test gateway subscription module (#6885)
jonwaldstein Aug 18, 2023
2b086f0
Fix: preserve default values for conditional fields (#6893)
JasonTheAdams Aug 22, 2023
79f6960
feature: preserve default values in group fields
JasonTheAdams Aug 22, 2023
f1ad2e8
Feature: Update donation messages (#6894)
JasonTheAdams Aug 23, 2023
7cd4212
fix: remove extra spacing on classic themes (#6895)
JasonTheAdams Aug 23, 2023
c617c1d
Feature: Auto-deactivate the feature plugin (#6896)
kjohnson Aug 23, 2023
f5138cb
fix: subscriptionPeriod is already being exported
Aug 23, 2023
a06c08d
Merge branch 'develop' into epic/givewp-3.0
jonwaldstein Aug 23, 2023
f03c570
Feature: Add donate button caption to form settings (#6883)
JoshuaHungDinh Aug 24, 2023
67ddb55
Feature: add link to PDF receipt in confirmation receipt (#6878)
glaubersilva Aug 25, 2023
311fcdd
Fix: `$gatewayData` request supports all native content types (#6904)
jonwaldstein Aug 25, 2023
ea162a7
Merge github.com:impress-org/give into epic/givewp-3.0
kjohnson Aug 25, 2023
13ec445
Refactor: hide v3 form block and update v2 block name (#6901)
jonwaldstein Aug 28, 2023
c966d1c
fix: set correct value to isNewField const (#6898)
glaubersilva Aug 28, 2023
48da0aa
doc: replace since tags on v3 tests with 3.0.0 (#6905)
pauloiankoski Aug 28, 2023
4bbd975
Feature: add option to disable one time donations for recurring enabl…
jonwaldstein Aug 28, 2023
b5883f9
Fix: Initialize value on Date template (#6892)
pauloiankoski Aug 28, 2023
f9a39c1
Fix: form data converter (#6908)
pauloiankoski Aug 29, 2023
6061f5a
Feature: Add 'Additional fields' FFM recommendation to form builder (…
JoshuaHungDinh Aug 31, 2023
69eac78
Feature: Add Stripe account selection as a per-form setting (#6903)
pauloiankoski Aug 31, 2023
f24ec62
Refactor: add telemetry support for v3 forms (#6900)
glaubersilva Aug 31, 2023
849eed6
Refactor: Update Email template settings in the form builder (#6890)
JoshuaHungDinh Aug 31, 2023
ebdbbac
Merge branch 'epic/givewp-3.0' of github.com:impress-org/give into ep…
kjohnson Sep 1, 2023
301f1a6
Add support for next gen form in PayPal Commerce payment gateway (#6872)
ravinderk Sep 1, 2023
d499a77
fix: Remove duplicate directory divider (#6910)
kjohnson Sep 1, 2023
9d4644c
Merge branch 'develop' into epic/givewp-3.0
JasonTheAdams Sep 1, 2023
2084710
Feature: improve login expired message and clean up storage system (#…
JasonTheAdams Sep 1, 2023
78561c1
Feature: update base, classic, and multi-step form designs (#6902)
JasonTheAdams Sep 1, 2023
ac4a62f
Refactor: Update welcome banner with NextGen 3.0 release design (#6906)
JoshuaHungDinh Sep 1, 2023
074b41f
Fix: Address StyledPopover component error (#6913)
JoshuaHungDinh Sep 1, 2023
3a3aa62
chore: bump version to 3.0.0-beta.1
JasonTheAdams Sep 1, 2023
d025d6a
Feature: add recurring donation options migration step (#6907)
jonwaldstein Sep 5, 2023
5f7c5a8
fix: base fields class should be full width
Sep 5, 2023
b3b3135
Fix: file upload field (#6918)
pauloiankoski Sep 6, 2023
47bc470
Feature: update form field validation rules with optional as default …
jonwaldstein Sep 7, 2023
921afe7
Enhancement: Consolidate test gateways (#6915)
JasonTheAdams Sep 7, 2023
f9c15f8
Feature: Add onboarding flow for upgrading forms (#6914)
alaca Sep 7, 2023
3b8b679
Fix: donation form errors (#6916)
jonwaldstein Sep 7, 2023
8a6915f
Feature: Offline donations gateway v3 compatibility (#6919)
JasonTheAdams Sep 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 0 additions & 20 deletions .babelrc

This file was deleted.

17 changes: 17 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,27 @@
.travis.yml
.editorconfig
.babelrc


/tests
/node_modules
/packages/form-builder/node_modules
/assets/src
/vendor/bin
/vendor/composer/installers

.travis.yml
.editorconfig
.babelrc
.babelrc.json
.jscrsrc
.jshintrc
.eslintignore
.eslintrc
.eslintrc.json
.prettierrc.json
.prettierignore
.phpcs.xml
.stylelintrc.json
.huskyrc.json
.lintstagedrc.json
Expand All @@ -41,6 +55,7 @@ phpstan.neon
sample-data/wordpress.sql
sample-data/sample-data.numbers
bower.json
build.php
composer.json
composer.lock
package.json
Expand All @@ -65,3 +80,5 @@ wp-textdomain.js
DOCKER_ENV
docker_tag
output.log
docker-compose.yml
wp-textdomain.js
2 changes: 2 additions & 0 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ on:
jobs:
build:
uses: impress-org/givewp-github-actions/.github/workflows/php-compatibility.yml@master
with:
test_versions: "[ '7.2', '8.0' ]"
9 changes: 2 additions & 7 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: [ 7.0, 7.4, 8.0 ]
php: [ 7.2, 7.4, 8.0 ]
mysql: [ 'mysql:5.6', 'mysql:8.0' ]
wordpress: [ '5.0', latest ]
exclude:
- php: 7.4
wordpress: '5.0'
- php: 8.0
wordpress: '5.0'
wordpress: [ '6.0', latest ]

services:
mysql56:
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ node_modules
assets/dist/
.storybook-static
release
public
.storybook-static
languages

# Composer
vendor

# PHPCS
.phpcs.xml
phpcs.xml
Expand All @@ -66,3 +68,10 @@ languages/*
build
**/build.*
**/build.asset.*
# Assert directory
assets/dist
build
**/build.*
**/build.asset.*

.phpunit.result.cache
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ sample-data/*

# Ignore Files
phpcs.xml
phpcs.xml.dist
package-lock.json
composer.lock
Loading
Loading