liquidweb / wme

3 stars 1 forks source link

Feature: Payment Gateway plugin installer improvements #204

Closed defunctl closed 1 year ago

defunctl commented 1 year ago

QA

Since composer installs the max configured versions, they will exist in your plugins:

image

You can now deactivate/delete these plugins, run the Store Details Wizard, and the plugin will automatically get installed with the latest max version, activated and continue the process.

image

Known Issues

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: d783ee975f1fa60b1049df17d8ec2a44bc2c408f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------------------- | ----- | | @moderntribe/wme-sitebuilder | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

bswatson commented 1 year ago

This will also need a changeset to document the update and roll the version.

defunctl commented 1 year ago

This will also need a changeset to document the update and roll the version.

Added in https://github.com/moderntribe/wme/pull/204/commits/f2aab5a99e4f2cbf0b60e4a5760d8c894d7c10b3

defunctl commented 1 year ago

@bswatson hopefully fixed e2e tests forever :crossed_fingers:

Cut down running time from 7m+ to just under 5m. Cached run takes like exactly the same time, interestingly enough.

Uncached Playwright run: https://github.com/moderntribe/wme/actions/runs/4170496579 Cached Playwright run: https://github.com/moderntribe/wme/actions/runs/4170524476