Skip to content

Commit 808d966

Browse files
committed
chore: changelog toggle updated
1 parent fc5b10a commit 808d966

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

frontend-dev/src/pages/ChangelogToggle.jsx

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { __, sprintf } from '../Utils/i18nwrap'
1111

1212
// const source = !btcbi.isPro ? 'bit-integrations' : 'bit-integrations-pro'
1313
// const dealURL = `https://bitapps.pro/new-year-deal/#bit-integrations-pricing`
14-
const releaseDate = '6th May 2025'
14+
const releaseDate = '25th May 2025'
1515

1616
// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717
const changeLog = [
@@ -31,7 +31,13 @@ const changeLog = [
3131
label: __('New Triggers', 'bit-integrations'),
3232
headClass: 'new-trigger',
3333
itemClass: 'integration-list',
34-
items: []
34+
items: [
35+
{
36+
label: 'WooCommerce',
37+
desc: '13 new events added.',
38+
isPro: true
39+
}
40+
]
3541
},
3642
{
3743
label: __('New Features', 'bit-integrations'),
@@ -40,7 +46,7 @@ const changeLog = [
4046
items: [
4147
{
4248
label: 'SureCart',
43-
desc: 'Enhanced SureCart product purchase module by adding customer information.',
49+
desc: 'Now supports custom checkout fields for better data collection and workflows.',
4450
isPro: true
4551
}
4652
]
@@ -57,18 +63,13 @@ const changeLog = [
5763
itemClass: 'fixes-list',
5864
items: [
5965
{
60-
label: 'PerfexCRM',
61-
desc: 'Resolved issue with custom tagify field.',
62-
isPro: false
63-
},
64-
{
65-
label: 'WP Courseware',
66-
desc: 'Fixed task fetching problem.',
66+
label: 'Omnisend',
67+
desc: 'Blank page issue fixed.',
6768
isPro: false
6869
},
6970
{
70-
label: 'WP post',
71-
desc: 'Addressed multiple execution of triggers during WP post update.',
71+
label: 'JSON unicode',
72+
desc: 'Fixed a JSON unicode escape issue.',
7273
isPro: true
7374
}
7475
]

0 commit comments

Comments
 (0)