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.3
* Version: 2.3.4
* 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.3');
define('BTCBI_VERSION', '2.3.4');
define('BTCBI_PLUGIN_MAIN_FILE', __FILE__);

require_once plugin_dir_path(__FILE__) . 'includes/loader.php';
Expand Down
12 changes: 5 additions & 7 deletions frontend-dev/src/pages/ChangelogToggle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,26 @@ export default function ChangelogToggle() {
label: __('New Actions', 'bit-integrations'),
headClass: 'new-integration',
itemClass: 'integration-list',
items: ['License Manager for WooCommerce']
items: []
},
{
label: __('New Triggers', 'bit-integrations'),
headClass: 'new-trigger',
itemClass: 'integration-list',
items: ['Voxel (Pro)']
items: ['Pie Forms (Pro)']
},
{
label: __('New Features', 'bit-integrations'),
headClass: 'new-feature',
itemClass: 'feature-list',
items: [
'MailChimp: Added utilities to manage Language and GDPR Marketing Preferences for users. (Pro)'
]
items: ['Kit (ex ConvertKit): New Module added']
},
{
label: __('New Improvements', 'bit-integrations'),
headClass: 'new-improvement',
itemClass: 'feature-list',
items: [
'Kit (ConvertKit): Optimized API for handling existing subscribers more efficiently.'
'Brevo (ex Sendinblue): Enhanced optimization for smoother integration execution.', 'Kit (ex ConvertKit): Improved functionality for adding and updating subscribers.', 'Voxel: Added new tasks to enhance the integrations'
]
}
]
Expand Down Expand Up @@ -134,7 +132,7 @@ export default function ChangelogToggle() {
<div className="flx flx-col flx-center whats-new">
<h3>{sprintf(__("What's New in %s", 'bit-integrations'), btcbi.version)}?</h3>
<small className="date">
{__('Updated at:', 'bit-integrations')} <b>5th November 2024</b>
{__('Updated at:', 'bit-integrations')} <b>12th November 2024</b>
</small>
</div>
<div className="changelog-content">
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.3';
public const VERSION = '2.3.4';

public const DB_VERSION = '1.0';

Expand Down
44 changes: 43 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.6.2
Requires PHP: 7.0
Stable tag: 2.3.3
Stable tag: 2.3.4
License: GPLv2 or later

Automation Plugin for WordPress like Zapier. Integration of 80+ Triggers & 150+ Actions.The #1 highest no-code platform Automator plugin in WordPress
Expand Down Expand Up @@ -98,6 +98,7 @@ https://youtu.be/eFuficjF_F4
* [**Popup Maker**](https://wordpress.org/plugins/popup-maker/)
* [**Piotnet Forms**](https://wordpress.org/plugins/piotnetforms/)
* [**Paid Memberships Pro**](https://wordpress.org/plugins/paid-memberships-pro/)
* [**Pie Forms**](https://wordpress.org/plugins/pie-forms-for-wp/)
* [**Piotnet Addons For Elementor**](https://wordpress.org/plugins/piotnet-addons-for-elementor/)
* [**Restrict Content**](https://wordpress.org/plugins/restrict-content/)
* [**RafflePress**](https://wordpress.org/plugins/rafflepress/)
Expand Down Expand Up @@ -1014,6 +1015,47 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi

== Changelog ==

= 2.3.4 =
_Release Date -12th November 2024_

- **New Trigger**
- Pie Forms (Pro): Drag & Drop Builder, Human Face Detector, Pre-built Templates, Spam Protection, User Email Notifications, and more!

- **New Features**
- Kit (ex ConvertKit): New Module added:
"Update Subscriber" - Easily update subscriber details.
"Add Tags to a Subscriber" - Assign specific tags to subscribers.
"Remove Tags from a Subscriber" - Remove tags from selected subscribers.

- **New Improvement**
- Brevo (ex Sendinblue): Enhanced optimization for smoother integration execution.
- Kit (ex ConvertKit): Improved functionality for adding and updating subscribers.
- Voxel: Added new tasks to enhance the integrations:

Membership (Pro):
- Membership Plan Activated
- Membership Plan Switched
- Membership Plan Canceled

Comments (Pro):
- New Comment
- New Reply to Comment

Profile (Pro):
- New Wall Post on Profile
- Wall Post by User

Orders (Pro):
- New Order Placed
- Order Approved by Vendor
- Order Declined by Vendor
- Order Canceled by Customer
- Orders Claim Listing

Promotions(pro):
- Promotion Activated
- Promotion Canceled

= 2.3.3 =
_Release Date -05th November 2024_

Expand Down