@@ -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 ]
0 commit comments