diff --git a/eea-foh-collect.json b/eea-foh-collect.json index 8755b8a..7c19db2 100644 --- a/eea-foh-collect.json +++ b/eea-foh-collect.json @@ -1,16 +1,31 @@ { "name": "Front of House — Collect for Stripe (Card-Present)", "slug": "eea-foh-collect", - "version": "0.3.0", - "download_url": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/eea-foh-collect-0.3.0.zip", + "version": "0.3.1", + "download_url": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/eea-foh-collect-0.3.1.zip", "homepage": "https://gitea.mulligan.casa/ee-extensions/eea-foh-collect", "requires": "6.4", "tested": "7.0", "requires_php": "8.1", + "last_updated": "2026-06-23 19:59:19", "icons": { "1x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/icon-128x128.png", - "2x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/icon-256x256.png", - "svg": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/icon.svg" + "2x": "https://gitea.mulligan.casa/ee-extensions/foh-updates/raw/branch/main/eea-foh-collect/icon-256x256.png" }, - "last_updated": "2026-06-23 04:43:41" + "author": "Mike Mulligan", + "author_homepage": "https://gitea.mulligan.casa/mmulligan", + "tags": [ + "event espresso", + "front of house", + "stripe", + "card present", + "point of sale", + "payment method" + ], + "sections": { + "description": "

A payment-method provider for Front of House for Event Espresso. It registers a \"Credit Card\" method that takes a card-present charge at the point of sale: the station deep-links the sale out to the Collect for Stripe terminal app, the card is charged on the reader, control returns to the station, and the payment is recorded against the Event Espresso transaction.

\n

Key points:

\n\n

This plugin extends Front of House for Event Espresso and does nothing on its own — it adds one method to that app's payment picker. It does not bundle or replace any Stripe integration; recording the charge relies on the Stripe Onsite payment method provided by Event Espresso's Stripe add-on.

", + "installation": "
    \n
  1. Install and activate Event Espresso, its Stripe add-on (with the Stripe Onsite payment method active), and Front of House for Event Espresso.
  2. \n
  3. Pair a Stripe M2 reader or a Tap-to-Pay capable device with the Collect for Stripe app.
  4. \n
  5. Upload this plugin to wp-content/plugins/ and activate it.
  6. \n
  7. In Front of House's Settings ▸ Payment Methods, enable Credit Card (and optionally set a card surcharge).
  8. \n
", + "faq": "

What hardware do I need?

\n

A Stripe M2 reader or a Tap-to-Pay capable device running the Collect for Stripe app, plus the Stripe Onsite payment method active in Event Espresso.

\n

Does it work without Front of House for Event Espresso?

\n

No. This plugin only adds a method to that app's station payment picker. It requires both Event Espresso and Front of House for Event Espresso.

\n

Why is the card button disabled at the station?

\n

The method marks itself unavailable when the Stripe Onsite payment method is not active in Event Espresso. Activate Stripe Onsite and the button enables.

", + "changelog": "

0.3.1
\n* Migrate to the shared release pipeline; richer View-details modal (readme.txt sections, tags). No functional change.

\n

0.3.0
\n* Added a color-coded plugin icon (delivered through the update channel) and declared WordPress 7.0 compatibility. No functional change.

\n

0.2.1
\n* Updates are now handled by the Manifest Updater plugin (via the standard \"Update URI\" header) instead of a bundled updater. No functional change.

\n

0.2.0
\n* The card method is now registered through Front of House's payment-method registry (eea_foh_register_payment_methods), so Front of House owns enabling/disabling card, its button label, and an optional card surcharge in its own Settings ▸ Payment Methods section. This plugin's separate enable toggle has been removed (card enable lives in Front of House now); it keeps owning the Stripe gateway — the deep-link launch/return and the server-side charge verification are unchanged. Requires Front of House 0.21.0+.

\n

0.1.2
\n* Server-side verification: the card result is now confirmed against Stripe (charge retrieved with the merchant key, asserted succeeded/captured/USD/not-refunded) before Front of House records it, and the gateway's true captured amount is recorded — the return URL is no longer trusted. Transient gateway-unreachable failures retry, then surface distinctly so a clerk reconciles rather than re-charges.

\n

0.1.1
\n* Update channel + repository URLs moved to the ee-extensions org. No functional change.

\n

0.1.0
\n* Initial release: card-present \"Credit Card\" payment method that deep-links to the Collect for Stripe app and records the result against the Event Espresso transaction.
\n* Off-by-default settings toggle in Front of House settings.
\n* Availability check that disables the method when Stripe Onsite is not active.

" + } } diff --git a/eea-foh-collect/eea-foh-collect-0.3.0.zip b/eea-foh-collect/eea-foh-collect-0.3.0.zip deleted file mode 100644 index 8c46a34..0000000 Binary files a/eea-foh-collect/eea-foh-collect-0.3.0.zip and /dev/null differ diff --git a/eea-foh-collect/eea-foh-collect-0.3.1.zip b/eea-foh-collect/eea-foh-collect-0.3.1.zip new file mode 100644 index 0000000..34fa7f6 Binary files /dev/null and b/eea-foh-collect/eea-foh-collect-0.3.1.zip differ