Skip to content

Commit fc5b10a

Browse files
committed
chore: vertion updated to v2.5.9
1 parent 1eb5904 commit fc5b10a

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
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';

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)