Skip to content

Releases: bit-apps-pro/bit-integrations

v2.8.4

07 May 04:29
98e624d

Choose a tag to compare

Merge pull request #160 from bit-apps-pro/fix/plugin-review-team-issues

Bump version v2.8.4

v2.8.3

07 May 03:37
66732f1

Choose a tag to compare

🧾 Changelog

Version: 2.8.3
Release Date: May 7, 2026


New Triggers

  • WP ERP: 28 new events added (Pro).
  • PeepSo: 3 new events added (Pro).
  • Fluent PDF Generator: 2 new event added (Pro).

New Actions

  • Monday.com: 12 new events added (Pro).
  • WP ERP: 14 new events added (Pro).
  • PeepSo: 7 new events added (Pro).

Improvements

  • MailerLite: Added unassign subscriber from group support and improved subscriber existence checks.
  • WooCommerce: Added line item subtotal and tax support for order creation.
  • Email Notification: Enhanced integration failure notification template and message clarity.

Bug Fixes

  • MailerLite: Fixed blank page issue.
  • FluentCRM: Fixed logo handling and added missing assets.
  • Custom Trigger: Fixed save configuration handling in trigger/action config endpoints.
  • WP User Registration: Improved error handling and password generation reliability.
  • SendFox: Removed unused frontend imports and fixed field mapping behavior.

Bit Integrations v2.8.2

15 Apr 05:37
29d2d6b

Choose a tag to compare

🧾 Changelog

Version: 2.8.2
Release Date: April 15, 2026


New Triggers

  • weDocs: 8 new events added (Pro).
  • Creator LMS: 5 new events added (Pro).
  • WC Affiliate: 3 new events added (Pro).
  • Ultimate Affiliate Pro: 8 new events added (Pro).

New Actions

  • weDocs: 3 new events added (Pro).
  • Creator LMS: 5 new events added (Pro).
  • Ninja Tables: 2 new events added (Pro).
  • WC Affiliate: 6 new events added (Pro).
  • Asgaros Forum: 4 new events added (Pro).
  • Ultimate Affiliate Pro: 4 new events added (Pro).

New Features

  • Tags: Added tag creation and management support in integrations.

Improvements

  • Dashboard: Improved all integrations table UI and component structure.
  • WPForms: Hidden fields support enabled (Pro).

Bug Fixes

  • ActiveCampaign: Fixed field map reset issue.

Bit Integrations v2.8.1

30 Mar 10:51
156a079

Choose a tag to compare

🧾 Changelog

Version: 2.8.1
Release Date: March 30, 2026


New Features

  • WP Post Creation: Added support for selecting and assigning one or multiple post categories during post creation.
  • GiveWP: Added donation type data (Pro).

Bug Fixes

  • Mail Action: Fixed multi-line email message formatting to render correctly in sent emails.

Bit Integrations v2.8.0

16 Mar 09:50
fe1cd89

Choose a tag to compare

🧾 Changelog

Version: 2.8.0
Release Date: March 16, 2026


New Triggers

  • User Registration & Membership: 2 new events added (Pro)
  • NotificationX: 2 new events added (Pro)

New Actions

  • User Registration & Membership: 1 new events added (Pro)
  • NotificationX: 7 new events added (Pro)

New Features

  • Forminator Quiz & Poll: Included lead data in quiz trigger payloads (Pro).

Bug Fixes

  • GoHighLevel: Fixed opportunity creation by sending the selected pipeline ID correctly (Pro).
  • ActiveCampaign: Fixed tag update handling so existing tags are removed correctly before new tags are applied.
  • FluentBooking: Fixed fetched fields not being set consistently during trigger configuration.
  • Webhook: Fixed payload field mapping when form fields are unavailable during setup.
  • WooCommerce: Fixed product data access issues for order items without product objects.

Bit Integrations v2.7.12

10 Mar 06:11
2eff7bd

Choose a tag to compare

Merge pull request #137 from bit-apps-pro/fix/plugin-review-team-issues

Bump version v2.7.12

Bit Integrations v2.7.11

26 Feb 07:58
59ac078

Choose a tag to compare

🧾 Changelog

Version: 2.7.11
Release Date: February 26, 2026


New Features

  • WooCommerce: Booster for WooCommerce checkout fields added.

Improvements

  • Custom Action: Reworked PHP function validation to use loopback-based fatal error checks and return cleaner syntax validation feedback.
  • Breakdance: Updated Breakdance trigger test endpoints to use the shared trigger test routes (Pro).

Bug Fixes

  • Fixed license expiry day calculation in the license status notice (Pro).
  • Added backward-compatible removal for legacy license key option data (Pro).
  • Fixed custom trigger test data remove response key and success message labels (Pro).

Bit Integrations v2.7.10

23 Feb 09:05
85e0428

Choose a tag to compare

Merge pull request #135 from Bit-Apps-Pro/fix/plugin-review-team-issues

Bump version 2.7.10

Bit Integrations v2.7.9

21 Feb 10:50
789b00f

Choose a tag to compare

Merge pull request #134 from Bit-Apps-Pro/fix/plugin-review-team-issues

Bump version v2.7.9

Bit Integrations v2.7.8

20 Feb 08:04
65d91bc

Choose a tag to compare

🧾 Changelog

Version: 2.7.8
Release Date: February 20, 2026


Security

  • Fixed SQL injection vulnerabilities in database queries and improved placeholder handling.
  • Hardened API helpers and admin components to address reported security vulnerabilities.
  • Strengthened SQL query handling and improved defensive checks across integrations.

Compatibility & Compliance

  • Resolved WordPress coding standards and Plugin Check warnings, including hook/query compliance updates.
  • Updated query suppression handling for cached lookup/direct query patterns to align with current checks.
  • Added translators comments and ordered placeholders for WP Plugin Check compliance.
  • Fixed production build POT file generation issues for better translation support.

Improvements

  • Refactored integration controllers, route files, and helper structures for cleaner namespace consistency.
  • Updated Google Sheets integration handling and refined redirect/debug-log/slow-query lint issues.
  • Restructured project to backend/frontend architecture for better code organization.
  • Cleaned up deprecated code and improved version upgrade handling.
  • Converted btcbi_ prefixed hooks, cache keys, and options to bit_integrations_ prefix for consistency.
  • Sanitized pro actions event hooks and updated external services documentation.
  • Fixed OAuth2 redirect URL issues for improved authentication flow.
  • Resolved namespace issues in trigger existence checks and pro triggers fetching filter hooks.