Skip to content

Commit 8be4ef9

Browse files
authored
Merge pull request #103 from Bit-Apps-Pro/rishad-dev-tmp
version updated to v2.5.9
2 parents c6004b9 + 9c2c926 commit 8be4ef9

File tree

4 files changed

+32
-18
lines changed

4 files changed

+32
-18
lines changed

bitwpfi.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/**
44
* Plugin Name: Bit Integrations
55
* Plugin URI: https://bitapps.pro/bit-integrations
6-
* 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.8
6+
* 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.5.9
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.8');
27+
define('BTCBI_VERSION', '2.5.9');
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: 13 additions & 12 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 = '6th May 2025'
14+
const releaseDate = '25th May 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -31,7 +31,13 @@ const changeLog = [
3131
label: __('New Triggers', 'bit-integrations'),
3232
headClass: 'new-trigger',
3333
itemClass: 'integration-list',
34-
items: []
34+
items: [
35+
{
36+
label: 'WooCommerce',
37+
desc: '13 new events added.',
38+
isPro: true
39+
}
40+
]
3541
},
3642
{
3743
label: __('New Features', 'bit-integrations'),
@@ -40,7 +46,7 @@ const changeLog = [
4046
items: [
4147
{
4248
label: 'SureCart',
43-
desc: 'Enhanced SureCart product purchase module by adding customer information.',
49+
desc: 'Now supports custom checkout fields for better data collection and workflows.',
4450
isPro: true
4551
}
4652
]
@@ -57,18 +63,13 @@ const changeLog = [
5763
itemClass: 'fixes-list',
5864
items: [
5965
{
60-
label: 'PerfexCRM',
61-
desc: 'Resolved issue with custom tagify field.',
62-
isPro: false
63-
},
64-
{
65-
label: 'WP Courseware',
66-
desc: 'Fixed task fetching problem.',
66+
label: 'Omnisend',
67+
desc: 'Blank page issue fixed.',
6768
isPro: false
6869
},
6970
{
70-
label: 'WP post',
71-
desc: 'Addressed multiple execution of triggers during WP post update.',
71+
label: 'JSON unicode',
72+
desc: 'Fixed a JSON unicode escape issue.',
7273
isPro: true
7374
}
7475
]

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Tags: automation, automator, Google Sheets, webhooks, zapier, marketing automati
44
Requires at least: 5.1
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 2.5.8
7+
Stable tag: 2.5.9
88
License: GPLv2 or later
99

10-
Automation Plugin for WordPress. Integration of 130+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress
10+
Automation Plugin for WordPress. Integration of 130+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress.
1111

1212
== Description ==
1313

@@ -625,6 +625,19 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
625625

626626
== Changelog ==
627627

628+
= 2.5.9 =
629+
_Release Date -25th may 2025_
630+
631+
- **New Triggers**
632+
- WooCommerce – 13 new events added (Pro).
633+
634+
- **New Feature**
635+
- SureCart: Now supports custom checkout fields for better data collection and workflows (Pro).
636+
637+
- **Bug Fixes**
638+
- Omnisend: Blank page issue fixed.
639+
- Chore: Fixed a JSON unicode escape issue in the Pro version (Pro).
640+
628641
= 2.5.6 - 2.5.8 =
629642
_Release Date -6th may 2025_
630643

0 commit comments

Comments
 (0)