Skip to content

Commit b457e57

Browse files
committed
chore: version updated to v2.6.3
1 parent 459510e commit b457e57

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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 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.6.2
7+
* Version: 2.6.3
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.2');
27+
define('BTCBI_VERSION', '2.6.3');
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: 6 additions & 1 deletion
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 = '1st July 2025'
14+
const releaseDate = '2nd July 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -48,6 +48,11 @@ const changeLog = [
4848
label: 'Salesforce',
4949
desc: 'Added new Salesforce utilities for Lead Status, Lead Source, Rating, Industry',
5050
isPro: true
51+
},
52+
{
53+
label: 'WP Post Creation',
54+
desc: 'Added support for assigning tags to posts',
55+
isPro: true
5156
}
5257
]
5358
},

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 10 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.2
7+
Stable tag: 2.6.3
88
License: GPLv2 or later
99

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

701701
== Changelog ==
702702

703+
= 2.6.3 =
704+
_Release Date -2nd july 2025_
705+
706+
- **New Feature**
707+
- WP Post Creation: Added support for assigning tags to posts (Pro).
708+
709+
- **Bug Fixes**
710+
- Fixed PHP warning for undefined array key 'action'.
711+
703712
= 2.6.2 =
704713
_Release Date -1st july 2025_
705714

0 commit comments

Comments
 (0)