Skip to content

Commit 304df48

Browse files
committed
chore: version updated to v2.6.7
1 parent 7170bff commit 304df48

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
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.6
7+
* Version: 2.6.7
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.6');
27+
define('BTCBI_VERSION', '2.6.7');
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: 24 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,20 @@ const changeLog = [
2525
label: __('New Actions', 'bit-integrations'),
2626
headClass: 'new-integration',
2727
itemClass: 'integration-list',
28-
items: []
29-
},
30-
{
31-
label: __('New Triggers', 'bit-integrations'),
32-
headClass: 'new-trigger',
33-
itemClass: 'integration-list',
3428
items: [
3529
{
36-
label: 'Paid Memberships Pro',
37-
desc: '+1 New Events Added.',
38-
isPro: true
39-
},
40-
{
41-
label: 'WP Travel Engine',
30+
label: 'Line',
4231
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
32+
isPro: false
4933
}
5034
]
5135
},
36+
{
37+
label: __('New Triggers', 'bit-integrations'),
38+
headClass: 'new-trigger',
39+
itemClass: 'integration-list',
40+
items: []
41+
},
5242
{
5343
label: __('New Features', 'bit-integrations'),
5444
headClass: 'new-feature',
@@ -59,36 +49,32 @@ const changeLog = [
5949
label: __('Improvements', 'bit-integrations'),
6050
headClass: 'new-improvement',
6151
itemClass: 'feature-list',
62-
items: []
52+
items: [
53+
{
54+
label: 'Google Sheets',
55+
desc: 'Removed unusual components from the authorization page UI for a cleaner, more streamlined interface.',
56+
isPro: false
57+
},
58+
{
59+
label: 'Paid Membership Pro',
60+
desc: 'Added validation for level change event to ensure proper functionality.',
61+
isPro: true
62+
}
63+
]
6364
},
6465
{
6566
label: __('Bug Fixes', 'bit-integrations'),
6667
headClass: 'fixes',
6768
itemClass: 'fixes-list',
6869
items: [
6970
{
70-
label: 'Paid Memberships Pro',
71-
desc: 'Membership selection update issue resolved.',
72-
isPro: true
73-
},
74-
{
75-
label: 'GetResponse',
76-
desc: 'Fixed Tags now append correctly to contacts upon submission.',
77-
isPro: false
78-
},
79-
{
80-
label: 'Zoho CRM',
81-
desc: 'Fixed tasks module fetching issue — now syncing tasks properly.',
82-
isPro: false
83-
},
84-
{
85-
label: 'MailerLite',
86-
desc: 'Fixed checkbox issue under update utilities.',
71+
label: 'MemberPress',
72+
desc: 'Fixed a fatal error related to the namespace issue.',
8773
isPro: false
8874
},
8975
{
90-
label: 'MailerLite',
91-
desc: 'Resolved integration name not updating correctly.',
76+
label: 'WhatsApp',
77+
desc: 'Resolved the undefined authorization route function issue.',
9278
isPro: false
9379
}
9480
]

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 15 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.6
7+
Stable tag: 2.6.7
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,20 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
700700

701701
== Changelog ==
702702

703+
= 2.6.7 =
704+
_Release Date -20th August 2025_
705+
706+
- **New Action**
707+
- Line: 3 New Events Added.
708+
709+
- **New Improvement**
710+
- Google Sheets: Removed unusual components from the authorization page UI for a cleaner, more streamlined interface.
711+
- Paid Membership Pro: Added validation for level change event to ensure proper functionality (Pro).
712+
713+
- **Bug Fixes**
714+
- MemberPress: Fixed a fatal error related to the namespace issue.
715+
- WhatsApp: Resolved the undefined authorization route function issue.
716+
703717
= 2.6.6 =
704718
_Release Date -6th August 2025_
705719

0 commit comments

Comments
 (0)