Skip to content

Commit b445dda

Browse files
committed
chore: version updated to v2.6.1
1 parent aa4490a commit b445dda

File tree

4 files changed

+183
-453
lines changed

4 files changed

+183
-453
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.0
7+
* Version: 2.6.1
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.0');
27+
define('BTCBI_VERSION', '2.6.1');
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: 19 additions & 18 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 = '25th May 2025'
14+
const releaseDate = '21th June 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -33,13 +33,13 @@ const changeLog = [
3333
itemClass: 'integration-list',
3434
items: [
3535
{
36-
label: 'WooCommerce Memberships',
37-
desc: '11 new events added.',
36+
label: 'New User Approve',
37+
desc: '5 new events added.',
3838
isPro: true
3939
},
4040
{
41-
label: 'Paymattic',
42-
desc: '4 new events added.',
41+
label: 'FluentCommunity',
42+
desc: '3 new events added.',
4343
isPro: true
4444
}
4545
]
@@ -48,7 +48,13 @@ const changeLog = [
4848
label: __('New Features', 'bit-integrations'),
4949
headClass: 'new-feature',
5050
itemClass: 'feature-list',
51-
items: []
51+
items: [
52+
{
53+
label: 'FluentCommunity',
54+
desc: 'Course info now included in lesson-related trigger data.',
55+
isPro: true
56+
}
57+
]
5258
},
5359
{
5460
label: __('Improvements', 'bit-integrations'),
@@ -62,28 +68,23 @@ const changeLog = [
6268
itemClass: 'fixes-list',
6369
items: [
6470
{
65-
label: 'Telegram',
66-
desc: 'Fixed issue with fetching chat list.',
71+
label: 'Salesforce',
72+
desc: 'Fixed issue where refreshing field mapping reset field mappings.',
6773
isPro: false
6874
},
6975
{
70-
label: 'Telegram',
71-
desc: 'Resolved image-to-HTML converter bug.',
72-
isPro: false
76+
label: 'Bricks',
77+
desc: 'Resolved file URL inconsistency issue.',
78+
isPro: true
7379
},
7480
{
7581
label: 'Kadence Block',
7682
desc: 'Fixed null value issue in form fields.',
7783
isPro: true
7884
},
7985
{
80-
label: 'WooCommerce Memberships',
81-
desc: 'User role update issue resolved.',
82-
isPro: true
83-
},
84-
{
85-
label: 'Action Hook',
86-
desc: 'Routes now correctly fixed and functioning.',
86+
label: 'Webhook',
87+
desc: 'Resolved file URL inconsistency issue.',
8788
isPro: true
8889
}
8990
]

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

2626
public const DB_VERSION = '1.0';
2727

0 commit comments

Comments
 (0)