Skip to content

Commit eee9012

Browse files
committed
chore: version updated to v2.7.2
1 parent d5aa1db commit eee9012

File tree

4 files changed

+39
-22
lines changed

4 files changed

+39
-22
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 300+ 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.7.1
7+
* Version: 2.7.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.7.1');
27+
define('BTCBI_VERSION', '2.7.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: 18 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 = '08th November 2025'
14+
const releaseDate = '26th November 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -39,8 +39,8 @@ const changeLog = [
3939
itemClass: 'feature-list',
4040
items: [
4141
{
42-
label: 'MemberPress',
43-
desc: 'Added support for user custom fields to extend integration flexibility.',
42+
label: 'Salesforce',
43+
desc: 'Added support for updating existing contacts directly from workflows.',
4444
isPro: true
4545
}
4646
]
@@ -51,13 +51,13 @@ const changeLog = [
5151
itemClass: 'feature-list',
5252
items: [
5353
{
54-
label: 'GiveWP',
55-
desc: 'Enhanced trigger functionality with improved data listening.',
56-
isPro: true
54+
label: 'Salesforce',
55+
desc: 'Added proper date-field formatting for more reliable syncing.',
56+
isPro: false
5757
},
5858
{
5959
label: 'Action Hook',
60-
desc: 'Added default field type for triggers to ensure smoother workflows.',
60+
desc: 'Removed unnecessary primary-key prevention for smoother custom automation handling.',
6161
isPro: true
6262
}
6363
]
@@ -68,29 +68,29 @@ const changeLog = [
6868
itemClass: 'fixes-list',
6969
items: [
7070
{
71-
label: 'Mailchimp',
72-
desc: 'Fixed issue with updating existing contacts.',
71+
label: 'MailMint',
72+
desc: 'Resolved the issue causing errors while updating contact timelines.',
7373
isPro: false
7474
},
7575
{
76-
label: 'GetResponse',
77-
desc: 'Fixed issue with updating existing contacts.',
76+
label: 'GiveWP',
77+
desc: 'Fixed donor meta field syncing inconsistencies.',
7878
isPro: false
7979
},
8080
{
81-
label: 'Telegram',
82-
desc: 'Fixed blank page issue triggered by Action Hook to Telegram.',
81+
label: 'Zoho Sheet',
82+
desc: 'Corrected the header-fetching issue that prevented proper data mapping.',
8383
isPro: false
8484
},
8585
{
86-
label: 'GamiPress',
87-
desc: 'Corrected fetching utilities query issue.',
86+
label: 'Ultimate Member',
87+
desc: 'Fixed the problem where edited integration fields would disappear.',
8888
isPro: false
8989
},
9090
{
91-
label: 'Sendy',
92-
desc: 'Authorization issue has been fixed.',
93-
isPro: false
91+
label: 'Divi Form (Divi Engine)',
92+
desc: 'Addressed a bug where the form type returned a null value.',
93+
isPro: true
9494
}
9595
]
9696
}

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 18 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.7.1
7+
Stable tag: 2.7.2
88
License: GPLv2 or later
99

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

701701
== Changelog ==
702702

703+
= 2.7.2 =
704+
_Release Date -26th November 2025_
705+
706+
- **New Feature**
707+
- MailMint: Added support for updating existing contacts directly from workflows (Pro).
708+
709+
- **New Improvement**
710+
- Salesforce: Added proper date-field formatting for more reliable syncing.
711+
- Action Hook: Removed unnecessary primary-key prevention for smoother custom automation handling. (Pro).
712+
713+
- **Bug Fixes**
714+
- MailMint: Resolved the issue causing errors while updating contact timelines.
715+
- GiveWP: Fixed donor meta field syncing inconsistencies.
716+
- Zoho Sheet: Corrected the header-fetching issue that prevented proper data mapping.
717+
- Ultimate Member: Fixed the problem where edited integration fields would disappear.
718+
- Divi Form (Divi Engine): Addressed a bug where the form type returned a null value (Pro).
719+
703720
= 2.7.1 =
704721
_Release Date -08th November 2025_
705722

0 commit comments

Comments
 (0)