Skip to content

Commit 3e331f4

Browse files
committed
chore: version updated to v2.5.5
1 parent 27873ef commit 3e331f4

File tree

4 files changed

+46
-15
lines changed

4 files changed

+46
-15
lines changed

bitwpfi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
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.4
7+
* Version: 2.5.5
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
1111
* Requires PHP: 7.4
1212
* Requires at least: 5.1
13-
* Tested up to: 6.7.2
13+
* Tested up to: 6.8
1414
* Domain Path: /languages
1515
* License: GPLv2 or later
1616
*/
@@ -24,7 +24,7 @@
2424
$btcbi_db_version = '1.1';
2525

2626
// Define most essential constants.
27-
define('BTCBI_VERSION', '2.5.4');
27+
define('BTCBI_VERSION', '2.5.5');
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: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function ChangelogToggle() {
1818

1919
// const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
2020
// const dealURL = `https://bitapps.pro/new-year-deal/#bit-integrations-pricing`
21-
const releaseDate = '14th April 2025'
21+
const releaseDate = '27th April 2025'
2222

2323
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
2424
const changeLog = [
@@ -44,21 +44,27 @@ export default function ChangelogToggle() {
4444
label: __('New Features', 'bit-integrations'),
4545
headClass: 'new-feature',
4646
itemClass: 'feature-list',
47-
items: []
47+
items: [
48+
{
49+
label: 'Omnisend',
50+
desc: 'Added support for custom properties.',
51+
isPro: true
52+
}
53+
]
4854
},
4955
{
5056
label: __('Improvements', 'bit-integrations'),
5157
headClass: 'new-improvement',
5258
itemClass: 'feature-list',
5359
items: [
5460
{
55-
label: 'WooCommerce',
56-
desc: 'Added product names and quantity fields to the Order module.',
57-
isPro: false
61+
label: 'FluentSMTP',
62+
desc: 'Added email failed alternative hook.',
63+
isPro: true
5864
},
5965
{
60-
label: 'Forminator',
61-
desc: 'Replaced uploaded file path with URL.',
66+
label: 'Bento',
67+
desc: 'Improved utilities tags explode functionality.',
6268
isPro: true
6369
}
6470
]
@@ -69,9 +75,19 @@ export default function ChangelogToggle() {
6975
itemClass: 'fixes-list',
7076
items: [
7177
{
72-
label: 'Google Sheet',
73-
desc: 'Fixed issue with the integration name input field.',
78+
label: 'PerfexCRM',
79+
desc: 'Fixed issue with custom field # tags.',
80+
isPro: false
81+
},
82+
{
83+
label: 'WooCommerce (Trigger)',
84+
desc: 'Resolved Unicode escape issue in Product Name.',
7485
isPro: false
86+
},
87+
{
88+
label: 'SureFeedBack',
89+
desc: 'Fixed comment resolved hook issue.',
90+
isPro: true
7591
}
7692
]
7793
}

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: bitpressadmin, rishadbitcode, niloy121, fahimsakib, shuvomohajan, tanvirchy, shakhawathosen, khoaiz, mazharul78
33
Tags: automation,forms,integration,automator,webhooks
44
Requires at least: 5.1
5-
Tested up to: 6.7.2
5+
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.5.4
7+
Stable tag: 2.5.5
88
License: GPLv2 or later
99

1010
Automation Plugin for WordPress. Integration of 110+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress
@@ -1314,6 +1314,21 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi
13141314

13151315
== Changelog ==
13161316

1317+
= 2.5.5 =
1318+
_Release Date -27th April 2025_
1319+
1320+
- **New Feature**
1321+
- Omnisend: Added support for custom properties (Pro).
1322+
1323+
- **New Improvement**
1324+
- FluentSMTP: Added email failed alternative hook (Pro).
1325+
- Bento: Improved utilities tags explode functionality (Pro).
1326+
1327+
- **Bug Fixes**
1328+
- PerfexCRM: Fixed issue with custom field # tags.
1329+
- WooCommerce (Trigger): Resolved Unicode escape issue in Product Name.
1330+
- SureFeedBack: Fixed comment resolved hook issue (Pro).
1331+
13171332
= 2.5.4 =
13181333
_Release Date -14th April 2025_
13191334

0 commit comments

Comments
 (0)