Skip to content

Commit ef0999f

Browse files
committed
chore: changelog toggle added
1 parent dedab3c commit ef0999f

File tree

2 files changed

+19
-25
lines changed

2 files changed

+19
-25
lines changed

frontend-dev/src/pages/ChangelogToggle.jsx

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function ChangelogToggle() {
1818

1919
// const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
2020
// const dealURL = `https://bitapps.pro/new-year-deal/#bit-integrations-pricing`
21-
const releaseDate = '6th April 2025'
21+
const releaseDate = '14th April 2025'
2222

2323
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
2424
const changeLog = [
@@ -32,20 +32,13 @@ export default function ChangelogToggle() {
3232
label: __('New Actions', 'bit-integrations'),
3333
headClass: 'new-integration',
3434
itemClass: 'integration-list',
35-
items: [{ label: 'Bento', desc: '2 new events added', isPro: false }]
35+
items: []
3636
},
3737
{
3838
label: __('New Triggers', 'bit-integrations'),
3939
headClass: 'new-trigger',
4040
itemClass: 'integration-list',
41-
items: [
42-
{ label: 'NEX-Forms', desc: '1 new events added', isPro: true },
43-
{ label: 'Profile Builder', desc: '6 new events added', isPro: true },
44-
{ label: 'Quill Forms', desc: '1 new events added', isPro: true },
45-
{ label: 'UserFeedback', desc: '1 new events added', isPro: true },
46-
{ label: 'WooCommerce Memberships', desc: '4 new events added', isPro: true },
47-
{ label: 'WP Simple Pay', desc: '3 new events added', isPro: true }
48-
]
41+
items: []
4942
},
5043
{
5144
label: __('New Features', 'bit-integrations'),
@@ -54,29 +47,30 @@ export default function ChangelogToggle() {
5447
items: []
5548
},
5649
{
57-
label: __('New Improvements', 'bit-integrations'),
50+
label: __('Improvements', 'bit-integrations'),
5851
headClass: 'new-improvement',
5952
itemClass: 'feature-list',
60-
items: []
53+
items: [
54+
{
55+
label: 'WooCommerce',
56+
desc: 'Added product names and quantity fields to the Order module.',
57+
isPro: false
58+
},
59+
{
60+
label: 'Forminator',
61+
desc: 'Replaced uploaded file path with URL.',
62+
isPro: true
63+
}
64+
]
6165
},
6266
{
6367
label: __('Bug Fixes', 'bit-integrations'),
6468
headClass: 'fixes',
6569
itemClass: 'fixes-list',
6670
items: [
6771
{
68-
label: 'Forminator',
69-
desc: 'Resolved a date format issue for consistent and accurate data capture.',
70-
isPro: true
71-
},
72-
{
73-
label: 'Zoom',
74-
desc: 'Fixed an issue causing the field mapping section to re-render unnecessarily.',
75-
isPro: false
76-
},
77-
{
78-
label: 'Zendesk',
79-
desc: 'The Company field in the Lead module is now marked as non-required.',
72+
label: 'Google Sheet',
73+
desc: 'Fixed issue with the integration name input field.',
8074
isPro: false
8175
}
8276
]

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@ _Release Date -14th April 2025_
13221322
- WooCommerce: Added product names and quantity fields to the Order module.
13231323

13241324
- **Bug Fixes**
1325-
- Zoom: Google Sheet: Fixed issue with the integration name input field.
1325+
- Google Sheet: Fixed issue with the integration name input field.
13261326

13271327
= 2.5.3 =
13281328
_Release Date -6th April 2025_

0 commit comments

Comments
 (0)