v1.1.4
Corrects the event catalogs for 55 Bit Integrations platforms. The audit mined event lists with regexes over raw source, which reported events the Flow builder does not offer and missed the lists it does.
Trigger events
- Comments are stripped before scanning, so commented-out entries are no longer counted. WooCommerce listed 6 deprecated Subscription and Booking events that live in a doc block above the live list.
- Quoted strings are read escape-aware.
__('User\'s role change')was truncated at the apostrophe, rendering Ultimate Member's two events as a singleUser\(also BuddyBoss, Paid Membership Pro, WP Job Manager). - A route callback that only forwards its list to another static method is now followed. Voxel reports its 27 named events instead of 21 raw hook slugs (
Voxel/app Events/post Types/collection/post:submitted); Mail Mint and WP Courseware gain their real names. - Titles are also read from positional task constructors and from plain untranslated string lists (Fluent Booking).
- Interpolated titles are rejected —
"Piotnet Forms - {$form->settings->form_id}"names a per-site form, not a catalog event.
Action events
- The operation dropdown is resolved through the JSX
<select>that renders it, so the list is found under whatever name an integration gave it — WooCommerce'smoduleType, GamiPress'sallActions— including literal<option>children (Asana, the CRM integrations) and single-entry lists (Propovoice CRM, Mail Mint). - Operation lists served by a backend route are parsed (Mail Chimp).
- Double-quoted labels and SCREAMING_CASE operation values are accepted, so BuddyBoss shows
Add a post to the user's activity streaminstead ofAdd Post User Activity Stream. Config::withPrefix()calls that name a transient key, an error code, a compared field prefix, or a filter feeding the builder's response payload are no longer read as operations. GamiPress reported 5 transient cache keys (gamipress_rank_types, …) as Pro actions.
Tiers
The catalogs mark a Pro-only event with a trailing " Pro" on its label, and Pro operations with a _PRO constant. Both are now read as the event's tier instead of being left in the name. Tier corrections: LearnDash Free → Both; WooCommerce, Hubspot, Freshdesk and SendPulse Both → Free.
Corrected event counts
| Platform | Triggers | Actions |
|---|---|---|
| Acumbamail | — | 1 → 2 |
| BuddyBoss | 14 → 15 | — |
| CustomApi | — | 3 → 1 |
| Freshdesk | — | 5 → 4 |
| GamiPress | — | 10 → 6 |
| Hubspot | — | 8 → 4 |
| LearnDash | — | 13 → 16 |
| LifterLMS | — | 9 → 7 |
| LionDesk | — | 1 → 2 |
| Mail Chimp | — | 4 → 3 |
| Mail Mint | — | 2 → 1 |
| MailerPress | 10 → 7 | — |
| Memberpress | — | 1 → 2 |
| Paid Membership Pro | — | 4 → 2 |
| PiotnetAddon | 2 → 1 | — |
| PiotnetAddonForm | 2 → 1 | — |
| SendPulse | — | 2 → 1 |
| Ultimate Member | 1 → 2 | — |
| Voxel | 21 → 27 | — |
| WP Job Manager | 10 → 11 | — |
| WP Travel Engine | 3 → 2 | — |
| WooCommerce | 33 → 27 | — |
| Woodpecker | — | 2 → 3 |
| Zoho Bigin | — | 3 → 2 |
A further 31 platforms keep their counts but now show their real event names. Totals: 1024 → 1021 trigger events, 872 → 860 action events.