Skip to content

Commit c773704

Browse files
committed
chore: version updated to v2.5.6
1 parent ad49913 commit c773704

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

bitwpfi.php

Lines changed: 3 additions & 3 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 280+ 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.5.5
7+
* Version: 2.5.6
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.5.5');
27+
define('BTCBI_VERSION', '2.5.6');
2828
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2929

3030
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';
@@ -72,4 +72,4 @@ function btcbi_uninstall_plugin()
7272
{
7373
do_action('btcbi_uninstall');
7474
}
75-
register_uninstall_hook(__FILE__, 'btcbi_uninstall_plugin');
75+
register_uninstall_hook(__FILE__, 'btcbi_uninstall_plugin');

frontend-dev/src/pages/ChangelogToggle.jsx

Lines changed: 9 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 = '27th April 2025'
14+
const releaseDate = '6th May 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: 'Omnisend',
43-
desc: 'Added support for custom properties.',
42+
label: 'SureCart',
43+
desc: 'Enhanced SureCart product purchase module by adding customer information.',
4444
isPro: true
4545
}
4646
]
@@ -49,18 +49,7 @@ const changeLog = [
4949
label: __('Improvements', 'bit-integrations'),
5050
headClass: 'new-improvement',
5151
itemClass: 'feature-list',
52-
items: [
53-
{
54-
label: 'FluentSMTP',
55-
desc: 'Added email failed alternative hook.',
56-
isPro: true
57-
},
58-
{
59-
label: 'Bento',
60-
desc: 'Improved utilities tags explode functionality.',
61-
isPro: true
62-
}
63-
]
52+
items: []
6453
},
6554
{
6655
label: __('Bug Fixes', 'bit-integrations'),
@@ -69,17 +58,17 @@ const changeLog = [
6958
items: [
7059
{
7160
label: 'PerfexCRM',
72-
desc: 'Fixed issue with custom field # tags.',
61+
desc: 'Resolved issue with custom tagify field.',
7362
isPro: false
7463
},
7564
{
76-
label: 'WooCommerce (Trigger)',
77-
desc: 'Resolved Unicode escape issue in Product Name.',
65+
label: 'WP Courseware',
66+
desc: 'Fixed task fetching problem.',
7867
isPro: false
7968
},
8069
{
81-
label: 'SureFeedBack',
82-
desc: 'Fixed comment resolved hook issue.',
70+
label: 'WP post',
71+
desc: 'Addressed multiple execution of triggers during WP post update.',
8372
isPro: true
8473
}
8574
]

includes/Config.php

Lines changed: 2 additions & 2 deletions
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.5.5';
24+
public const VERSION = '2.5.6';
2525

2626
public const DB_VERSION = '1.0';
2727

@@ -248,4 +248,4 @@ private static function pluginPageLinks()
248248
// ],
249249
// ];
250250
// }
251-
}
251+
}

readme.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,17 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi
13141314

13151315
== Changelog ==
13161316

1317+
= 2.5.6 =
1318+
_Release Date -6th may 2025_
1319+
1320+
- **New Feature**
1321+
- SureCart: Enhanced SureCart product purchase module by adding customer information (Pro).
1322+
1323+
- **Bug Fixes**
1324+
- PerfexCRM: Resolved issue with custom tagify field.
1325+
- WP Courseware: Fixed task fetching problem.
1326+
- WP post: Addressed multiple execution of triggers during WP post update (Pro).
1327+
13171328
= 2.5.5 =
13181329
_Release Date -27th April 2025_
13191330

0 commit comments

Comments
 (0)