@@ -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 = '2nd July 2025'
14+ const releaseDate = '12th July 2025'
1515
1616// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717const changeLog = [
@@ -25,16 +25,22 @@ const changeLog = [
2525 label : __ ( 'New Actions' , 'bit-integrations' ) ,
2626 headClass : 'new-integration' ,
2727 itemClass : 'integration-list' ,
28- items : [ ]
28+ items : [
29+ {
30+ label : 'MailerLite' ,
31+ desc : '2 new events added' ,
32+ isPro : true
33+ }
34+ ]
2935 } ,
3036 {
3137 label : __ ( 'New Triggers' , 'bit-integrations' ) ,
3238 headClass : 'new-trigger' ,
3339 itemClass : 'integration-list' ,
3440 items : [
3541 {
36- label : 'WPSubscription ' ,
37- desc : '2 new events added' ,
42+ label : 'Amelia Booking ' ,
43+ desc : '1 new events added' ,
3844 isPro : true
3945 }
4046 ]
@@ -45,46 +51,47 @@ const changeLog = [
4551 itemClass : 'feature-list' ,
4652 items : [
4753 {
48- label : 'Salesforce' ,
49- desc : 'Added new Salesforce utilities for Lead Status, Lead Source, Rating, Industry' ,
50- isPro : true
51- } ,
52- {
53- label : 'WP Post Creation' ,
54- desc : 'Added support for assigning tags to posts' ,
55- isPro : true
54+ label : 'Bit Form (Trigger)' ,
55+ desc : 'Uploaded files data are now captured and accessible via actions.' ,
56+ isPro : false
5657 }
5758 ]
5859 } ,
5960 {
6061 label : __ ( 'Improvements' , 'bit-integrations' ) ,
6162 headClass : 'new-improvement' ,
6263 itemClass : 'feature-list' ,
63- items : [ ]
64+ items : [
65+ {
66+ label : 'Encharge' ,
67+ desc : 'Tag insertion now intelligently combines with existing tags instead of overwriting them.' ,
68+ isPro : false
69+ }
70+ ]
6471 } ,
6572 {
6673 label : __ ( 'Bug Fixes' , 'bit-integrations' ) ,
6774 headClass : 'fixes' ,
6875 itemClass : 'fixes-list' ,
6976 items : [
7077 {
71- label : 'Campaign Monitor ' ,
72- desc : 'Resolved an issue with custom field mapping .' ,
78+ label : 'Translation (WP 6.7+) ' ,
79+ desc : 'Fixed issue with loading notice translations in the latest WordPress version .' ,
7380 isPro : false
7481 } ,
7582 {
76- label : 'WooCommerce (Trigger) ' ,
77- desc : 'Fixed a bug where the "Order Created" trigger was not properly initializing when an order was created in action .' ,
83+ label : 'MailerLite ' ,
84+ desc : 'Fixed an issue where existing subscribers were not being handled correctly .' ,
7885 isPro : false
7986 } ,
8087 {
81- label : 'Flowlu ' ,
82- desc : 'Addressed and fixed the issue with custom field handling .' ,
88+ label : 'Salesforce ' ,
89+ desc : 'Resolved the redirect URL issue during authentication or callback .' ,
8390 isPro : false
8491 } ,
8592 {
86- label : 'wpLoyalty ' ,
87- desc : 'Fixed the issue with accessing order data .' ,
93+ label : 'Webhook ' ,
94+ desc : 'Fixed an issue with JSON body parameters in webhook payloads .' ,
8895 isPro : true
8996 }
9097 ]
0 commit comments