File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ ### Version: 2.22.2
2+ #### Date: July-14-2025
3+
4+ ##### Fix:
5+ - Fixed token issue for Live Preview
6+
17### Version: 2.22.1
28#### Date: June-13-2025
39
Original file line number Diff line number Diff line change @@ -1886,11 +1886,11 @@ private async Task<JObject> Exec()
18861886 if ( this . ContentTypeInstance != null && this . ContentTypeInstance ? . StackInstance . LivePreviewConfig . Enable == true
18871887 && this . ContentTypeInstance ? . StackInstance . LivePreviewConfig . ContentTypeUID == this . ContentTypeInstance ? . ContentTypeId
18881888 && header . Key == "access_token"
1889- && isLivePreview )
1889+ && ! string . IsNullOrEmpty ( this . ContentTypeInstance . StackInstance . LivePreviewConfig . LivePreview ) )
18901890 {
18911891 continue ;
18921892 }
1893- headerAll . Add ( header . Key , ( string ) header . Value ) ;
1893+ headerAll . Add ( header . Key , ( String ) header . Value ) ;
18941894 }
18951895 }
18961896
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <Version >2.22.1 </Version >
3+ <Version >2.22.2 </Version >
44 </PropertyGroup >
55</Project >
You can’t perform that action at this time.
0 commit comments