Skip to content

Commit 564b415

Browse files
committed
chore: version updated to v2.6,11
1 parent 01559ef commit 564b415

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

bitwpfi.php

Lines changed: 2 additions & 2 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 300+ 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.6.10
7+
* Version: 2.6.11
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.6.10');
27+
define('BTCBI_VERSION', '2.6.11');
2828
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2929

3030
require_once plugin_dir_path(__FILE__) . 'includes/loader.php';

frontend-dev/src/Utils/StaticData/webhookIntegrations.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ export const customFormIntegrations = [
7474
'EasyCommerce',
7575
'FormGent',
7676
'GeoDirectory',
77-
'StoreEngine',
78-
'ContactFormEmail',
79-
'BookingCalendarContactForm'
77+
'StoreEngine'
8078
]
8179

8280
export const actionHookIntegrations = ['ActionHook']
Binary file not shown.
-7.48 KB
Binary file not shown.

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

2626
public const DB_VERSION = '1.0';
2727

includes/Core/Util/AllTriggersName.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public static function allTriggersName()
2323
'Beaver' => ['name' => 'Beaver', 'isPro' => true, 'is_active' => false],
2424
'BetterMessages' => ['name' => 'Better Messages', 'isPro' => true, 'is_active' => false],
2525
'BitAssist' => ['name' => 'Bit Assist', 'isPro' => true, 'is_active' => false],
26-
'BookingCalendarContactForm' => ['name' => 'Booking Calendar Contact Form', 'isPro' => true, 'is_active' => false],
2726
'Breakdance' => ['name' => 'Breakdance', 'isPro' => true, 'is_active' => false],
2827
'Bricks' => ['name' => 'Bricks', 'isPro' => true, 'is_active' => false],
2928
'Bricksforge' => ['name' => 'Bricksforge', 'isPro' => true, 'is_active' => false],
@@ -35,7 +34,6 @@ public static function allTriggersName()
3534
'CartFlow' => ['name' => 'CartFlow', 'isPro' => true, 'is_active' => false],
3635
'CustomTrigger' => ['name' => 'Custom Trigger', 'isPro' => true, 'is_active' => false],
3736
'Coblocks' => ['name' => 'CoBlocks Form', 'isPro' => true, 'is_active' => false],
38-
'ContactFormEmail' => ['name' => 'Contact Form Email', 'isPro' => true, 'is_active' => false],
3937
'ConvertPro' => ['name' => 'Convert Pro', 'isPro' => true, 'is_active' => false],
4038
'Divi' => ['name' => 'Divi', 'isPro' => true, 'is_active' => false],
4139
'DiviFormBuilder' => ['name' => 'Divi Form by Divi Engine', 'isPro' => true, 'is_active' => false],

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: automation, automator, Google Sheets, webhooks, zapier, marketing automati
44
Requires at least: 5.1
55
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 2.6.10
7+
Stable tag: 2.6.11
88
License: GPLv2 or later
99

1010
Perfect Automation and integration plugin: Connect 300+ platforms and automate CRM, Email marketing tools, Google Sheets, Contact forms, LMS and more
@@ -700,6 +700,10 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
700700

701701
== Changelog ==
702702

703+
= 2.6.11 =
704+
- **Bug Fixes**
705+
- Salesforce: Fixed oAuth redirect url issue.
706+
703707
= 2.6.10 =
704708
- **Bug Fixes**
705709
- Salesforce: Fixed refresh token expiration issue.

0 commit comments

Comments
 (0)