@@ -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 = '12th July 2025'
14+ const releaseDate = '26th July 2025'
1515
1616// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717const changeLog = [
@@ -25,73 +25,49 @@ const changeLog = [
2525 label : __ ( 'New Actions' , 'bit-integrations' ) ,
2626 headClass : 'new-integration' ,
2727 itemClass : 'integration-list' ,
28- items : [
29- {
30- label : 'MailerLite' ,
31- desc : '2 new events added' ,
32- isPro : true
33- }
34- ]
28+ items : [ ]
3529 } ,
3630 {
3731 label : __ ( 'New Triggers' , 'bit-integrations' ) ,
3832 headClass : 'new-trigger' ,
3933 itemClass : 'integration-list' ,
40- items : [
41- {
42- label : 'Amelia Booking' ,
43- desc : '1 new events added' ,
44- isPro : true
45- }
46- ]
34+ items : [ ]
4735 } ,
4836 {
4937 label : __ ( 'New Features' , 'bit-integrations' ) ,
5038 headClass : 'new-feature' ,
5139 itemClass : 'feature-list' ,
52- items : [
53- {
54- label : 'Bit Form (Trigger)' ,
55- desc : 'Uploaded files data are now captured and accessible via actions.' ,
56- isPro : false
57- }
58- ]
40+ items : [ ]
5941 } ,
6042 {
6143 label : __ ( 'Improvements' , 'bit-integrations' ) ,
6244 headClass : 'new-improvement' ,
6345 itemClass : 'feature-list' ,
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- ]
46+ items : [ ]
7147 } ,
7248 {
7349 label : __ ( 'Bug Fixes' , 'bit-integrations' ) ,
7450 headClass : 'fixes' ,
7551 itemClass : 'fixes-list' ,
7652 items : [
7753 {
78- label : 'Translation (WP 6.7+) ' ,
79- desc : 'Fixed issue with loading notice translations in the latest WordPress version. ' ,
80- isPro : false
54+ label : 'Plugin Update ' ,
55+ desc : 'Fixed version updating issue causing discrepancies during plugin upgrades ' ,
56+ isPro : true
8157 } ,
8258 {
83- label : 'MailerLite ' ,
84- desc : 'Fixed an issue where existing subscribers were not being handled correctly .' ,
59+ label : 'WooCommerce ' ,
60+ desc : 'Resolved an issue with meta box field fetching not returning expected values .' ,
8561 isPro : false
8662 } ,
8763 {
88- label : 'Salesforce ' ,
89- desc : 'Resolved the redirect URL issue during authentication or callback .' ,
90- isPro : false
64+ label : 'Webhook ' ,
65+ desc : 'Fixed fatal error caused by the JSON checker in certain payload conditions .' ,
66+ isPro : true
9167 } ,
9268 {
9369 label : 'Webhook' ,
94- desc : 'Fixed an issue with JSON body parameters in webhook payloads .' ,
70+ desc : 'Addressed an issue where the request body was not flattening correctly, improving compatibility with third-party services .' ,
9571 isPro : true
9672 }
9773 ]
0 commit comments