@@ -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 = '26th November 2025'
14+ const releaseDate = '3rd December 2025'
1515
1616// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717const changeLog = [
@@ -25,13 +25,25 @@ const changeLog = [
2525 label : __ ( 'New Actions' , 'bit-integrations' ) ,
2626 headClass : 'new-integration' ,
2727 itemClass : 'integration-list' ,
28- items : [ ]
28+ items : [
29+ {
30+ label : 'MailerPress' ,
31+ desc : '06 events Added.' ,
32+ isPro : true
33+ }
34+ ]
2935 } ,
3036 {
3137 label : __ ( 'New Triggers' , 'bit-integrations' ) ,
3238 headClass : 'new-trigger' ,
3339 itemClass : 'integration-list' ,
34- items : [ ]
40+ items : [
41+ {
42+ label : 'MailerPress' ,
43+ desc : '07 events Added.' ,
44+ isPro : true
45+ }
46+ ]
3547 } ,
3648 {
3749 label : __ ( 'New Features' , 'bit-integrations' ) ,
@@ -40,7 +52,7 @@ const changeLog = [
4052 items : [
4153 {
4254 label : 'Salesforce' ,
43- desc : 'Added support for updating existing contacts directly from workflows .' ,
55+ desc : 'Added the ability to update existing leads, enabling smoother CRM maintenance and automation .' ,
4456 isPro : true
4557 }
4658 ]
@@ -49,47 +61,31 @@ const changeLog = [
4961 label : __ ( 'Improvements' , 'bit-integrations' ) ,
5062 headClass : 'new-improvement' ,
5163 itemClass : 'feature-list' ,
52- items : [
53- {
54- label : 'Salesforce' ,
55- desc : 'Added proper date-field formatting for more reliable syncing.' ,
56- isPro : false
57- } ,
58- {
59- label : 'Action Hook' ,
60- desc : 'Removed unnecessary primary-key prevention for smoother custom automation handling.' ,
61- isPro : true
62- }
63- ]
64+ items : [ ]
6465 } ,
6566 {
6667 label : __ ( 'Bug Fixes' , 'bit-integrations' ) ,
6768 headClass : 'fixes' ,
6869 itemClass : 'fixes-list' ,
6970 items : [
7071 {
71- label : 'MailMint' ,
72- desc : 'Resolved the issue causing errors while updating contact timelines.' ,
73- isPro : false
74- } ,
75- {
76- label : 'GiveWP' ,
77- desc : 'Fixed donor meta field syncing inconsistencies.' ,
72+ label : 'WooCommerce' ,
73+ desc : 'Resolved an issue affecting recognition of existing customers during workflows.' ,
7874 isPro : false
7975 } ,
8076 {
81- label : 'Zoho Sheet ' ,
82- desc : 'Corrected the header-fetching issue that prevented proper data mapping .' ,
77+ label : 'WooCommerce ' ,
78+ desc : 'Prevented unauthorized product review validation .' ,
8379 isPro : false
8480 } ,
8581 {
86- label : 'Ultimate Member ' ,
87- desc : 'Fixed the problem where edited integration fields would disappear .' ,
82+ label : 'Salesforce ' ,
83+ desc : 'Corrected phone number handling to ensure consistent formatting and syncing .' ,
8884 isPro : false
8985 } ,
9086 {
9187 label : 'Divi Form (Divi Engine)' ,
92- desc : 'Addressed a bug where the form type returned a null value. ' ,
88+ desc : 'Fixed a bug where the Create Kids form type returned a null value' ,
9389 isPro : true
9490 }
9591 ]
0 commit comments