Skip to content

Commit 1b511f2

Browse files
committed
chore: version updated to v2.6.6
1 parent 90fb121 commit 1b511f2

File tree

4 files changed

+52
-16
lines changed

4 files changed

+52
-16
lines changed

bitwpfi.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
66
* 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.5
7+
* Version: 2.6.6
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.5');
27+
define('BTCBI_VERSION', '2.6.6');
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: 33 additions & 12 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 = '26th July 2025'
14+
const releaseDate = '6th August 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -31,7 +31,23 @@ const changeLog = [
3131
label: __('New Triggers', 'bit-integrations'),
3232
headClass: 'new-trigger',
3333
itemClass: 'integration-list',
34-
items: []
34+
items: [
35+
{
36+
label: 'Paid Memberships Pro',
37+
desc: '+1 New Events Added.',
38+
isPro: true
39+
},
40+
{
41+
label: 'WP Travel Engine',
42+
desc: '3 New Events Added.',
43+
isPro: true
44+
},
45+
{
46+
label: 'WP User Frontend (WPUF)',
47+
desc: '2 New Events Added.',
48+
isPro: true
49+
}
50+
]
3551
},
3652
{
3753
label: __('New Features', 'bit-integrations'),
@@ -51,24 +67,29 @@ const changeLog = [
5167
itemClass: 'fixes-list',
5268
items: [
5369
{
54-
label: 'Plugin Update',
55-
desc: 'Fixed version updating issue causing discrepancies during plugin upgrades',
70+
label: 'Paid Memberships Pro',
71+
desc: 'Membership selection update issue resolved.',
5672
isPro: true
5773
},
5874
{
59-
label: 'WooCommerce',
60-
desc: 'Resolved an issue with meta box field fetching not returning expected values.',
75+
label: 'GetResponse',
76+
desc: 'Fixed Tags now append correctly to contacts upon submission.',
6177
isPro: false
6278
},
6379
{
64-
label: 'Webhook',
65-
desc: 'Fixed fatal error caused by the JSON checker in certain payload conditions.',
66-
isPro: true
80+
label: 'Zoho CRM',
81+
desc: 'Fixed tasks module fetching issue — now syncing tasks properly.',
82+
isPro: false
6783
},
6884
{
69-
label: 'Webhook',
70-
desc: 'Addressed an issue where the request body was not flattening correctly, improving compatibility with third-party services.',
71-
isPro: true
85+
label: 'MailerLite',
86+
desc: 'Fixed checkbox issue under update utilities.',
87+
isPro: false
88+
},
89+
{
90+
label: 'MailerLite',
91+
desc: 'Resolved integration name not updating correctly.',
92+
isPro: false
7293
}
7394
]
7495
}

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.5';
24+
public const VERSION = '2.6.6';
2525

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: automation, automator, Google Sheets, webhooks, zapier, marketing automati
44
Requires at least: 5.1
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.6.5
7+
Stable tag: 2.6.6
88
License: GPLv2 or later
99

1010
Perfect Automation and integration plugin: Connect 290+ platforms and automate CRM, Email marketing tools, Google Sheets, Contact forms, LMS and more
@@ -700,6 +700,21 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
700700

701701
== Changelog ==
702702

703+
= 2.6.6 =
704+
_Release Date -6th August 2025_
705+
706+
- **Bug Fixes**
707+
- GetResponse: Fixed Tags now append correctly to contacts upon submission.
708+
- Paid Memberships Pro: Membership selection update issue resolved (Pro).
709+
- Zoho CRM: Fixed tasks module fetching issue — now syncing tasks properly.
710+
- MailerLite:Fixed checkbox issue under update utilities.
711+
- MailerLite: Resolved integration name not updating correctly.
712+
713+
- **New Triggers**
714+
- Paid Memberships Pro: +1 New Events Added (Pro).
715+
- WP Travel Engine: 3 New Events Added (Pro).
716+
- WP User Frontend (WPUF): 2 New Events Added (Pro).
717+
703718
= 2.6.5 =
704719
_Release Date -26th july 2025_
705720

0 commit comments

Comments
 (0)