File tree Expand file tree Collapse file tree
BlogEngine.Core/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919[ assembly: CLSCompliant ( false ) ]
2020[ assembly: ComVisible ( false ) ]
2121[ assembly: AllowPartiallyTrustedCallers ]
22- [ assembly: AssemblyVersion ( "3.1.4.7 " ) ]
22+ [ assembly: AssemblyVersion ( "3.1.4.8 " ) ]
2323[ assembly: SecurityRules ( SecurityRuleSet . Level1 ) ]
Original file line number Diff line number Diff line change 707707 <Content Include =" Custom\Themes\Standard\fonts\fontello.eot" />
708708 <Content Include =" Custom\Themes\Standard\fonts\fontello.ttf" />
709709 <Content Include =" Custom\Themes\Standard\fonts\fontello.woff" />
710- <Content Include =" Custom\Themes\Standard\fonts\Yekan.woff" />
711710 <Content Include =" Custom\Themes\Standard\site.master" />
712711 <None Include =" Scripts\jquery-2.1.4.intellisense.js" />
713712 <Content Include =" Scripts\i18n\angular-locale_aa-dj.js" />
Original file line number Diff line number Diff line change 88ALTER TABLE dbo .be_Settings DROP CONSTRAINT AK_SettingName
99GO
1010ALTER TABLE dbo .be_Settings ADD CONSTRAINT AK_SettingName UNIQUE (BlogId, SettingName)
11+ GO
12+ ALTER TABLE dbo .be_PackageFiles DROP CONSTRAINT PK_be_PackageFiles
13+ GO
14+ ALTER TABLE dbo .be_PackageFiles ADD CONSTRAINT PK_be_PackageFiles UNIQUE (PackageId, FilePath)
1115GO
Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ public class Updater : WebService {
246246 ReplaceDir("\\App_GlobalResources");
247247 ReplaceDir("\\Scripts");
248248 ReplaceDir("\\Content");
249+ ReplaceDir("\\Custom\\Themes\\Standard");
249250
250251 return "";
251252 }
You can’t perform that action at this time.
0 commit comments