File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -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 = '20th September 2025'
14+ const releaseDate = '22th September 2025'
1515
1616// Changelog items format [{ 'label': '', 'desc': '', 'isPro': true }]
1717const changeLog = [
@@ -52,17 +52,7 @@ const changeLog = [
5252 items : [
5353 {
5454 label : 'Salesforce' ,
55- desc : 'Fixed refresh token expiration issue.' ,
56- isPro : false
57- } ,
58- {
59- label : 'Salesforce' ,
60- desc : 'Resolved issue with task creation execution.' ,
61- isPro : false
62- } ,
63- {
64- label : 'Freshdesk' ,
65- desc : 'Fixed contact creation issue & Addressed problems with custom fields not working properly.' ,
55+ desc : 'Fixed oAUth redirect url issue.' ,
6656 isPro : false
6757 }
6858 ]
You can’t perform that action at this time.
0 commit comments