Skip to content

Commit f73ecf5

Browse files
authored
Merge pull request #175 from bit-apps-pro/fix/plugin-review-team-issues
chore(release): v2.8.7 — combined free + pro changelog
2 parents 8070a94 + a172d3e commit f73ecf5

4 files changed

Lines changed: 87 additions & 27 deletions

File tree

backend/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Config
2222

2323
public const VAR_PREFIX = 'bit_integrations_';
2424

25-
public const VERSION = '2.8.6';
25+
public const VERSION = '2.8.7';
2626

2727
public const DB_VERSION = '1.1';
2828

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 300+ 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.8.6
7+
* Version: 2.8.7
88
* Author: Automation & Integration Plugin - Bit Apps
99
* Author URI: https://bitapps.pro
1010
* Text Domain: bit-integrations
@@ -33,7 +33,7 @@
3333
*
3434
* @deprecated 2.7.8 Use Config::VERSION instead.
3535
*/
36-
define('BTCBI_VERSION', '2.8.6');
36+
define('BTCBI_VERSION', '2.8.7');
3737
/**
3838
* deprecated since version 2.7.8.
3939
*

frontend/src/pages/ChangelogToggle.jsx

Lines changed: 55 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import NewYear from '../resource/img/NewYear.png'
99
import bitsFetch from '../Utils/bitsFetch'
1010
import { __, sprintf } from '../Utils/i18nwrap'
1111

12-
const releaseDate = '13th May 2026'
12+
const releaseDate = '08th June 2026'
1313

1414
// Example for items:
1515
// items: [
@@ -32,28 +32,33 @@ const changeLog = [
3232
itemClass: 'integration-list',
3333
items: [
3434
{
35-
label: 'B2BKing',
36-
desc: '3 new events added',
35+
label: 'WordPress',
36+
desc: '33 new events added',
37+
isPro: true
38+
},
39+
{
40+
label: 'WP Post',
41+
desc: '11 new events added',
3742
isPro: true
3843
},
3944
{
40-
label: 'BookingPress',
41-
desc: '7 new events added',
45+
label: 'IvyForms',
46+
desc: '1 new events added',
4247
isPro: true
4348
},
4449
{
45-
label: 'FormyChat',
46-
desc: '2 new events added',
50+
label: 'WP User Registration',
51+
desc: '12 new events added',
4752
isPro: true
4853
},
4954
{
50-
label: 'SureDash',
51-
desc: '18 new events added',
55+
label: 'MoreConvert Wishlist for WooCommerce',
56+
desc: '9 new events added',
5257
isPro: true
5358
},
5459
{
55-
label: 'wpDataTables',
56-
desc: '4 new events added',
60+
label: 'Secure Custom Fields (SCF)',
61+
desc: '6 new events added',
5762
isPro: true
5863
}
5964
]
@@ -64,33 +69,43 @@ const changeLog = [
6469
itemClass: 'integration-list',
6570
items: [
6671
{
67-
label: 'B2BKing',
68-
desc: '3 new events added',
72+
label: 'WordPress',
73+
desc: '33 new events added',
6974
isPro: true
7075
},
7176
{
72-
label: 'BookingPress',
77+
label: 'WP Post',
7378
desc: '6 new events added',
7479
isPro: true
7580
},
7681
{
77-
label: 'Bookly',
78-
desc: '6 new events added',
82+
label: 'Heffl CRM',
83+
desc: '3 new events added',
7984
isPro: true
8085
},
8186
{
82-
label: 'FormyChat',
87+
label: 'IvyForms',
8388
desc: '1 new events added',
8489
isPro: true
8590
},
8691
{
87-
label: 'SureDash',
88-
desc: '7 new events added',
92+
label: 'WP User Registration',
93+
desc: '11 new events added',
8994
isPro: true
9095
},
9196
{
92-
label: 'wpDataTables',
93-
desc: '1 new events added',
97+
label: 'Zendesk Support',
98+
desc: '17 new events added',
99+
isPro: true
100+
},
101+
{
102+
label: 'MoreConvert Wishlist for WooCommerce',
103+
desc: '8 new events added',
104+
isPro: true
105+
},
106+
{
107+
label: 'Secure Custom Fields (SCF)',
108+
desc: '5 new events added',
94109
isPro: true
95110
}
96111
]
@@ -105,13 +120,30 @@ const changeLog = [
105120
label: __('Improvements', 'bit-integrations'),
106121
headClass: 'new-improvement',
107122
itemClass: 'feature-list',
108-
items: []
123+
items: [
124+
{
125+
label: 'Response review modal',
126+
desc: 'Improved UI.',
127+
isPro: false
128+
},
129+
{
130+
label: 'Custom Trigger, Webhook & Form Submission',
131+
desc: 'Added a countdown timer and improved loading state for data-fetching operations.',
132+
isPro: true
133+
}
134+
]
109135
},
110136
{
111137
label: __('Bug Fixes', 'bit-integrations'),
112138
headClass: 'fixes',
113139
itemClass: 'fixes-list',
114-
items: []
140+
items: [
141+
{
142+
label: 'Telegram',
143+
desc: 'Fixed chat list fetching issue.',
144+
isPro: false
145+
}
146+
]
115147
},
116148
{
117149
label: __('Security', 'bit-integrations'),

readme.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: automation, automator, google sheets integration, form integration, WooCom
44
Requires at least: 5.1
55
Tested up to: 7.0
66
Requires PHP: 7.4
7-
Stable tag: 2.8.6
7+
Stable tag: 2.8.7
88
License: GPLv2 or later
99

1010
Contact Form, Google Sheet, MailChimp, Brevo, Webhook, Zoho CRM Automation and Integration plugin that Connect 300+ platforms
@@ -468,6 +468,34 @@ Bit Integrations follows WordPress coding standards and best practices to ensure
468468

469469
== Changelog ==
470470

471+
= 2.8.7 =
472+
_Release Date - 8th June 2026_
473+
474+
- **New Triggers**
475+
- WordPress: 33 new events added (Pro).
476+
- WP Post: 11 new events added (Pro).
477+
- WP User Registration: 12 new events added (Pro).
478+
- MoreConvert Wishlist for WooCommerce: 9 new events added (Pro).
479+
- Secure Custom Fields (SCF): 6 new events added (Pro).
480+
- IvyForms: 1 new event added (Pro).
481+
482+
- **New Actions**
483+
- WordPress: 33 new events added (Pro).
484+
- Zendesk Support: 17 new events added (Pro).
485+
- WP User Registration: 11 new events added (Pro).
486+
- MoreConvert Wishlist for WooCommerce: 8 new events added (Pro).
487+
- WP Post: 6 new events added (Pro).
488+
- Secure Custom Fields (SCF): 5 new events added (Pro).
489+
- Heffl CRM: 3 new events added (Pro).
490+
- IvyForms: 1 new event added (Pro).
491+
492+
- **Improvements**
493+
- Custom Trigger, Webhook & Form Submission: Added a countdown timer and improved loading state for data-fetching operations.
494+
- Response review modal: Improved UI.
495+
496+
- **Bug Fixes**
497+
- Telegram: Fixed chat list fetching issue.
498+
471499
= 2.8.6 =
472500
_Release Date - 23rd May 2026_
473501

0 commit comments

Comments
 (0)