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

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

const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
const Early_Bird_URL = `https://bit-social.com/?utm_source=${source}&utm_medium=inside-plugin&utm_campaign=early-bird-offer`
const releaseDate = '26th November 2024'

const changeLog = [
{
Expand All @@ -30,13 +31,13 @@ export default function ChangelogToggle() {
label: __('New Actions', 'bit-integrations'),
headClass: 'new-integration',
itemClass: 'integration-list',
items: ['Voxel']
items: []
},
{
label: __('New Triggers', 'bit-integrations'),
headClass: 'new-trigger',
itemClass: 'integration-list',
items: ['Asgaros (Pro)']
items: []
},
{
label: __('New Features', 'bit-integrations'),
Expand All @@ -48,7 +49,7 @@ export default function ChangelogToggle() {
label: __('New Improvements', 'bit-integrations'),
headClass: 'new-improvement',
itemClass: 'feature-list',
items: []
items: ['Asana: Added Tagify input for custom fields.']
}
]

Expand Down Expand Up @@ -130,7 +131,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>20th November 2024</b>
{__('Updated at:', 'bit-integrations')} <b>{releaseDate}</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.5';
public const VERSION = '2.3.6';

public const DB_VERSION = '1.0';

Expand Down
20 changes: 18 additions & 2 deletions 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
Requires PHP: 7.0
Stable tag: 2.3.5
Stable tag: 2.3.6
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 @@ -53,7 +53,7 @@ https://youtu.be/eFuficjF_F4
* [**Fluent Forms**](https://wordpress.org/plugins/fluentform/) (pro)
* [**Bit Assist**](https://wordpress.org/plugins/bit-assist/) (pro)
* [**Academy LMS**](https://wordpress.org/plugins/academy/) (pro)
* [**Asgaros**](https://wordpress.org/plugins/asgaros-forum/) (pro)
* [**Asgaros Forum**](https://wordpress.org/plugins/asgaros-forum/) (pro)
* [**Amelia**](https://wordpress.org/plugins/ameliabooking/) (pro)
* [**Action Hook**](https://bitapps.pro/docs/bit-integrations/trigger/action-hook-integrations/) (pro)
* [**AffiliateWP**](https://wordpress.org/plugins/affiliatewp-affiliate-area-shortcodes/) (pro)
Expand Down Expand Up @@ -633,6 +633,8 @@ Please check [**Bit Integrations Pro**](https://www.bitapps.pro/bit-integrations

* [**ARForm**](https://bitapps.pro/docs/bit-integrations/trigger/arform/)

* [**Asgaros Forum**](https://bit-integrations.com/wp-docs/trigger/asgaros-forum-integrations/)

* [**Beaver Builder**](https://bitapps.pro/docs/bit-integrations/trigger/beaver-builder/)

* [**Bit Assist**](https://bitapps.pro/docs/bit-integrations/trigger/bit-assist/)
Expand Down Expand Up @@ -743,6 +745,8 @@ Please check [**Bit Integrations Pro**](https://www.bitapps.pro/bit-integrations

* [**Woocommerce**](https://bitapps.pro/docs/bit-integrations/trigger/woocommerce/)

* [**Woocommerce Bookings**](https://bit-integrations.com/wp-docs/trigger/woocommerce-bookings-integrations/)

* [**WooCommerce Subscriptions**](https://bit-integrations.com/wp-docs/trigger/woocommerce-subscriptions-integrations/)

* [**WP Courseware**](https://bitapps.pro/docs/bit-integrations/trigger/wp-courseware/)
Expand Down Expand Up @@ -1017,6 +1021,18 @@ Yes, It sends data to other platforms from wordpress site. Suppose someone submi

== Changelog ==

= 2.3.6 =
_Release Date -26th November 2024_

- **New Improvement**
- Asana: Added Tagify input for custom fields.

- **Bug Fixes**
- ARForm (Pro): Resolved the form fetching issue.
- Fluent Support: Fixed an issue with storing data in custom fields.
- WP Post (Pro): Prevented multiple hooks from being called when using the "change status" trigger.
- Chore: Fixed the loading issue in the WP Media Library.

= 2.3.5 =
_Release Date -20th November 2024_

Expand Down