Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bitwpfi.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Bit Integrations
* Plugin URI: https://bitapps.pro/bit-integrations
* Description: Bit Integrations is a platform that integrates with over 240+ 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
* Version: 2.3.9
* Version: 2.4.0
* Author: Automation & Integration Plugin - Bit Apps
* Author URI: https://bitapps.pro
* Text Domain: bit-integrations
Expand All @@ -24,7 +24,7 @@
$btcbi_db_version = '1.1';

// Define most essential constants.
define('BTCBI_VERSION', '2.3.9');
define('BTCBI_VERSION', '2.4.0');
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);

require_once plugin_dir_path(__FILE__) . 'includes/loader.php';
Expand Down
6 changes: 3 additions & 3 deletions frontend-dev/src/pages/ChangelogToggle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function ChangelogToggle() {

const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
const Early_Bird_URL = `https://bitapps.pro/christmas-wordpress-plugin-deal/#bit-integrations-pricing`
const releaseDate = '10th December 2024'
const releaseDate = '19th December 2024'

const changeLog = [
{
Expand All @@ -37,7 +37,7 @@ export default function ChangelogToggle() {
label: __('New Triggers', 'bit-integrations'),
headClass: 'new-trigger',
itemClass: 'integration-list',
items: ['Avada Form (pro)']
items: []
},
{
label: __('New Features', 'bit-integrations'),
Expand All @@ -49,7 +49,7 @@ export default function ChangelogToggle() {
label: __('New Improvements', 'bit-integrations'),
headClass: 'new-improvement',
itemClass: 'feature-list',
items: []
items: ['Salesforce: Updated static fields to dynamic fields for enhanced flexibility.', 'BuddyBoss (Trigger): Added trigger support for user ID fields, improving workflow options.(Pro)']
}
]

Expand Down
2 changes: 1 addition & 1 deletion includes/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Config

public const VAR_PREFIX = 'btcbi_';

public const VERSION = '2.3.9';
public const VERSION = '2.4.0';

public const DB_VERSION = '1.0';

Expand Down
16 changes: 15 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: automation,forms,integration,automator,webhooks
Requires at least: 5.1
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 2.3.9
Stable tag: 2.4.0
License: GPLv2 or later

Automation Plugin for WordPress. Integration of 80+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress
Expand Down Expand Up @@ -1032,6 +1032,20 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi

== Changelog ==

= 2.4.0 =
_Release Date -19th December 2024_

- **New Improvements**
- Salesforce: Updated static fields to dynamic fields for enhanced flexibility.
- BuddyBoss (Trigger): Added trigger support for user ID fields, improving workflow options.(Pro)

- **Bug Fixes**
- Omnisend: Resolved an issue with trailing commas causing errors in integration.
- MasterStudyLMS (Trigger): Fixed the course completion execution bug for smoother functionality.(Pro)
- Zoho Marketing Hub: Addressed an execution issue to ensure seamless operation.
- Freshdesk: Fixed an authorization issue affecting API connectivity.
- CartFlows: Corrected the field fetching issue during checkout integration.(Pro).

= 2.3.9 =
_Release Date -10th December 2024_

Expand Down