Skip to content

Commit 65cf25b

Browse files
committed
update: Version updated to 2.1.5
1 parent c8edcc6 commit 65cf25b

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-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 200+ 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.1.4
7+
* Version: 2.1.5
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -23,7 +23,7 @@
2323
$btcbi_db_version = '1.0';
2424

2525
// Define most essential constants.
26-
define('BTCBI_VERSION', '2.1.4');
26+
define('BTCBI_VERSION', '2.1.5');
2727
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);
2828

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

frontend-dev/src/pages/ChangelogToggle.jsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export default function ChangelogToggle() {
8888
<div className='changelog'>
8989
<div className="flx flx-col flx-center whats-new">
9090
<h3>What's New in {btcbi.version}?</h3>
91-
<small className='date'> <b>8th July 2024</b></small>
91+
<small className='date'>Updated at: <b>11th July 2024</b></small>
9292
</div>
9393
<div className='changelog-content'>
9494
{/* <span className='new-integration' ><b>New Features</b></span>
@@ -99,13 +99,11 @@ export default function ChangelogToggle() {
9999
</ul>
100100
</div> */}
101101

102-
<span className='new-feature' ><b>New Improvements</b></span>
102+
<span className='new-feature' ><b>New Fixes</b></span>
103103

104104
<div className='integration-list'>
105105
<ul>
106-
<li>WooCommerce: Product create trigger Improved </li>
107-
<li>Salesforce: Case Status action dynamically functioned </li>
108-
<li>Webhook: Fetch Api improved </li>
106+
<li>Webhook: Test Webhook execute issue fixed </li>
109107
</ul>
110108
</div>
111109
<div>

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: automation,forms,integration,automator,webhooks
44
Requires at least: 5.1
55
Tested up to: 6.5.5
66
Requires PHP: 7.0
7-
Stable tag: 2.1.4
7+
Stable tag: 2.1.5
88
License: GPLv2 or later
99

1010
Automation Plugin for WordPress like Zapier; Integration of 70+ Triggers & 140+ Actions.The #1 highest no-code platform Automator plugin in WordPress
@@ -974,6 +974,12 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi
974974

975975
== Changelog ==
976976

977+
= 2.1.5 =
978+
_Release Date -11th July 2024_
979+
980+
- **New Fixes :**
981+
- Webhook: Test Webhook execute issue fixed
982+
977983
= 2.1.4 =
978984
_Release Date -8th July 2024_
979985

0 commit comments

Comments
 (0)