Skip to content

Commit 8527e89

Browse files
committed
chore: version updated to v2.6.9
1 parent 93e623c commit 8527e89

File tree

4 files changed

+85
-21
lines changed

4 files changed

+85
-21
lines changed

bitwpfi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
6-
* Description: Bit Integrations is a platform that integrates with over 290+ different platforms to help with various tasks on your WordPress site, like WooCommerce, Form builder, Page builder, LMS, Sales funnels, Bookings, CRM, Webhooks, Email marketing, Social media and Spreadsheets, etc
7-
* Version: 2.6.8
6+
* Description: Bit Integrations is a platform that integrates with over 300+ different platforms to help with various tasks on your WordPress site, like WooCommerce, Form builder, Page builder, LMS, Sales funnels, Bookings, CRM, Webhooks, Email marketing, Social media and Spreadsheets, etc
7+
* Version: 2.6.9
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -24,7 +24,7 @@
2424
$btcbi_db_version = '1.1';
2525

2626
// Define most essential constants.
27-
define('BTCBI_VERSION', '2.6.8');
27+
define('BTCBI_VERSION', '2.6.9');
2828
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2929

3030
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';

frontend-dev/src/pages/ChangelogToggle.jsx

Lines changed: 51 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { __, sprintf } from '../Utils/i18nwrap'
1111

1212
// const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
1313
// const dealURL = `https://bitapps.pro/new-year-deal/#bit-integrations-pricing`
14-
const releaseDate = '1st September 2025'
14+
const releaseDate = '14th September 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -25,16 +25,42 @@ const changeLog = [
2525
label: __('New Actions', 'bit-integrations'),
2626
headClass: 'new-integration',
2727
itemClass: 'integration-list',
28-
items: []
28+
items: [
29+
{
30+
label: 'ACPT',
31+
desc: '12 New Events Added.',
32+
isPro: false
33+
}
34+
]
2935
},
3036
{
3137
label: __('New Triggers', 'bit-integrations'),
3238
headClass: 'new-trigger',
3339
itemClass: 'integration-list',
3440
items: [
3541
{
36-
label: 'FluentAffiliate',
37-
desc: '8 New Events Added.',
42+
label: 'FormGent',
43+
desc: '10 New Events Added.',
44+
isPro: true
45+
},
46+
{
47+
label: 'StoreEngine',
48+
desc: '12 New Events Added.',
49+
isPro: true
50+
},
51+
{
52+
label: 'EasyCommerce',
53+
desc: '31 New Events Added.',
54+
isPro: true
55+
},
56+
{
57+
label: 'GeoDirectory',
58+
desc: '1 New Events Added.',
59+
isPro: true
60+
},
61+
{
62+
label: 'WP User Frontend',
63+
desc: '5 New Events Added.',
3864
isPro: true
3965
}
4066
]
@@ -43,7 +69,18 @@ const changeLog = [
4369
label: __('New Features', 'bit-integrations'),
4470
headClass: 'new-feature',
4571
itemClass: 'feature-list',
46-
items: []
72+
items: [
73+
{
74+
label: 'CopperCRM',
75+
desc: 'Added Company & Tags assignment utilities to Person.',
76+
isPro: false
77+
},
78+
{
79+
label: 'Integrations Timeline',
80+
desc: 'Added response viewer modal for better tracking.',
81+
isPro: false
82+
}
83+
]
4784
},
4885
{
4986
label: __('Improvements', 'bit-integrations'),
@@ -57,13 +94,18 @@ const changeLog = [
5794
itemClass: 'fixes-list',
5895
items: [
5996
{
60-
label: 'MemberPress',
61-
desc: 'Fixed undefined array key issue.',
97+
label: 'CopperCRM',
98+
desc: 'Fixed custom field data storing issue.',
99+
isPro: false
100+
},
101+
{
102+
label: 'WooCommerce',
103+
desc: 'Fixed cart total & cart tax empty data issue.',
62104
isPro: false
63105
},
64106
{
65-
label: 'MemberPress',
66-
desc: 'Resolved lifetime expiration date bug.',
107+
label: 'MailMint',
108+
desc: 'Fixed integration name edit issue & added validation.',
67109
isPro: false
68110
}
69111
]

includes/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Config
2121

2222
public const VAR_PREFIX = 'btcbi_';
2323

24-
public const VERSION = '2.6.8';
24+
public const VERSION = '2.6.9';
2525

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
=== Bit integrations - Easy Automator with no-code automation, integrate Webhook and automate 290+ Platform ===
1+
=== Bit integrations - Easy Automator with no-code automation, integrate Webhook and automate 300+ Platform ===
22
Contributors: bitpressadmin, akaioum, rishadbitcode, niloy121, fahimsakib, shuvomohajan, tanvirchy, shakhawathosen, khoaiz, mazharul78
33
Tags: automation, automator, Google Sheets, webhooks, zapier, marketing automation, WooCommerce Integration, no-code automation, email marketing automation, ecommerce automation, digital marketing automation, conditional logic
44
Requires at least: 5.1
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.6.8
7+
Stable tag: 2.6.9
88
License: GPLv2 or later
99

10-
Perfect Automation and integration plugin: Connect 290+ platforms and automate CRM, Email marketing tools, Google Sheets, Contact forms, LMS and more
10+
Perfect Automation and integration plugin: Connect 300+ platforms and automate CRM, Email marketing tools, Google Sheets, Contact forms, LMS and more
1111

1212
== Description ==
1313

@@ -82,7 +82,7 @@ Automate your WordPress workflow with **Bit Integrations** — the ultimate **no
8282
- Email Marketing Tools
8383
- Automation Platforms like **Zapier** and more
8484

85-
> **Over 290+ platforms supported — all without code.**
85+
> **Over 300+ platforms supported — all without code.**
8686
> Bit Integrations is the **automator plugin WordPress users rely on** for smart, scalable automation.
8787

8888
---
@@ -368,13 +368,13 @@ Wp-Telemetry **DOES NOT IMMEDIATELY** start gathering data, rather it will gathe
368368

369369
- 🧠 **Detailed Logging**: Smart error handling with view logs of all your data submissions and automated actions.
370370

371-
- 🔁 **Access to 290+ Integrations**: Easily connect with tools like Zapier, Google Sheets, Trello, Slack, and more.
371+
- 🔁 **Access to 300+ Integrations**: Easily connect with tools like Zapier, Google Sheets, Trello, Slack, and more.
372372

373373
### ✨ [**Bit Integrations Pro Version Features**](https://www.bitapps.pro/bit-integrations/) :
374374

375375
Free version allows you to use all free triggers and all actions,
376376
also with unlimited active integrations.
377-
With the pro version, you have the ability to use all 290+ triggers and actions for unlimited active integrations.
377+
With the pro version, you have the ability to use all 300+ triggers and actions for unlimited active integrations.
378378
Please check [**Bit Integrations Pro**](https://www.bitapps.pro/bit-integrations/).
379379

380380
### 💥 Don't worry, we give you some video tutorials with use cases to help you get started with the plugin.
@@ -637,7 +637,7 @@ Please check [**Bit Integrations Pro**](https://www.bitapps.pro/bit-integrations
637637
== Frequently Asked Questions ==
638638

639639
= 1. What is Bit Integrations and how does it work? =
640-
Bit Integrations is a no-code WordPress plugin that helps you connect and sync data between over 290 platforms like WooCommerce, CRM, email marketing tools, Google Sheets, and more. It automates workflows by sending data from triggers like form submissions or orders to connected apps, without requiring coding.
640+
Bit Integrations is a no-code WordPress plugin that helps you connect and sync data between over 300 platforms like WooCommerce, CRM, email marketing tools, Google Sheets, and more. It automates workflows by sending data from triggers like form submissions or orders to connected apps, without requiring coding.
641641

642642
= 2. Can I automate WooCommerce workflows with Bit Integrations? =
643643
Yes! Bit Integrations allows you to automate WooCommerce workflows such as syncing customer data, order details, and subscriptions to CRMs, email marketing platforms, and spreadsheets.
@@ -655,7 +655,7 @@ Bit Integrations supports leading CRM platforms including HubSpot, Salesforce, Z
655655
Yes, it integrates with popular email marketing platforms like Mailchimp, ActiveCampaign, SendinBlue (Brevo), MailPoet, and others to automate your email campaigns based on user data.
656656

657657
= 7. How many integrations and workflows can I create with Bit Integrations? =
658-
The free version allows unlimited integrations with free triggers and actions. The Pro version unlocks all 290+ triggers and actions with unlimited active workflows.
658+
The free version allows unlimited integrations with free triggers and actions. The Pro version unlocks all 300+ triggers and actions with unlimited active workflows.
659659

660660
= 8. Does Bit Integrations support Google Sheets for data syncing? =
661661
Yes, you can automatically sync form data, WooCommerce orders, and other WordPress data to Google Sheets for real-time tracking and reporting.
@@ -700,6 +700,28 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
700700

701701
== Changelog ==
702702

703+
= 2.6.9 =
704+
_Release Date -14th September 2025_
705+
706+
- **New Action**
707+
- ACPT: 12 new events added
708+
709+
- **New Triggers**
710+
- FormGent: 10 new events added (Pro).
711+
- StoreEngine: 12 new events added (Pro).
712+
- EasyCommerce: 31 new events added (Pro).
713+
- GeoDirectory: 1 new event added (Pro).
714+
- WP User Frontend: 5 new events added (Pro).
715+
716+
- **New Features**
717+
- CopperCRM: Added Company & Tags assignment utilities to Person
718+
- Integrations Timeline: Added response viewer modal for better tracking
719+
720+
- **Bug Fixes**
721+
- CopperCRM: Fixed custom field data storing issue
722+
- WooCommerce: Fixed cart total & cart tax empty data issue
723+
- MailMint: Fixed integration name edit issue & added validation
724+
703725
= 2.6.8 =
704726
_Release Date -1st September 2025_
705727

0 commit comments

Comments
 (0)