Skip to content

Commit c2c5e75

Browse files
committed
chore: version updated to v2.6.4
1 parent 12eea5e commit c2c5e75

File tree

4 files changed

+53
-25
lines changed

4 files changed

+53
-25
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.3
7+
* Version: 2.6.4
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.3');
27+
define('BTCBI_VERSION', '2.6.4');
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: 28 additions & 21 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 = '2nd July 2025'
14+
const releaseDate = '12th July 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -25,16 +25,22 @@ const changeLog = [
2525
label: __('New Actions', 'bit-integrations'),
2626
headClass: 'new-integration',
2727
itemClass: 'integration-list',
28-
items: []
28+
items: [
29+
{
30+
label: 'MailerLite',
31+
desc: '2 new events added',
32+
isPro: true
33+
}
34+
]
2935
},
3036
{
3137
label: __('New Triggers', 'bit-integrations'),
3238
headClass: 'new-trigger',
3339
itemClass: 'integration-list',
3440
items: [
3541
{
36-
label: 'WPSubscription',
37-
desc: '2 new events added',
42+
label: 'Amelia Booking',
43+
desc: '1 new events added',
3844
isPro: true
3945
}
4046
]
@@ -45,46 +51,47 @@ const changeLog = [
4551
itemClass: 'feature-list',
4652
items: [
4753
{
48-
label: 'Salesforce',
49-
desc: 'Added new Salesforce utilities for Lead Status, Lead Source, Rating, Industry',
50-
isPro: true
51-
},
52-
{
53-
label: 'WP Post Creation',
54-
desc: 'Added support for assigning tags to posts',
55-
isPro: true
54+
label: 'Bit Form (Trigger)',
55+
desc: 'Uploaded files data are now captured and accessible via actions.',
56+
isPro: false
5657
}
5758
]
5859
},
5960
{
6061
label: __('Improvements', 'bit-integrations'),
6162
headClass: 'new-improvement',
6263
itemClass: 'feature-list',
63-
items: []
64+
items: [
65+
{
66+
label: 'Encharge',
67+
desc: 'Tag insertion now intelligently combines with existing tags instead of overwriting them.',
68+
isPro: false
69+
}
70+
]
6471
},
6572
{
6673
label: __('Bug Fixes', 'bit-integrations'),
6774
headClass: 'fixes',
6875
itemClass: 'fixes-list',
6976
items: [
7077
{
71-
label: 'Campaign Monitor',
72-
desc: 'Resolved an issue with custom field mapping.',
78+
label: 'Translation (WP 6.7+)',
79+
desc: 'Fixed issue with loading notice translations in the latest WordPress version.',
7380
isPro: false
7481
},
7582
{
76-
label: 'WooCommerce (Trigger)',
77-
desc: 'Fixed a bug where the "Order Created" trigger was not properly initializing when an order was created in action.',
83+
label: 'MailerLite',
84+
desc: 'Fixed an issue where existing subscribers were not being handled correctly.',
7885
isPro: false
7986
},
8087
{
81-
label: 'Flowlu',
82-
desc: 'Addressed and fixed the issue with custom field handling.',
88+
label: 'Salesforce',
89+
desc: 'Resolved the redirect URL issue during authentication or callback.',
8390
isPro: false
8491
},
8592
{
86-
label: 'wpLoyalty',
87-
desc: 'Fixed the issue with accessing order data.',
93+
label: 'Webhook',
94+
desc: 'Fixed an issue with JSON body parameters in webhook payloads.',
8895
isPro: true
8996
}
9097
]

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 22 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.3
7+
Stable tag: 2.6.4
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,27 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
700700

701701
== Changelog ==
702702

703+
= 2.6.4 =
704+
_Release Date -12th july 2025_
705+
706+
- **New Triggers**
707+
- Amelia Booking: 1 New Events Added (Pro).
708+
709+
- **New Actions**
710+
- MailerLite: 2 New Events Added (Pro).
711+
712+
- **New Feature**
713+
- Bit Form: Uploaded files data are now captured and accessible via actions.
714+
715+
- **New Improvement**
716+
- Encharge: Tag insertion now intelligently combines with existing tags instead of overwriting them.
717+
718+
- **Bug Fixes**
719+
- Translation (WP 6.7+): Fixed issue with loading notice translations in the latest WordPress version.
720+
- MailerLite: Fixed an issue where existing subscribers were not being handled correctly.
721+
- Salesforce: Resolved the redirect URL issue during authentication or callback.
722+
- Webhook: Fixed an issue with JSON body parameters in webhook payloads (pro).
723+
703724
= 2.6.3 =
704725
_Release Date -2nd july 2025_
705726

0 commit comments

Comments
 (0)