Skip to content

Commit 1af8c22

Browse files
committed
chore: version updated to v2.6.2
1 parent a1eeb54 commit 1af8c22

File tree

4 files changed

+38
-24
lines changed

4 files changed

+38
-24
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.1
7+
* Version: 2.6.2
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.1');
27+
define('BTCBI_VERSION', '2.6.2');
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: 15 additions & 20 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 = '21th June 2025'
14+
const releaseDate = '1st July 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -33,13 +33,8 @@ const changeLog = [
3333
itemClass: 'integration-list',
3434
items: [
3535
{
36-
label: 'New User Approve',
37-
desc: '5 new events added.',
38-
isPro: true
39-
},
40-
{
41-
label: 'FluentCommunity',
42-
desc: '3 new events added.',
36+
label: 'WPSubscription',
37+
desc: '2 new events added',
4338
isPro: true
4439
}
4540
]
@@ -50,8 +45,8 @@ const changeLog = [
5045
itemClass: 'feature-list',
5146
items: [
5247
{
53-
label: 'FluentCommunity',
54-
desc: 'Course info now included in lesson-related trigger data.',
48+
label: 'Salesforce',
49+
desc: 'Added new Salesforce utilities for Lead Status, Lead Source, Rating, Industry',
5550
isPro: true
5651
}
5752
]
@@ -68,23 +63,23 @@ const changeLog = [
6863
itemClass: 'fixes-list',
6964
items: [
7065
{
71-
label: 'Salesforce',
72-
desc: 'Fixed issue where refreshing field mapping reset field mappings.',
66+
label: 'Campaign Monitor',
67+
desc: 'Resolved an issue with custom field mapping.',
7368
isPro: false
7469
},
7570
{
76-
label: 'Bricks',
77-
desc: 'Resolved file URL inconsistency issue.',
78-
isPro: true
71+
label: 'WooCommerce (Trigger)',
72+
desc: 'Fixed a bug where the "Order Created" trigger was not properly initializing when an order was created in action.',
73+
isPro: false
7974
},
8075
{
81-
label: 'Kadence Block',
82-
desc: 'Fixed null value issue in form fields.',
83-
isPro: true
76+
label: 'Flowlu',
77+
desc: 'Addressed and fixed the issue with custom field handling.',
78+
isPro: false
8479
},
8580
{
86-
label: 'Webhook',
87-
desc: 'Resolved file URL inconsistency issue.',
81+
label: 'wpLoyalty',
82+
desc: 'Fixed the issue with accessing order data.',
8883
isPro: true
8984
}
9085
]

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 20 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.1
7+
Stable tag: 2.6.2
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
@@ -690,6 +690,25 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
690690

691691
== Changelog ==
692692

693+
= 2.6.2 =
694+
_Release Date -1st july 2025_
695+
696+
- **New Triggers**
697+
- WPSubscription - 4 New Events Added (Pro).
698+
699+
- **New Feature**
700+
- Salesforce: Added new Salesforce utilities for (Pro):
701+
- Lead Status
702+
- Lead Source
703+
- Rating
704+
- Industry
705+
706+
- **Bug Fixes**
707+
- Campaign Monitor: Resolved an issue with custom field mapping.
708+
- WooCommerce (Trigger): Fixed a bug where the "Order Created" trigger was not properly initializing when an order was created in action.
709+
- Flowlu: Addressed and fixed the issue with custom field handling.
710+
- wpLoyalty: Fixed the issue with accessing order data (Pro).
711+
693712
= 2.6.1 =
694713
_Release Date -21th June 2025_
695714

0 commit comments

Comments
 (0)