@@ -30,77 +30,81 @@ const changeLog = [
3030 label : __ ( 'New Actions' , 'bit-integrations' ) ,
3131 headClass : 'new-integration' ,
3232 itemClass : 'integration-list' ,
33- items : [ ]
33+ items : [
34+ {
35+ label : 'User Registration & Membership' ,
36+ desc : '1 new events added' ,
37+ isPro : true
38+ } , {
39+ label : 'NotificationX' ,
40+ desc : '7 new events added' ,
41+ isPro : true
42+ }
43+ ]
3444 } ,
3545 {
3646 label : __ ( 'New Triggers' , 'bit-integrations' ) ,
3747 headClass : 'new-trigger' ,
3848 itemClass : 'integration-list' ,
39- items : [ ]
49+ items : [
50+ {
51+ label : 'User Registration & Membership' ,
52+ desc : '2 new events added' ,
53+ isPro : true
54+ } , {
55+ label : 'NotificationX' ,
56+ desc : '2 new events added' ,
57+ isPro : true
58+ }
59+ ]
4060 } ,
4161 {
4262 label : __ ( 'New Features' , 'bit-integrations' ) ,
4363 headClass : 'new-feature' ,
4464 itemClass : 'feature-list' ,
4565 items : [
4666 {
47- label : 'ActiveCampaign ' ,
48- desc : 'Tags update feature added .' ,
49- isPro : false
67+ label : 'Forminator Quiz & Poll ' ,
68+ desc : 'Included lead data in quiz trigger payloads .' ,
69+ isPro : true
5070 }
5171 ]
5272 } ,
5373 {
5474 label : __ ( 'Improvements' , 'bit-integrations' ) ,
5575 headClass : 'new-improvement' ,
5676 itemClass : 'feature-list' ,
57- items : [
58- {
59- label : 'ActiveCampaign' ,
60- desc : 'Refactored update contact handling.' ,
61- isPro : false
62- } ,
63- {
64- label : 'Custom Function' ,
65- desc : 'Improved validator logic.' ,
66- isPro : false
67- } ,
68- {
69- label : 'get-access-token' ,
70- desc : 'Removed unnecessary sanitation on get-access-token routes for smoother OAuth flow.' ,
71- isPro : false
72- }
73- ]
77+ items : [ ]
7478 } ,
7579 {
7680 label : __ ( 'Bug Fixes' , 'bit-integrations' ) ,
7781 headClass : 'fixes' ,
7882 itemClass : 'fixes-list' ,
7983 items : [
8084 {
81- label : 'SendFox ' ,
82- desc : 'Fixed blank page issue and fieldmap disappearance issue .' ,
85+ label : 'GoHighLevel ' ,
86+ desc : 'Fixed opportunity creation by sending the selected pipeline ID correctly .' ,
8387 isPro : false
8488 } ,
8589 {
86- label : 'WooCommerce ' ,
87- desc : 'Fixed billing and shipping address overwrite issue .' ,
90+ label : 'ActiveCampaign ' ,
91+ desc : 'Fixed tag update handling so existing tags are removed correctly before new tags are applied .' ,
8892 isPro : false
8993 } ,
9094 {
91- label : 'Salesforce ' ,
92- desc : 'Fixed lead response type issue .' ,
95+ label : 'FluentBooking ' ,
96+ desc : 'Fixed fetched fields not being set consistently during trigger configuration .' ,
9397 isPro : false
9498 } ,
9599 {
96- label : 'Google Products ' ,
97- desc : 'Fixed authentication issue .' ,
100+ label : 'Webhook ' ,
101+ desc : 'Fixed payload field mapping when form fields are unavailable during setup .' ,
98102 isPro : false
99103 } ,
100104 {
101- label : 'Brekadance ' ,
102- desc : 'Fixed trigger listening data issue .' ,
103- isPro : true
105+ label : 'WooCommerce ' ,
106+ desc : 'Fixed product data access issues for order items without product objects .' ,
107+ isPro : false
104108 }
105109 ]
106110 } ,
0 commit comments