Skip to content

Commit c117e85

Browse files
committed
Merge branch 'main' into improvement/readme
2 parents b0ae15d + 75bb8e7 commit c117e85

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.wordpress-org/icon-256x256.gif

11 Bytes
Loading

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.7
7+
* Version: 2.5.8
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.8
13+
* Tested up to: 6.8.1
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.7');
27+
define('BTCBI_VERSION', '2.5.8');
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.7';
24+
public const VERSION = '2.5.8';
2525

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 3 additions & 3 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, automator, Google Sheets, webhooks, zapier, marketing automation, WooCommerce Integration, no-code automation, email marketing automation, ecommerce automation, digital marketing automation, conditional logic
44
Requires at least: 5.1
5-
Tested up to: 6.8
5+
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 2.5.7
7+
Stable tag: 2.5.8
88
License: GPLv2 or later
99

1010
Automation Plugin for WordPress. Integration of 130+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress
@@ -625,7 +625,7 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
625625

626626
== Changelog ==
627627

628-
= 2.5.6 =
628+
= 2.5.6 - 2.5.8 =
629629
_Release Date -6th may 2025_
630630

631631
- **New Feature**

0 commit comments

Comments
 (0)