Skip to content

Commit 9ef003b

Browse files
authored
Merge pull request #17 from Bit-Apps-Pro/niloy-dev
Telemetry data added in readme.
2 parents 1622ffc + 97cd3d8 commit 9ef003b

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
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.0.8
7+
* Version: 2.0.9
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.0.8');
26+
define('BTCBI_VERSION', '2.0.9');
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function ChangelogToggle() {
1414
const [btcbi, setBtcbi] = useRecoilState($btcbi)
1515
const [show, setShow] = useState(btcbi.changelogVersion !== btcbi.version)
1616
const [showAnalyticsOptin, setShowAnalyticsOptin] = useState([])
17-
const currentChangelog = '2.0.8'
17+
const currentChangelog = '2.0.9'
1818
const currenChangelog = changelogInfo[currentChangelog]
1919
const [loading, setLoading] = useState('')
2020

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

2626
public const DB_VERSION = '1.0';
2727

readme.txt

Lines changed: 8 additions & 2 deletions
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.4
66
Requires PHP: 7.0
7-
Stable tag: 2.0.8
7+
Stable tag: 2.0.9
88
License: GPLv2 or later
99

1010
Automation Plugin for WordPress like Zapier; Integration of 65+ Triggers & 140+ Actions.The #1 highest no-code platform Automator plugin in WordPress
@@ -276,6 +276,12 @@ This plugin acts as a bridge between platforms, using Triggers and Actions. Trig
276276
For example, a contact form (Bit Form, WP Forms, etc.)
277277
is submitted, and you want to send data in your CRM, Email Marketing Software, Project Management Tools, Data Collection Tools, and Other WordPress plugins.
278278

279+
## Telemetry Data
280+
281+
Bit Integrations uses [wp-telemetry](https://packagist.org/packages/bitapps/wp-telemetry) to collect some telemetry data upon user’s confirmation. This helps us to troubleshoot problems faster & make product improvements.
282+
283+
Wp-Telemetry **DOES NOT IMMEDIATELY** start gathering data, rather it will gather basic telemetry data when a user allows it. We collect the data to ensure great user experience for all our users
284+
279285
== ❣ What our customer say about Bit Integrations : ==
280286

281287
[` 💠 Best of class`](https://wordpress.org/support/topic/best-of-class-with-few-glitches/)
@@ -961,7 +967,7 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi
961967

962968
== Changelog ==
963969

964-
= 2.0.8 =
970+
= 2.0.8 - 2.0.9 =
965971
_Release Date -13th June 2024_
966972

967973
- **New Actions :**

0 commit comments

Comments
 (0)